From 3538a7f7d489da5576ca125cb390e0752acf7e57 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 18 Aug 2020 10:44:52 +0200 Subject: [PATCH] Updated RPi Zero W AP STA mode (markdown) --- RPi-Zero-W-AP-STA-mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RPi-Zero-W-AP-STA-mode.md b/RPi-Zero-W-AP-STA-mode.md index 20278d2..a096286 100644 --- a/RPi-Zero-W-AP-STA-mode.md +++ b/RPi-Zero-W-AP-STA-mode.md @@ -67,6 +67,8 @@ ifconfig uap0 up With the virtual `uap0` interface added to the `wlan0` physical device, we can then start up `hostapd`. It is important that the virtual interface is brought up first, otherwise it will fail with the message "could not configure driver mode". We also need to be sure that the interface is not managed by `systemd-networkd`, so this service should be disabled. These steps are handled by the RaspAP daemon `raspapd.service`. +With a basic understanding of AP-STA mode, we can proceed with the installation. + ### Installation 1. Begin by flashing an SD card with the latest release of [Raspberry Pi OS (32-bit) Lite](https://www.raspberrypi.org/downloads/raspbian/).