From: Jouni Malinen Date: Sat, 4 May 2019 21:36:59 +0000 (+0300) Subject: tests: Add forgotten CONFIG_IEEE80211AX=y to the defaults X-Git-Tag: hostap_2_9~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b756cd4959a42e203ad5057295b490532d858774;p=thirdparty%2Fhostap.git tests: Add forgotten CONFIG_IEEE80211AX=y to the defaults This was supposed to be added when test_he.py was added. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 1b98ad4fb..ace1dbc14 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -50,6 +50,7 @@ CONFIG_IEEE80211W=y CONFIG_IEEE80211R=y CONFIG_IEEE80211N=y CONFIG_IEEE80211AC=y +CONFIG_IEEE80211AX=y CONFIG_OCV=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index 4c051c2a1..a7db457fc 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -60,6 +60,7 @@ CONFIG_IEEE80211W=y CONFIG_IEEE80211R=y CONFIG_IEEE80211N=y CONFIG_IEEE80211AC=y +CONFIG_IEEE80211AX=y CONFIG_OCV=y