Evening all,
I've got FreeBSD-CURRENT running on my T440. I set up my /etc/rc.conf with the following:
And in my /etc/wpa_supplicant.conf I have the following:
At home this setup works well. However, on the other two networks the laptop fails to connect to either of the networks, neither of which have a PSK - you have to connect then open a browser and enter login information. In order to connect to these other two networks, I need to remove "WPA" from /etc/rc.conf and do a
The next problem is that when I go home, my laptop won't connect to my home Wifi where "WPA" is required.
Is there a way I can have the best of both worlds without continually editing files? I expect there is something I've missed in the wpa_supplicant.conf documentation...
Many thanks,
Ben
I've got FreeBSD-CURRENT running on my T440. I set up my /etc/rc.conf with the following:
Code:
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
Code:
network={
ssid="HomeWifi"
psk="MySecretPassword"
}
network={
ssid="Some hotel WiFi"
}
network={
ssid="CORP-Guest"
}
service netif restart
- or at least that's as much as I've worked out.The next problem is that when I go home, my laptop won't connect to my home Wifi where "WPA" is required.
Is there a way I can have the best of both worlds without continually editing files? I expect there is something I've missed in the wpa_supplicant.conf documentation...
Many thanks,
Ben