mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
When bridged mode is enabled, the bridge parameter in hostapd.conf was set to "1" instead of "br0", causing authentication failures. This fix introduces a separate bridgeName parameter for the hostapd configuration while maintaining the boolean bridge parameter for dnsmasq and dhcpcd services. Fixes #2021