rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | From 95ac7f93949902e6290d6819586842d77c2c48d7 Mon Sep 17 00:00:00 2001 |
| 2 | From: "jianling.fu" <jianling.fu@mediatek.com> |
| 3 | Date: Mon, 21 Jan 2019 16:48:38 +0800 |
| 4 | Subject: [PATCH] 11KVR |
| 5 | |
| 6 | --- |
| 7 | wpa_supplicant/defconfig | 4 ++-- |
| 8 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 9 | |
| 10 | diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig |
| 11 | index 1d05198..011d3ca 100644 |
| 12 | --- a/wpa_supplicant/defconfig |
| 13 | +++ b/wpa_supplicant/defconfig |
| 14 | @@ -371,7 +371,7 @@ CONFIG_PEERKEY=y |
| 15 | #CONFIG_DYNAMIC_EAP_METHODS=y |
| 16 | |
| 17 | # IEEE Std 802.11r-2008 (Fast BSS Transition) |
| 18 | -#CONFIG_IEEE80211R=y |
| 19 | +CONFIG_IEEE80211R=y |
| 20 | |
| 21 | # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) |
| 22 | #CONFIG_DEBUG_FILE=y |
| 23 | @@ -456,7 +456,7 @@ CONFIG_PEERKEY=y |
| 24 | |
| 25 | # Wireless Network Management (IEEE Std 802.11v-2011) |
| 26 | # Note: This is experimental and not complete implementation. |
| 27 | -#CONFIG_WNM=y |
| 28 | +CONFIG_WNM=y |
| 29 | |
| 30 | # Interworking (IEEE 802.11u) |
| 31 | # This can be used to enable functionality to improve interworking with |
| 32 | -- |
| 33 | 1.9.1 |
| 34 | |