From: Jouni Malinen Date: Fri, 20 Mar 2009 20:35:19 +0000 (+0200) Subject: Document CONFIG_CLIENT_MLME option as specific to test driver X-Git-Tag: hostap_0_7_0~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9d2ffbc4c2d6b5f5a5b90bc85bcbd2d8b8ce8a5;p=thirdparty%2Fhostap.git Document CONFIG_CLIENT_MLME option as specific to test driver Since user space MLME is not used with nl80211 anymore, this option is only of use with driver_test. --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index dd9460d7b..fc023aac4 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -109,6 +109,11 @@ CONFIG_DRIVER_WEXT=y # Driver interface for development testing #CONFIG_DRIVER_TEST=y +# Include client MLME (management frame processing) for test driver +# This can be used to test MLME operations in hostapd with the test interface. +# space. +#CONFIG_CLIENT_MLME=y + # Driver interface for wired Ethernet drivers CONFIG_DRIVER_WIRED=y @@ -361,13 +366,6 @@ CONFIG_PEERKEY=y # amount of memory/flash. #CONFIG_DYNAMIC_EAP_METHODS=y -# Include client MLME (management frame processing). -# This can be used to move MLME processing of Linux mac80211 stack into user -# space. Please note that this is currently only available with -# driver_nl80211.c and only with a modified version of Linux kernel and -# wpa_supplicant. -#CONFIG_CLIENT_MLME=y - # IEEE Std 802.11r-2008 (Fast BSS Transition) #CONFIG_IEEE80211R=y