mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated FAQs (markdown)
parent
8a91f348a6
commit
3599e2b616
4
FAQs.md
4
FAQs.md
@ -13,7 +13,7 @@ This has been written to address some frequently asked questions among users of
|
||||
* [Can I configure RaspAP to work with a captive portal?](#captive)
|
||||
* [How do I create an AP activation schedule?](#schedule)
|
||||
* [Why can't I access wireless mode 'N' (802.11n)?](#wireless-mode)
|
||||
* [How do I prepare the SD card to connect to WiFi in headless mode?](#headless-mode)
|
||||
* [How do I prepare the SD card to connect to WiFi in headless mode?](#headless)
|
||||
* [Can I configure a managed mode AP without using the UI?](#managed)
|
||||
* [Managed mode AP doesn't work on the Pi Zero W. Help!](#pizero-w)
|
||||
* [Can I use wlan0 and wlan1 rather than eth0 for my AP?](#interfaces)
|
||||
@ -174,7 +174,7 @@ RaspAP:
|
||||
|
||||
If using TKIP for encryption with WPA, you will be restricted to 54 Mb/s. This is because the IEEE 802.11n draft prohibits using high throughput with WEP or TKIP ciphers.
|
||||
|
||||
## <a name="headless-mode"></a>How do I prepare the SD card to connect to WiFi in headless mode?
|
||||
## <a name="headless"></a>How do I prepare the SD card to connect to WiFi in headless mode?
|
||||
Since [May 2016](https://www.raspberrypi.org/blog/another-update-raspbian/), Raspbian has been able to copy wifi details from `/boot/wpa_supplicant.conf` into `/etc/wpa_supplicant/wpa_supplicant.conf` to automatically configure wireless network access.
|
||||
|
||||
An example `wpa_supplicant.conf` file is shown below. Replace the fields with your settings:
|
||||
|
Loading…
Reference in New Issue
Block a user