Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3555

Raspberry Pi OS • Multiple Wifi's using CLI?

$
0
0
Using PiOS lite on a Pi3B+

Have a portable box. I want it to connect to my home wifi when at home, and one of two mobile hotspots while out on the road.

I thought I had everything setup in WPA_SUPPLICANT.CONF. but it doesnt seem to be working. It still only connects to my home wifi

Code:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdevupdate_config=1country=USnetwork={    ssid="homewifi"    psk="******"    priority=1}network={   ssid="mobile1"   psk="*****"   priority=2}network={   ssid="mobile2"   psk="*****"   priority=3}

Any help on why it's not connecting to other wifi or where do I look to see if its setup right?

Statistics: Posted by HDC3tampa — Thu Jul 25, 2024 9:57 pm



Viewing all articles
Browse latest Browse all 3555

Trending Articles