From 8a91f348a61c9fc71c939a5286447827b5988a64 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sun, 10 Jan 2021 12:54:57 +0100 Subject: [PATCH] Updated RPi Zero W AP STA mode (markdown) --- RPi-Zero-W-AP-STA-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPi-Zero-W-AP-STA-mode.md b/RPi-Zero-W-AP-STA-mode.md index 9cb1f45..2dc3104 100644 --- a/RPi-Zero-W-AP-STA-mode.md +++ b/RPi-Zero-W-AP-STA-mode.md @@ -32,7 +32,7 @@ There are many scenarios in which AP-STA mode might be useful. These are some of Security is an important consideration with IoT and it can be beneficial to keep your devices on a separate network, for safety’s sake. No one wants a random internet user turning your lights on and off. ### How does AP-STA work? -In this configuration, we create a virtual network interface (here `uap0`) and use it instead of `wlan0` on the AP side. This virtual interface is used by several of the services needed to operate a software access point. RaspAP manages these configurations in the background for you. Relevant sections are displayed below as examples. +In this configuration, we create a virtual network interface (here `uap0`) and add it as the AP to the physical `wlan0` device. This virtual interface is used by several of the services needed to operate a software access point. RaspAP manages these configurations in the background for you. Relevant sections are displayed below as examples. `dhcpcd.conf`: ```