From: Ilan Peer Date: Mon, 15 Feb 2016 14:53:58 +0000 (+0200) Subject: tests: Enable CONFIG_MBO in hwsim configs X-Git-Tag: hostap_2_6~845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf46d7f41a58ecb6d010c521b42cf00e29599ac;p=thirdparty%2Fhostap.git tests: Enable CONFIG_MBO in hwsim configs Signed-off-by: Ilan Peer --- diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 085092afd..2b8ad7f21 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -99,3 +99,4 @@ CONFIG_SUITEB=y #LIBS_h += -fsanitize=undefined #LIBS_n += -fsanitize=undefined #LIBS_c += -fsanitize=undefined +CONFIG_MBO=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index 95095a2e2..c22c4b645 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -145,3 +145,4 @@ CONFIG_SUITEB=y ##LIBS += -fno-sanitize-recover #LIBS_c += -fsanitize=undefined #LIBS_p += -fsanitize=undefined +CONFIG_MBO=y