Re: Multiple ssid or multiple radios with hostapd

2015-01-06 Thread Peter Ankerstål
On 01/06/15 17:01, Adrian Chadd wrote: Hi! So: * you can run one hostapd - just not via the startup script. You can just pass it multiple config files at the command line. Try it and if you make it work, we'll figur eout how to teach the hostapd rc script about taking a specific config file par

Re: Multiple ssid or multiple radios with hostapd

2015-01-06 Thread Adrian Chadd
Hi! So: * you can run one hostapd - just not via the startup script. You can just pass it multiple config files at the command line. Try it and if you make it work, we'll figur eout how to teach the hostapd rc script about taking a specific config file parameter so we can list config files there.

Re: Multiple ssid or multiple radios with hostapd

2015-01-06 Thread Peter Ankerstål
On 01/06/15 16:53, Adrian Chadd wrote: Hi! It should be pretty simple: wlans_ath0="wlan0 wlan1" ifconfig_wlan0="create flags go here HOSTAP" ifconfig_wlan1="create flags go here HOSTAP" Then you populate /etc/hostapd-wlan0.conf and /etc/hostapd-wlan1.conf . Hm, this isn't well documented at a

Re: Multiple ssid or multiple radios with hostapd

2015-01-06 Thread Adrian Chadd
Hi! It should be pretty simple: wlans_ath0="wlan0 wlan1" ifconfig_wlan0="create flags go here HOSTAP" ifconfig_wlan1="create flags go here HOSTAP" Then you populate /etc/hostapd-wlan0.conf and /etc/hostapd-wlan1.conf . Hm, this isn't well documented at all. Ok, time to update it. -adrian