mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated FAQs (markdown)
parent
84fdb25016
commit
29ccbc107b
4
FAQs.md
4
FAQs.md
@ -163,7 +163,7 @@ network={
|
||||
}
|
||||
```
|
||||
|
||||
## <a name="#managed"></a>Can I configure a managed mode AP without using the UI?
|
||||
## <a name="managed"></a> 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`.
|
||||
|
||||
## <a name="#pizero-w"></a>Managed mode AP doesn't work on the Pi Zero W. Help!
|
||||
## <a name="pizero-w"></a>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.
|
||||
|
||||
## <a name="interfaces"></a>Can I use wlan0 and wlan1 rather than eth0 for my AP?
|
||||
|
Loading…
Reference in New Issue
Block a user