I'm moving from AT&T to Comcast XFinity service and I'm having problems getting my FreeBSD machine to connect to the Comcast WiFi. I think it's a configuration issue, but I'm not sure what I'm looking at. This connects just fine to AT&T.
/etc/wpa_supplicant.conf
/etc/rc.conf
ifconfig wlan0 list scan
Both networks are WPA2. All the channel 6 WiFi is the Comcast router. The channel 11 WiFi is the AT&T router. The only real difference that I see is that AT&T has the BSSLOAD capability while the Comcast one doesn't. Beyond that, I don't see what the issue is.
/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="XXXXXXXX"
scan_ssid=0
psk="XXXXXXXXXXXXXXXX"
priority=5
}
/etc/rc.conf
Code:
# WiFi
wlans_ral0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig wlan0 list scan
Code:
CHAN RATE S:N INT CAPS
6 54M -56:-95 100 EPS HTCAP WME RSN WPS
6 54M -56:-95 100 EPS HTCAP WME RSN WPA
6 54M -56:-95 100 EPS HTCAP WME RSN
6 54M -56:-95 100 EPS HTCAP WME RSN
11 54M -60:-95 100 EP RSN BSSLOAD HTCAP WME
Both networks are WPA2. All the channel 6 WiFi is the Comcast router. The channel 11 WiFi is the AT&T router. The only real difference that I see is that AT&T has the BSSLOAD capability while the Comcast one doesn't. Beyond that, I don't see what the issue is.