How do I broadcast two access points with two WiFi cards with hostapd? Most tutorials don't work since udhcpd doesn't work with two access points.
Example tutorial: http://elinux.org/RPI-Wireless-Hotspot
How do I broadcast two access points with two WiFi cards with hostapd? Most tutorials don't work since udhcpd doesn't work with two access points.
Example tutorial: http://elinux.org/RPI-Wireless-Hotspot
Supply 2 config files on the command line, e.g. hostapd /etc/hostapd/a.conf /etc/hostapd/b.conf. I don't understand how udhcpd gets into the picture. I simply used the same dhcpd that serves all other interfaces.