1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-05-21 22:49:29 +02:00

Updated RPi Zero W AP STA mode (markdown)

Bill Zimmerman 2021-01-10 10:36:05 +01:00
parent 634399882d
commit 4ffc355dd7

@ -100,3 +100,6 @@ BridgedEnable = 0
WifiManaged = wlan0
```
These are used by RaspAP's [systemd control service](https://github.com/billz/raspap-webgui/wiki/FAQs#do-i-need-the-raspap-service-to-run-at-boot) `raspapd` to determine that a managed mode AP is enabled for the Pi and restore the connection after subsequent reboots.
### Changing hostapd settings
Changes to the hotspot configuration should be applied to the `wlan0` physical device, not `uap0` (a virtual interface). In other words, configure hostapd _before_ enabling AP-STA mode.