FST: wpa_supplicant configuration parameters
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
8bae489f15
commit
76ca15b7db
3 changed files with 49 additions and 0 deletions
|
@ -1137,6 +1137,32 @@ fast_reauth=1
|
|||
# 2: MCS 0-9
|
||||
# 3: not supported
|
||||
|
||||
##### Fast Session Transfer (FST) support #####################################
|
||||
#
|
||||
# The options in this section are only available when the build configuration
|
||||
# option CONFIG_FST is set while compiling hostapd. They allow this interface
|
||||
# to be a part of FST setup.
|
||||
#
|
||||
# FST is the transfer of a session from a channel to another channel, in the
|
||||
# same or different frequency bands.
|
||||
#
|
||||
# For detals, see IEEE Std 802.11ad-2012.
|
||||
|
||||
# Identifier of an FST Group the interface belongs to.
|
||||
#fst_group_id=bond0
|
||||
|
||||
# Interface priority within the FST Group.
|
||||
# Announcing a higher priority for an interface means declaring it more
|
||||
# preferable for FST switch.
|
||||
# fst_priority is in 1..255 range with 1 being the lowest priority.
|
||||
#fst_priority=100
|
||||
|
||||
# Default LLT value for this interface in milliseconds. The value used in case
|
||||
# no value provided during session setup. Default is 50 msec.
|
||||
# fst_llt is in 1..4294967 range (due to spec limitation, see 10.32.2.2
|
||||
# Transitioning between states).
|
||||
#fst_llt=100
|
||||
|
||||
# Example blocks:
|
||||
|
||||
# Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue