|
From: Ian M. <im...@ne...> - 2016-03-14 21:31:09
|
Hello, Attached is a modified hostpad.sh suitable for use with OpenWRT 15.05. We are hoping someone with push access can review and post it and/or modified version to https://github.com/inverse-inc/packetfence/tree/devel/addons/hostapd It is based on the OpenWRT 15.05 build, with some additions to support radius/CoA on Open SSIDs as required by packetfence. details follow, cheers, Ian All the mods are in hostapd_set_bss_options() Notably it supports the use of variables vlan_tagged_interface, vlan_bridge, vlan_naming and dynamic_vlan as described in the OpenWRT wiki. https://wiki.openwrt.org/doc/howto/wireless.security.8021x Previous versions in packetfence github only supported dynamic_vlan and vlan_tagged_interface (noting that vlan_naming is defined a default value in code, but missing from json_get_vars on line 207 of the hostapd-14.07.sh) |