mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
tests: Allow wext in configuration
Both the wpa_supplicant and kernel configuration need wext to run the wext testcase, enable those in the default/example configurations. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d306df7919
commit
b67cdbc162
@ -69,6 +69,8 @@ CONFIG_WPS_NFC=y
|
|||||||
CONFIG_WPS_ER=y
|
CONFIG_WPS_ER=y
|
||||||
#CONFIG_WPS_REG_DISABLE_OPEN=y
|
#CONFIG_WPS_REG_DISABLE_OPEN=y
|
||||||
|
|
||||||
|
CONFIG_DRIVER_WEXT=y
|
||||||
|
|
||||||
CONFIG_DRIVER_NL80211=y
|
CONFIG_DRIVER_NL80211=y
|
||||||
CFLAGS += -I/usr/include/libnl3
|
CFLAGS += -I/usr/include/libnl3
|
||||||
CONFIG_LIBNL32=y
|
CONFIG_LIBNL32=y
|
||||||
|
@ -597,7 +597,7 @@ CONFIG_CFG80211_DEVELOPER_WARNINGS=y
|
|||||||
CONFIG_CFG80211_DEFAULT_PS=y
|
CONFIG_CFG80211_DEFAULT_PS=y
|
||||||
CONFIG_CFG80211_DEBUGFS=y
|
CONFIG_CFG80211_DEBUGFS=y
|
||||||
# CONFIG_CFG80211_INTERNAL_REGDB is not set
|
# CONFIG_CFG80211_INTERNAL_REGDB is not set
|
||||||
# CONFIG_CFG80211_WEXT is not set
|
CONFIG_CFG80211_WEXT=y
|
||||||
# CONFIG_LIB80211 is not set
|
# CONFIG_LIB80211 is not set
|
||||||
CONFIG_MAC80211=y
|
CONFIG_MAC80211=y
|
||||||
CONFIG_MAC80211_HAS_RC=y
|
CONFIG_MAC80211_HAS_RC=y
|
||||||
|
Loading…
Reference in New Issue
Block a user