Step 1: connect to a non-hidden SSID. This will create rules of network and firewall etc.

Step 2: Disable repeater manager which will change repeater automatically.

killall /usr/bin/gl_health
mv /usr/bin/gl_health1

Step 3: Connect manually

uci set wireless.sta.ssid=SSID
uci set wireless.sta.channel=1
uci set wireless.sta.key=wifikey
uci set wireless.sta.bssid=bssidhere
uci set wireless.sta.encryption=psk2
uci commit wireless
/etc/init.d/network restart

The router will always try to connect to the same ssid even it is not available.

1 Like