Created
May 30, 2020 00:03
-
-
Save salex89/5c2a42f7260cec845e54b70c92ed2f77 to your computer and use it in GitHub Desktop.
Enable/disable WiFi over SSH RT-AC66U B1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 2.4GHz | |
nvram set wl0_radio=0 # 0 to disable, or 1 to enable | |
# 5GHz | |
nvram set wl1_radio=0 # 0 to disable, or 1 to enable | |
nvram commit | |
service restart_wireless | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment