From: Jouni Malinen Date: Sun, 20 Mar 2016 17:54:57 +0000 (+0200) Subject: tests: Add CONFIG_VLAN_NETLINK=y to hostapd build configuration X-Git-Tag: hostap_2_6~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557b52bf4a1d780dcafaabcbc7696066198edb79;p=thirdparty%2Fhostap.git tests: Add CONFIG_VLAN_NETLINK=y to hostapd build configuration This is needed for ap_vlan_tagged_wpa2_radius_id_change to pass. The ioctl-based vlan_add() function does not use the vlan_if_name parameter at all. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 2b8ad7f21..40015fd8b 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -43,6 +43,7 @@ CONFIG_TLSV11=y CONFIG_TLSV12=y CONFIG_FULL_DYNAMIC_VLAN=y +CONFIG_VLAN_NETLINK=y CONFIG_LIBNL32=y CONFIG_LIBNL3_ROUTE=y CONFIG_PEERKEY=y