From: Lubomir Rintel Date: Tue, 19 Feb 2019 13:44:15 +0000 (+0100) Subject: defconfig: Enable RSN on IBSS networks (wpa_supplicant) X-Git-Tag: hostap_2_8~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec52faa2b2a80efbb0a45185070113ebdbe3ca83;p=thirdparty%2Fhostap.git defconfig: Enable RSN on IBSS networks (wpa_supplicant) 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 --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index cb9f1bd14..d740b4a84 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -576,7 +576,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