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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue