I wanted to connect to some other router. To achieve that I've enabled
wpa_supplicant package:
CONFIG_PACKAGE_wpa-supplicant=y
# CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK is not set
CONFIG_WPA_SUPPLICANT_INTERNAL=y
# CONFIG_WPA_SUPPLICANT_OPENSSL is not set
CONFIG_WPA_RFKILL_SUPPORT=y

I've also enabled iw:
CONFIG_PACKAGE_iw=y

Scanning works fine
# iw dev wlan0 scan | egrep "..."
BSS 00:23:69:c2:65:XX (on wlan0)
        TSF: 8832717184 usec (0d, 02:27:12)
        freq: 2472
        beacon interval: 100
        capability: ESS Privacy ShortSlotTime (0x0411)
        signal: -89.00 dBm
        last seen: 44 ms ago
        SSID: zajec_poznan_160
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 13

However I can't connect to this AP:
# wpa_supplicant -i wlan0 -c zajec_poznan.conf
Successfully initialized wpa_supplicant
wlan0: Associated with 01:80:c2:00:00:03

For some reason wpa_supplicant "finds" network with such a weird MAC
(it doesn't match scanning results!) and nothing more happens.

Any tips what I'm doing wrong?

P.S.
# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr C8:3A:35:40:C1:XX

-- 
Rafał
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to