Hi all,
I would like my rPi can automatically connect to any open wifi network at boot. I know that editing the wpa_supplicant.def file I can choose which wifi network use but the problem is that I don't know the SSID of the open network to connect. My goal is that the rPi can connect to any open wifi network founded (sure only one network at a time).
So a standard configuration like:
# Open WiFi Network.
network={
ssid="<name_here>"
key_mgmt=NONE
priority=3
}
can't be used.
Can anyone help me ?
Best Regards.