[PATCH] hwsim tests: set CONFIG_LIBNL32=y

Johannes Berg johannes
Tue Sep 15 08:14:35 PDT 2015


From: Johannes Berg <johannes.berg at intel.com>

This is the current version of the libraries, so it makes sense
to set the default/example configuration to use that instead of
the very old 1.1 version.

Signed-off-by: Johannes Berg <johannes.berg at intel.com>
---
 tests/hwsim/example-hostapd.config        | 1 +
 tests/hwsim/example-wpa_supplicant.config | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config
index 4212f77a79eb..e75d1ddc5b16 100644
--- a/tests/hwsim/example-hostapd.config
+++ b/tests/hwsim/example-hostapd.config
@@ -2,6 +2,7 @@
 
 CONFIG_DRIVER_NONE=y
 CONFIG_DRIVER_NL80211=y
+CONFIG_LIBNL32=y
 CONFIG_RSN_PREAUTH=y
 
 #CONFIG_TLS=internal
diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config
index fcfdcf786bcb..bcc63741511e 100644
--- a/tests/hwsim/example-wpa_supplicant.config
+++ b/tests/hwsim/example-wpa_supplicant.config
@@ -71,6 +71,7 @@ CONFIG_WPS_ER=y
 #CONFIG_WPS_REG_DISABLE_OPEN=y
 
 CONFIG_DRIVER_NL80211=y
+CONFIG_LIBNL32=y
 
 CONFIG_IBSS_RSN=y
 
-- 
2.1.4




More information about the Hostap mailing list