From: Jouni Malinen Date: Fri, 28 Oct 2016 16:39:13 +0000 (+0300) Subject: Add CONFIG_IBSS_RSN=y into wpa_supplicant defconfig X-Git-Tag: hostap_2_7~2169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913c3e1e83c9efa7a4d3a4df8d20e687918fcf1d;p=thirdparty%2Fhostap.git Add CONFIG_IBSS_RSN=y into wpa_supplicant defconfig Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index d27c68053..59e02a01a 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -553,3 +553,8 @@ CONFIG_PEERKEY=y # Note: This is an experimental and not yet complete implementation. This # should not be enabled for production use. #CONFIG_FILS=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