From 3797b55cfc181e907cee6ce42742282fa5fd3005 Mon Sep 17 00:00:00 2001 From: Mathy Vanhoef Date: Mon, 6 Aug 2018 15:46:25 -0400 Subject: [PATCH] tests: Enable OCV in the testing builds Signed-off-by: Mathy Vanhoef --- tests/hwsim/example-hostapd.config | 2 ++ tests/hwsim/example-wpa_supplicant.config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 71a207091..032465a9c 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -52,6 +52,8 @@ CONFIG_IEEE80211R=y CONFIG_IEEE80211N=y CONFIG_IEEE80211AC=y +CONFIG_OCV=y + CONFIG_WPS=y CONFIG_WPS_UPNP=y CONFIG_WPS_NFC=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index bc5dc2bbc..b681e9f55 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -63,6 +63,8 @@ CONFIG_IEEE80211R=y CONFIG_IEEE80211N=y CONFIG_IEEE80211AC=y +CONFIG_OCV=y + CONFIG_DEBUG_FILE=y CONFIG_WPS=y