diff mbox series

[12/18] defconfig: enable RSN on IBSS networks

Message ID 20190219134421.663957-13-lkundrak@v3.sk
State Accepted
Headers show
Series defconfig: enable commonly used set of options | expand

Commit Message

Lubomir Rintel Feb. 19, 2019, 1:44 p.m. UTC
Fedora and Debian enable this. NetworkManager actually rejects such
configurations citing kernel bugs, but that actually might not be the
right thing to do anymore.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 wpa_supplicant/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index 51833ccb0..682d6a454 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -579,7 +579,7 @@  CONFIG_WIFI_DISPLAY=y
 # Support RSN on IBSS networks
 # This is needed to be able to use mode=1 network profile with proto=RSN and
 # key_mgmt=WPA-PSK (i.e., full key management instead of WPA-None).
-#CONFIG_IBSS_RSN=y
+CONFIG_IBSS_RSN=y
 
 # External PMKSA cache control
 # This can be used to enable control interface commands that allow the current