Hello All,
I want to be able to have the SSID hidden for normal use, but also be able to un-hide the SSID for a short period and activate WPS so a new client may connect to the network. I have software on my RT-N66U that provides messaging service to network clients, and I need to "open" the network to allow a new connection. I'm currently running version 3.0.0.4.372.31 of Asuswrt-Merlin. I've tried the following to un-hide the SSID and "press" the WPS button, but test clients do not see the AP when the commands are run. The value of Hide SSID in the web interface does update (when I refresh the page after running the commands below).
nvram set wl_closed=0
nvram set wl0_closed=0
nvram set wps_proc_status=1
nvram commit
I have noticed that the changes from my script to take effect if I click the Apply button at the bottom of the web page.
Can anyone tell me how to achieve the above? And/or how to "press the apply button in the web interface" from my script?
Thank you,
bertc
I want to be able to have the SSID hidden for normal use, but also be able to un-hide the SSID for a short period and activate WPS so a new client may connect to the network. I have software on my RT-N66U that provides messaging service to network clients, and I need to "open" the network to allow a new connection. I'm currently running version 3.0.0.4.372.31 of Asuswrt-Merlin. I've tried the following to un-hide the SSID and "press" the WPS button, but test clients do not see the AP when the commands are run. The value of Hide SSID in the web interface does update (when I refresh the page after running the commands below).
nvram set wl_closed=0
nvram set wl0_closed=0
nvram set wps_proc_status=1
nvram commit
I have noticed that the changes from my script to take effect if I click the Apply button at the bottom of the web page.
Can anyone tell me how to achieve the above? And/or how to "press the apply button in the web interface" from my script?
Thank you,
bertc