[OpenWrt Wiki] Connect to client Wi-Fi network
openwrt.org › docs › guide-userAug 15, 2021 · Once you are connected again to the Wi-Fi extender, go in the wireless networks page, and click on Scan button. Choose the Wi-Fi network you want to connect to from the page and click “Join Network”. Enter the Wi-Fi password, leave the “name of new network” as “wwan” and select wan firewall zone. Click Save.
[OpenWrt Wiki] Guest Wi-Fi using CLI
openwrt.org › configuration_command_line_interfaceSep 15, 2021 · The new guest networks will share the channel/frequency with your probably already existing WLANs. Copy the whole following code block as is into a SSH command prompt of your OpenWrt device and press enter. Alternatively, create and run it as shell script on your OpenWrt device. # Configuration parameters NET_ID = "guest" WIFI_DEV = "$ (uci get ...
[OpenWrt Wiki] Wi-Fi /etc/config/wireless
openwrt.org › docs › guide-userNov 21, 2021 · Wireless interfaces are brought up and down with the wifi command. To (re)start the wireless after a configuration change, use wifi , to disable the wireless, run wifi down . In case your platform carries multiple wireless devices it is possible to start or run down each of them individually by making the wifi command be followed by the device ...