Skip to content

Instantly share code, notes, and snippets.

@salex89
Created May 30, 2020 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salex89/5c2a42f7260cec845e54b70c92ed2f77 to your computer and use it in GitHub Desktop.
Save salex89/5c2a42f7260cec845e54b70c92ed2f77 to your computer and use it in GitHub Desktop.
Enable/disable WiFi over SSH RT-AC66U B1
# 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