From 83b4fa9b3ba5622f9219094a4060d76ffe05c717 Mon Sep 17 00:00:00 2001 From: Lorenzo Santina Date: Sat, 30 Sep 2017 13:01:11 +0200 Subject: hostapd: add IEEE 802.11v support Add Wireless Network Management (IEEE 802.11v) support to: - hostapd-full - wpa_supplicant-full It must be enabled at runtime via UCI with: - option ieee80211v '1' Add UCI support for: - time_advertisement - time_zone - wnm_sleep_mode - bss_transition Signed-off-by: Lorenzo Santina --- package/network/services/hostapd/files/wpa_supplicant-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/hostapd/files/wpa_supplicant-full.config') diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config index 81fa8f5393..c22e1cca5d 100644 --- a/package/network/services/hostapd/files/wpa_supplicant-full.config +++ b/package/network/services/hostapd/files/wpa_supplicant-full.config @@ -465,7 +465,7 @@ CONFIG_NO_RANDOM_POOL=y # Wireless Network Management (IEEE Std 802.11v-2011) # Note: This is experimental and not complete implementation. -#CONFIG_WNM=y +CONFIG_WNM=y # Interworking (IEEE 802.11u) # This can be used to enable functionality to improve interworking with -- cgit v1.2.3