diff --git a/FAQs.md b/FAQs.md index 59a34ce..4e90d88 100644 --- a/FAQs.md +++ b/FAQs.md @@ -163,7 +163,7 @@ network={ } ``` -## Can I configure a managed mode AP without using the UI? +## Can I configure a managed mode AP without using the UI? Let's assume you are creating a Raspbian image (or other supported OS) with scripts that setup RaspAP at first startup. In this scenario, to configure a managed mode AP, you must manually connect via a browser, make some changes via the UI and then save your settings. This can be also be done programmatically. Assuming you have [wpa_supplicant.conf fully populated](#headless-mode), set the following values in `/etc/raspap/hostapd.ini`: ``` @@ -175,7 +175,7 @@ WifiManaged = wlan0 substituting `wlan0` for your AP interface, if necessary. You may then restart the raspap daemon with `sudo systemctl restart raspapd.service`. -## Managed mode AP doesn't work on the Pi Zero W. Help! +## Managed mode AP doesn't work on the Pi Zero W. Help! See [this walkthrough](https://github.com/billz/raspap-webgui/wiki/RPi-Zero-W-AP-STA-mode) where the installation is described in detail. ## Can I use wlan0 and wlan1 rather than eth0 for my AP?