How I can change wifi password on Omega-2+ ?
-
Hello! Tell me, please, how I can change wifi password on Omega-2+, using command line?
-
@CAP-33 On firmwares with WARP CORE (v0.2.0-b175 and later) you can change the WiFi AP password with these commands:
uci set wireless.ap.key='new_password'; uci commit wireless; wifi
or
FAQ: How can I secure or modify the default Omega Wifi Network?
wifisetup -ap edit -ssid <ssid> -encr <encryption type> -password <password>
-
@György-Farkas
Thanks!