[Cialug] hostapd on Raspberry Pi

Dave Weis djweis at sjdjweis.com
Mon Nov 14 07:35:05 CST 2016


Has anyone gotten it working correctly with multiple virtual access points?
I can get it running with one and believe my config is correct. Below is my
interface file and hostapd.conf file

auto lo
iface lo inet loopback

iface eth0 inet manual

allow-hotplug wlan0
iface wlan0 inet manual
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

allow-hotplug wlan1
iface wlan1 inet manual
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

-------------------------------------

interface=wlan0
driver=nl80211
channel=11

ssid=QStaff


bss=wlan0.1
ssid=QCustomer


More information about the Cialug mailing list