Skip to content

Fix bridged mode setting incorrect bridge parameter - #2023

Merged
billz merged 1 commit into
RaspAP:masterfrom
beattie:FixBridgeModeSelect
Dec 7, 2025
Merged

Fix bridged mode setting incorrect bridge parameter#2023
billz merged 1 commit into
RaspAP:masterfrom
beattie:FixBridgeModeSelect

Conversation

@beattie

@beattie beattie commented Dec 7, 2025

Copy link
Copy Markdown
Contributor

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

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 RaspAP#2021
@beattie

beattie commented Dec 7, 2025

Copy link
Copy Markdown
Contributor Author

It's been a while since I've created a PR, if I've done any thing wrong let me know.

@billz

billz commented Dec 7, 2025

Copy link
Copy Markdown
Member

@beattie exceptionally well done. many thanks!

@billz
billz merged commit f34cb43 into RaspAP:master Dec 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Bridged Mode misconfiguration causes association to fail with "Check password"

2 participants