diff options
author | Jouni Malinen <j@w1.fi> | 2009-02-04 19:48:05 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-02-08 10:30:07 (GMT) |
commit | 8910999fae357cfa35bb8a0f7b768a4026178fb0 (patch) | |
tree | f756347bf85a9d97e198bd6a7924141a57b047a9 /wpa_supplicant/defconfig | |
parent | 752ee87ec8cd72959060029dbdba47cf65b1990c (diff) | |
download | hostap-06-8910999fae357cfa35bb8a0f7b768a4026178fb0.zip hostap-06-8910999fae357cfa35bb8a0f7b768a4026178fb0.tar.gz hostap-06-8910999fae357cfa35bb8a0f7b768a4026178fb0.tar.bz2 |
Add CONFIG_DRIVER_NL80211 and clarify client MLME limitations
This is based on a patch from Pavel Roskin <proski@gnu.org>, but with
the WIRELESS_DEV part removed instead of moved since it does not apply
anymore. Additional note on client MLME limitations was also added.
(cherry picked from commit 421b4ba50a5ad3ba99ad8a654f96850835271086)
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r-- | wpa_supplicant/defconfig | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 7a28e6f..dd9460d 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -82,6 +82,9 @@ CONFIG_DRIVER_ATMEL=y # Driver interface for generic Linux wireless extensions CONFIG_DRIVER_WEXT=y +# Driver interface for Linux drivers using the nl80211 kernel interface +#CONFIG_DRIVER_NL80211=y + # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=y #CFLAGS += -I/usr/local/include @@ -360,15 +363,10 @@ CONFIG_PEERKEY=y # Include client MLME (management frame processing). # This can be used to move MLME processing of Linux mac80211 stack into user -# space. +# 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 -# Currently, driver_nl80211.c build requires some additional parameters to be -# able to include some of the kernel header files. Following lines can be used -# to set these (WIRELESS_DEV must point to the root directory of the -# wireless-testing.git tree). In addition, mac80211 may need external patches -# to enable userspace MLME support. -#WIRELESS_DEV=/usr/src/wireless-testing -#CFLAGS += -I$(WIRELESS_DEV)/net/mac80211 # IEEE Std 802.11r-2008 (Fast BSS Transition) #CONFIG_IEEE80211R=y |