wpa_supplicant: how do you connect to a particular essid from a script?
- by Veek.M
network={
ssid="ana"
bssid=xx:xx:xx:xx:xx:xx
key_mgmt=NONE
auth_alg=OPEN
wep_key0=xxxxxxxxxxxxx
#identity 0 ana
disabled=1
}
How do i modify this to support connecting via a script by manually doing:
dial ana or dial gremlin
Right now, when I start wpa_supplicant, it autoconnects based on priority or disabled and I'd like to turn that behavior off and manually specify the ESSID I want.