diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2015-07-16 22:13:07 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-07-17 08:16:15 (GMT) |
commit | 898a9790ad8741e0991f25c8c215673a411086f2 (patch) | |
tree | b1b704380ac05490c18b363e634ef6b5e0269416 | |
parent | 6f3815c0dad95a08903dc1859ccfe237d5003a4e (diff) | |
download | hostap-898a9790ad8741e0991f25c8c215673a411086f2.zip hostap-898a9790ad8741e0991f25c8c215673a411086f2.tar.gz hostap-898a9790ad8741e0991f25c8c215673a411086f2.tar.bz2 |
Document hostapd ft_over_ds configuration parameter
This had been forgotten from hostapd.conf.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
-rw-r--r-- | hostapd/hostapd.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 6a4964e..fc3718a 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -1249,6 +1249,11 @@ own_ip_addr=127.0.0.1 # 1 = push PMK-R1 to all configured R1KHs whenever a new PMK-R0 is derived #pmk_r1_push=1 +# Whether to enable FT-over-DS +# 0 = FT-over-DS disabled +# 1 = FT-over-DS enabled (default) +#ft_over_ds=1 + ##### Neighbor table ########################################################## # Maximum number of entries kept in AP table (either for neigbor table or for # detecting Overlapping Legacy BSS Condition). The oldest entry will be |