From 7335de7968ab6c718a7efd9666e3b7789bb1d620 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 23 Sep 2020 21:14:55 +0100 Subject: [PATCH 1/4] Cleanup debug output --- templates/wifi_stations.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/wifi_stations.php b/templates/wifi_stations.php index 63df3b54..c987e61a 100755 --- a/templates/wifi_stations.php +++ b/templates/wifi_stations.php @@ -4,7 +4,6 @@
- Date: Wed, 23 Sep 2020 23:12:24 +0100 Subject: [PATCH 2/4] Indicate wireless client iface in UI, thx @RobertDuncan42 --- templates/configure_client.php | 19 +++++++++++++++++++ templates/dashboard.php | 1 + 2 files changed, 20 insertions(+) diff --git a/templates/configure_client.php b/templates/configure_client.php index f9e64feb..afb3aeb3 100755 --- a/templates/configure_client.php +++ b/templates/configure_client.php @@ -1,3 +1,16 @@ +
@@ -6,6 +19,12 @@
+
+ +
diff --git a/templates/dashboard.php b/templates/dashboard.php index 5b606255..49b2d524 100755 --- a/templates/dashboard.php +++ b/templates/dashboard.php @@ -55,6 +55,7 @@ $ifaceStatus = $wlan0up ? "up" : "down";
+
From 65381ecdbba340fbb7ac34e45fb1c9062418ba96 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 24 Sep 2020 08:55:06 +0100 Subject: [PATCH 3/4] Prettify php --- templates/wifi_stations.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/wifi_stations.php b/templates/wifi_stations.php index c987e61a..bd34246c 100755 --- a/templates/wifi_stations.php +++ b/templates/wifi_stations.php @@ -1,11 +1,7 @@ - +

- - -
- - $network) : ?> + +
+ $network) : ?>
From dd772a7bdfeb7d3f46050e78efe6746684e69f88 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sat, 26 Sep 2020 12:31:21 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a8fe5a..896cf95b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ By default RaspAP configures a routed AP for your clients to connect to. A bridg More information on Bridged AP mode is provided [on our wiki](https://github.com/billz/raspap-webgui/wiki/Bridged-AP-mode). ## Simultaneous AP and Wifi client -RaspAP lets you create an AP with a Wifi client configuration, often called AP-STA mode. With your system configured in managed mode, enable the AP from the **Advanced** tab of **Configure hotspot** by sliding the **Wifi client AP mode** toggle. Save settings and start the hotspot. The managed mode AP is functional without restart. +RaspAP lets you create an AP with a Wifi client configuration, often called [AP-STA mode](https://github.com/billz/raspap-webgui/wiki/RPi-Zero-W-AP-STA-mode). With your system configured in managed mode, enable the AP from the **Advanced** tab of **Configure hotspot** by sliding the **Wifi client AP mode** toggle. Save settings and start the hotspot. The managed mode AP is functional without restart. **Note:** This option is disabled until you configure your system as a wireless client. For a device operating in [managed mode](https://github.com/billz/raspap-webgui/wiki/FAQs#how-do-i-prepare-the-sd-card-to-connect-to-wifi-in-headless-mode) without an `eth0` connection, this configuration must be enabled [_before_ a reboot](https://github.com/billz/raspap-webgui/wiki/RPi-Zero-W-AP-STA-mode).