| From 95ac7f93949902e6290d6819586842d77c2c48d7 Mon Sep 17 00:00:00 2001 |
| From: "jianling.fu" <jianling.fu@mediatek.com> |
| Date: Mon, 21 Jan 2019 16:48:38 +0800 |
| Subject: [PATCH] 11KVR |
| |
| --- |
| wpa_supplicant/defconfig | 4 ++-- |
| 1 file changed, 2 insertions(+), 2 deletions(-) |
| |
| diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig |
| index 1d05198..011d3ca 100644 |
| --- a/wpa_supplicant/defconfig |
| +++ b/wpa_supplicant/defconfig |
| @@ -371,7 +371,7 @@ CONFIG_PEERKEY=y |
| #CONFIG_DYNAMIC_EAP_METHODS=y |
| |
| # IEEE Std 802.11r-2008 (Fast BSS Transition) |
| -#CONFIG_IEEE80211R=y |
| +CONFIG_IEEE80211R=y |
| |
| # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) |
| #CONFIG_DEBUG_FILE=y |
| @@ -456,7 +456,7 @@ CONFIG_PEERKEY=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 |
| -- |
| 1.9.1 |
| |