Browse Source

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.
Jouni Malinen 16 years ago
parent
commit
c9d2ffbc4c
1 changed files with 5 additions and 7 deletions
  1. 5 7
      wpa_supplicant/defconfig

+ 5 - 7
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