There are times that WiFi does not work. I have therefore created a wpa_supplicant file and added to the boot directory of the SD card.
Since I operate often from an alternate location, how may I add MULTIPLE SSID/PSK to the EXISTING wpa_supplicant file[/b]?
4S7EF
Adding MULTIPLE WiFi SSID/PSK
Re: Adding MULTIPLE WiFi SSID/PSK
Found the answer;
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ap_scan=1
fast_reauth=1
country=AU
network={
ssid="FirstSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="0"
priority=100
}
network={
ssid="SecondSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="1"
priority=99
}
network={
ssid="ThirdSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="2"
priority=98
}
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ap_scan=1
fast_reauth=1
country=AU
network={
ssid="FirstSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="0"
priority=100
}
network={
ssid="SecondSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="1"
priority=99
}
network={
ssid="ThirdSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="2"
priority=98
}
Re: Adding MULTIPLE WiFi SSID/PSK
I dont understand where to put this in?
I like to have more then one ssid in the list. Are they automatic choosen from te list ,when they are availibel?
I like to have more then one ssid in the list. Are they automatic choosen from te list ,when they are availibel?
Re: Adding MULTIPLE WiFi SSID/PSK
I like this idea. Do these entries need to be added to the wpa_supplicant file??
Re: Adding MULTIPLE WiFi SSID/PSK
You can add them through the expert menu under wifi. (configuration->expert->wifi)
Gene in Belvidere IL
Please don't email me with questions.
That's what these forums are for.
There's much more brainpower collected here
than I have alone.
Please don't email me with questions.
That's what these forums are for.
There's much more brainpower collected here
than I have alone.