Hostapd Bridge Configuration
by slackerz from LinuxQuestions.org on (#6H1KS)
Got a question re. Hostapd and its bridge configuration. Look at these settings in a hostapd.conf.
Code:interface=wlan1
bridge=br0wlan1 is the AP interface.
What does setting the bridge iface actually do?
A source iface will be added to the bridge br0. Then what becomes the purpose of wlan1?
Which iface will clients on the AP get network access? br0 or wlan1?
Code:interface=wlan1
bridge=br0wlan1 is the AP interface.
What does setting the bridge iface actually do?
A source iface will be added to the bridge br0. Then what becomes the purpose of wlan1?
Which iface will clients on the AP get network access? br0 or wlan1?