mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Enable 802.11ac support in example wpa_supplicant config
This is needed for proper test execution. The recently added VHT 80+80 test cases started verifying channel bandwidth on the station side and those checks fail if wpa_supplicant is built without CONFIG_IEEE80211AC=y. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
680ce356c0
commit
12fff543b3
@ -60,6 +60,7 @@ CONFIG_PEERKEY=y
|
||||
CONFIG_IEEE80211W=y
|
||||
CONFIG_IEEE80211R=y
|
||||
CONFIG_IEEE80211N=y
|
||||
CONFIG_IEEE80211AC=y
|
||||
|
||||
CONFIG_DEBUG_FILE=y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user