[OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-07-25 Thread Matthew Bowman
Per a discussion with jow, here's a default hostapd.vlan file and a patched Makefile to install the file to /etc Signed-off-by: Matthew Bowman package/hostapd/files/hostapd.vlan # Wildcard entry matching all VLAN IDs. The first # in the interface # name will be replaced with the VLAN ID. The n

Re: [OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-07-25 Thread John Crispin
On 25/07/11 15:35, Matthew Bowman wrote: > default hostapd.vlan that file is not part of the patch it seems ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-07-25 Thread Matthew Bowman
Sorry about the incorrect patches. This is a combined patch of the "supporting" files. --- a/package/hostapd/files/hostapd.sh 2011-07-25 14:05:21.0 +0300 +++ b/package/hostapd/files/hostapd.sh 2011-07-25 16:44:00.0 +0300 @@ -2,6 +2,7 @@ local var="$1" local vif="

Re: [OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-11-30 Thread Ashkanull
I submitted the patches and my wireless config looks like : /etc/config/wireless config 'wifi-device' 'radio0' option 'type' 'mac80211' option 'channel' '11' option 'macaddr' 'f4:ec:38:fc:11:c8' option 'hwmode' '11ng' option 'htmode' 'HT20' list 'ht

Re: [OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-12-01 Thread Helmut Schaa
On Thu, Dec 1, 2011 at 3:57 AM, Ashkanull wrote: > freeradius -X output: >> >> >> [peap] Got tunneled reply RADIUS code 2 This is the tunneled reply that contains the VLAN attributes. >> Tunnel-Type:0 = VLAN >> Tunnel-Medium-Type:0 = IEEE-802 >> Tunnel-Private-Group-Id:0 := "10" >> MS-MPPE-Encry

Re: [OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-12-01 Thread Ashkanull
yes, and I can confirm that dynamic vlaning works like a charm ! Thank you OpenWrt ! :D On Thu, Dec 1, 2011 at 12:03 PM, Helmut Schaa wrote: > On Thu, Dec 1, 2011 at 3:57 AM, Ashkanull wrote: > > freeradius -X output: > >> > >> > >> [peap] Got tunneled reply RADIUS code 2 > > This is the tunnele