diff options
author | Jouni Malinen <j@w1.fi> | 2016-03-20 17:54:57 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-03-20 17:54:57 (GMT) |
commit | 557b52bf4a1d780dcafaabcbc7696066198edb79 (patch) | |
tree | 676fca4376bf453362bc18c805985a6ec19b2c4e | |
parent | d774c46aae9569713e1e7c69923fed788eeedac5 (diff) | |
download | hostap-557b52bf4a1d780dcafaabcbc7696066198edb79.zip hostap-557b52bf4a1d780dcafaabcbc7696066198edb79.tar.gz hostap-557b52bf4a1d780dcafaabcbc7696066198edb79.tar.bz2 |
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 <j@w1.fi>
-rw-r--r-- | tests/hwsim/example-hostapd.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 2b8ad7f..40015fd 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 |