diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-02-19 13:44:15 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-02-25 17:48:50 (GMT) |
commit | ec52faa2b2a80efbb0a45185070113ebdbe3ca83 (patch) | |
tree | 618f9092acce32e59daa2dd82f0c0722d0058459 | |
parent | 67d99d2e071f735b90fb43a632aa0ca04c326a48 (diff) | |
download | hostap-ec52faa2b2a80efbb0a45185070113ebdbe3ca83.zip hostap-ec52faa2b2a80efbb0a45185070113ebdbe3ca83.tar.gz hostap-ec52faa2b2a80efbb0a45185070113ebdbe3ca83.tar.bz2 |
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 <lkundrak@v3.sk>
-rw-r--r-- | wpa_supplicant/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index cb9f1bd..d740b4a 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 |