From dc632ed179d457c3c2884e65a2e3177d57a07495 Mon Sep 17 00:00:00 2001 From: steeb Date: Sun, 10 Nov 2024 15:30:33 -0700 Subject: [PATCH] Update Extreme Networks WS-AP3825I - How to flash with OpenWRT --- ...S-AP3825I - How to flash with OpenWRT.-.md | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md index 859636b..dd964b1 100644 --- a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md +++ b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md @@ -77,4 +77,30 @@ uci set network.lan.ipaddr= && uci commit network && /etc/init.d/net ``` ## Setting up the AP as a bridge -This devices do not need to serve out addresses. Follow [this guide](https://openwrt.org/docs/guide-user/network/wifi/wifiextenders/bridgedap) to set this up properly. \ No newline at end of file +This devices do not need to serve out addresses. Follow [this guide](https://openwrt.org/docs/guide-user/network/wifi/wifiextenders/bridgedap) to set this up properly. Summary of our particular changes below. + +### Configuring the WiFi +Modify `/etc/config/wireless` with the following. Be sure to update the network key. Leave the `wifi-device` sections as is -- only update the `wifi-iface` entries. + +``` +config wifi-iface 'default_radio0' + option device 'radio0' + option network 'lan' + option mode 'ap' + option ssid 'crimsonFi' + option encryption 'sae' + option key '' +``` + +... + +``` +config wifi-iface 'default_radio1' + option device 'radio1' + option network 'lan' + option mode 'ap' + option ssid 'google how make internet work' + option encryption 'psk2' + option key '