Today's CVS wpa_supplicant failing with ndiswrapper (also cvs HEAD) and BCMI810GP pci card.

Miles Lane miles.lane
Tue Oct 4 16:53:41 PDT 2005


Hi, I cannot get WPA2PSK with AES to work with my configuration. 
Would you please take a look and tell me possible ways to get it
working?  The card works find with WEP configured with iwconfig/ifup,
so the hardware is okay.

>From dmesg:

ndiswrapper version 1.4rc4 loaded (preempt=yes,smp=no)
ndiswrapper: driver bcmwl5 (Broadcom,02/11/2005, 3.100.64.0) loaded
ACPI: PCI Interrupt 0000:01:06.0[A] -> Link [APC1] -> GSI 16 (level,
high) -> IRQ 20
ndiswrapper: using irq 20
wlan0: vendor: ''
wlan0: ndiswrapper ethernet device 00:0c:e5:53:2c:3e using driver
bcmwl5, 14E4:4320.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK;
AES/CCMP with WPA, WPA2, WPA2PSK

My wpa_supplicant.conf file:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1

network={
        ssid="Trinkle Lane Home"
        scan_ssid=1
        auth_alg=OPEN
        proto=RSN WPA
        pairwise=CCMP TKIP
        group=CCMP TKIP WEP104
        key_mgmt=WPA-PSK
        psk="XXXXXXXXXXXXX"
}

When I run wpa_supplicant, I get:

wpa_supplicant -dd -iwlan0 -c/etc/wpa_supplicant.conf -Dndiswrapper
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver
'ndiswrapper'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0 (from group name 'root')
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
Line: 14 - start of a new network block
ssid - hexdump_ascii(len=17):
     54 72 69 6e 6b 6c 65 20 4c 61 6e 65 20 48 6f 6d   Trinkle Lane Hom
     65                                                e
scan_ssid=1 (0x1)
auth_alg: 0x1
proto: 0x3
pairwise: 0x18
group: 0x1c
key_mgmt: 0x2
PSK (ASCII passphrase) - hexdump_ascii(len=12): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid='Trinkle Lane Home'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
ioctl[SIOCSIWPMKSA]: Operation not supported
SIOCGIWRANGE: WE(compiled)=19 WE(source)=18 enc_capa=0xe
  capabilities: key_mgmt 0xa enc 0xf
Own MAC address: 00:0c:e5:53:2c:3e
Setting scan request: 0 sec 100000 usec
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
State: DISCONNECTED -> SCANNING
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=17):
     54 72 69 6e 6b 6c 65 20 4c 61 6e 65 20 48 6f 6d   Trinkle Lane Hom
     65                                                e
Scan timeout - try to get results
Received 1131 bytes of scan results (5 BSSes)
Scan results: 5
Selecting BSS from priority group 0
0: 00:06:25:54:a2:0c ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - no WPA/RSN IE
1: 00:0f:66:2c:c8:ff ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - no WPA/RSN IE
2: 00:03:93:ea:37:bb ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - no WPA/RSN IE
3: 00:05:5d:fa:d5:22 ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - no WPA/RSN IE
4: 00:04:5a:f6:1d:76 ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - no WPA/RSN IE
No suitable AP found.
Setting scan request: 5 sec 0 usec




More information about the Hostap mailing list