Changes

1 byte added ,  11:58, 20 December 2022
Line 56: Line 56:  
Change SSID here to an SSID that the router will be connecting to
 
Change SSID here to an SSID that the router will be connecting to
   −
<pre>uci set wireless.@wifi-iface[-1].ssid='RUT_4474_2G'</pre>
+
<pre>uci set wireless.@wifi-iface[-1].ssid='RUT1_SSID'</pre>
    
Change BSSID here to BSSID that the router will be connecting to (L2 address)
 
Change BSSID here to BSSID that the router will be connecting to (L2 address)
   −
<pre>uci set wireless.@wifi-iface[-1].bssid='00:1E:42:44:44:74'</pre>
+
<pre>uci set wireless.@wifi-iface[-1].bssid='RUT1_BSSID'</pre>
    
Use appropriate auth method, PSK2 = WPA2-PSK here
 
Use appropriate auth method, PSK2 = WPA2-PSK here
Line 68: Line 68:  
Change secret to appropriate one
 
Change secret to appropriate one
   −
<pre>uci set wireless.@wifi-iface[-1].key='Vc80Tps1'
+
<pre>uci set wireless.@wifi-iface[-1].key='RUT1_SSID_PASSWORD'
 
uci set wireless.@wifi-iface[-1].disabled='0'
 
uci set wireless.@wifi-iface[-1].disabled='0'
 
uci set wireless.@wifi-iface[-1].skip_inactivity_poll='0'
 
uci set wireless.@wifi-iface[-1].skip_inactivity_poll='0'

Navigation menu