LEAP with ipw2200 and wpa_supplicant

Drew Norman drewn
Wed Feb 22 07:13:44 PST 2006


Hi.

I am attempting to connect to a LEAP network with my ipw2200. I have
tried reading the various FAQs and tidbits on the internet but have
found no help.

Here is my setup.

[root at localhost ~]# /sbin/lsmod | grep ieee
ieee80211_crypt_wep 3904 0
ieee80211_crypt_ccmp 6432 0
ieee80211_crypt_tkip 9728 0
ieee80211 46216 1 ipw2200
ieee80211_crypt 4384 4
ieee80211_crypt_wep,ieee80211_crypt_ccmp,ieee80211_crypt_tkip,ieee80211

[root at localhost ~]# /sbin/lsmod | grep ipw
ipw2200 103796 0
ieee80211 46216 1 ipw2200
firmware_class 7456 1 ipw2200


I am using ipw2200-1.0.13  with ipw2200-fw-2.4  on Mandrake 2006.0 with the 
2.6.12-12mdk kernel and ieee80211-1.1.12 ...


##wpa_supplicant.conf


ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root

network={
ssid="typhoon"
scan_ssid=1
key_mgmt=IEEE8021X
eap=LEAP
#anonymous_identity="anonymous"
identity="dnorman.wlan"
password="mypassword"
#phase1="fast_provisioning=1"
#pac_file="/etc/wpa_supplicant.eap-fast-pac"
}



Command I run:

/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant.conf -i eth0 -Dipw -dddd

Here are the results I get:


[root at localhost ~]# /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant.conf
-i eth0 -Dwext -dddd -t

1140618989.913053: Initializing interface 'eth0' conf
'/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A'
1140618989.913296: Configuration file '/etc/wpa_supplicant.conf' ->
'/etc/wpa_supplicant.conf'
1140618989.913390: Reading configuration file '/etc/wpa_supplicant.conf'
1140618989.913520: ctrl_interface='/var/run/wpa_supplicant'
1140618989.913927: ctrl_interface_group=0 (from group name 'root')
1140618989.913938: Line: 4 - start of a new network block
1140618989.913950: ssid - hexdump_ascii(len=7):
74 79 70 68 6f 6f 6e typhoon
1140618989.913969: scan_ssid=0 (0x0)
1140618989.913980: key_mgmt: 0x8
1140618989.913997: eap methods - hexdump(len=16): 00 00 00 00 11 00 00
00 00 00 00 00 00 00 00 00
1140618989.914013: identity - hexdump_ascii(len=12):
64 6e 6f 72 6d 61 6e 2e 77 6c 61 6e dnorman.wlan
1140618989.914041: password - hexdump_ascii(len=15): [REMOVED]
1140618989.914056: Priority group 0
1140618989.914066: id=0 ssid='typhoon'
1140618989.914076: Initializing interface (2) 'eth0'
1140618989.916436: EAPOL: SUPP_PAE entering state DISCONNECTED
1140618989.916446: EAPOL: KEY_RX entering state NO_KEY_RECEIVE
1140618989.916454: EAPOL: SUPP_BE entering state INITIALIZE
1140618989.916463: EAP: EAP entering state DISABLED
1140618989.916491: EAPOL: External notification - portEnabled=0
1140618989.916506: EAPOL: External notification - portValid=0
1140618989.916929: SIOCGIWRANGE: WE(compiled)=18 WE(source)=18 enc_capa=0xf
1140618989.916939: capabilities: key_mgmt 0xf enc 0xf
1140618990.030343: Own MAC address: 00:13:ce:89:ef:04
1140618990.030536: wpa_driver_wext_set_wpa
1140618990.030666: wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0
seq_len=0 key_len=0
1140618990.030768: wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0
seq_len=0 key_len=0
1140618990.030858: wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0
seq_len=0 key_len=0
1140618990.030948: wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0
seq_len=0 key_len=0
1140618990.031036: wpa_driver_wext_set_countermeasures
1140618990.031112: wpa_driver_wext_set_drop_unencrypted
1140618990.031203: Setting scan request: 0 sec 100000 usec
1140618990.031378: Added interface eth0
1140618990.031632: Wireless event: cmd=0x8b06 len=8
1140618990.031723: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth0' added
1140618990.031817: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth0' added
1140618990.134032: State: DISCONNECTED -> SCANNING
1140618990.134083: Starting AP scan (broadcast SSID)
1140618990.251895: CTRL_IFACE monitor attached - hexdump(len=27): 2f 74
6d 70 2f 77 70 61 5f 63 74 72 6c 5f 31 30 33 36 33 2d 34 31 35 37 00 9e dc
1140618990.252222: RX ctrl_iface - hexdump_ascii(len=6):
53 54 41 54 55 53 STATUS
ioctl[SIOCGIFADDR]: Cannot assign requested address
1140618990.252557: RX ctrl_iface - hexdump_ascii(len=13):
4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53 LIST_NETWORKS
1140618990.437531: Wireless event: cmd=0x8b15 len=20
1140618990.437556: Wireless event: new AP: 00:00:00:00:00:00
1140618990.437567: Added BSSID 00:00:00:00:00:00 into blacklist
1140618990.437582: State: SCANNING -> DISCONNECTED
1140618990.437591: EAPOL: External notification - portEnabled=0
1140618990.437609: EAPOL: External notification - portValid=0
1140618990.437627: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
1140618990.437636: CTRL_IFACE monitor send - hexdump(len=27): 2f 74 6d
70 2f 77 70 61 5f 63 74 72 6c 5f 31 30 33 36 33 2d 34 31 35 37 00 9e dc
1140618990.437670: wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0
seq_len=0 key_len=0
1140618990.437687: wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0
seq_len=0 key_len=0
1140618990.437696: wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0
seq_len=0 key_len=0
1140618990.437705: wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0
seq_len=0 key_len=0
1140618990.437713: wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0
seq_len=0 key_len=0
1140618991.251857: RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
1140618991.252133: RX ctrl_iface - hexdump_ascii(len=6):
53 54 41 54 55 53 STATUS
ioctl[SIOCGIFADDR]: Cannot assign requested address
1140618991.252748: RX ctrl_iface - hexdump_ascii(len=13):
4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53 LIST_NETWORKS
1140618992.251820: RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
1140618993.142120: Scan timeout - try to get results
1140618993.142209: Received 1062 bytes of scan results (6 BSSes)
1140618993.142217: Scan results: 6
1140618993.142226: Selecting BSS from priority group 0
1140618993.142233: 0: 00:40:96:5a:15:52 ssid='typhoon' wpa_ie_len=0
rsn_ie_len=0 caps=0x11
1140618993.142243: skip - no WPA/RSN IE
1140618993.142250: 1: 00:40:96:51:89:8a ssid='typhoon' wpa_ie_len=0
rsn_ie_len=0 caps=0x11
1140618993.142259: skip - no WPA/RSN IE
1140618993.142266: 2: 00:07:eb:31:27:ed ssid='typhoon' wpa_ie_len=0
rsn_ie_len=0 caps=0x11
1140618993.142274: skip - no WPA/RSN IE
1140618993.142281: 3: 00:40:96:5a:15:52 ssid='guestnet' wpa_ie_len=0
rsn_ie_len=0 caps=0x1
1140618993.142290: skip - no WPA/RSN IE
1140618993.142297: 4: 00:40:96:51:89:8a ssid='guestnet' wpa_ie_len=0
rsn_ie_len=0 caps=0x1
1140618993.142305: skip - no WPA/RSN IE
1140618993.142312: 5: 00:07:eb:31:27:ed ssid='guestnet' wpa_ie_len=0
rsn_ie_len=0 caps=0x1
1140618993.142321: skip - no WPA/RSN IE
1140618993.142328: selected non-WPA AP 00:40:96:5a:15:52 ssid='typhoon'
1140618993.142341: Trying to associate with 00:40:96:5a:15:52
(SSID='typhoon' freq=0 MHz)
1140618993.142349: CTRL_IFACE monitor send - hexdump(len=27): 2f 74 6d
70 2f 77 70 61 5f 63 74 72 6c 5f 31 30 33 36 33 2d 34 31 35 37 00 9e dc
1140618993.142379: Cancelling scan request
1140618993.142389: WPA: clearing own WPA/RSN IE
1140618993.142396: Automatic auth_alg selection: 0x4
1140618993.142407: WPA: clearing AP WPA IE
1140618993.142413: WPA: clearing AP RSN IE
1140618993.142420: WPA: clearing own WPA/RSN IE
1140618993.142428: No keys have been configured - skip key clearing
1140618993.142435: wpa_driver_wext_set_drop_unencrypted
1140618993.142443: State: DISCONNECTED -> ASSOCIATING
1140618993.142451: wpa_driver_wext_associate
1140618993.142473: Setting authentication timeout: 10 sec 0 usec
1140618993.142486: EAPOL: External notification - portControl=Auto
1140618993.142520: Wireless event: cmd=0x8b06 len=8
1140618993.142539: Wireless event: cmd=0x8b1a len=20
1140618993.252130: RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
1140618993.252187: RX ctrl_iface - hexdump_ascii(len=6):
53 54 41 54 55 53 STATUS
ioctl[SIOCGIFADDR]: Cannot assign requested address
1140618993.252401: RX ctrl_iface - hexdump_ascii(len=13):
4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53 LIST_NETWORKS
1140618993.500361: CTRL-EVENT-TERMINATING - signal 2 received
1140618993.500396: CTRL_IFACE monitor send - hexdump(len=27): 2f 74 6d
70 2f 77 70 61 5f 63 74 72 6c 5f 31 30 33 36 33 2d 34 31 35 37 00 9e dc
1140618993.500430: Removing interface eth0
1140618993.500438: State: ASSOCIATING -> DISCONNECTED
1140618993.500446: No keys have been configured - skip key clearing
1140618993.500454: EAPOL: External notification - portEnabled=0
1140618993.500471: EAPOL: External notification - portValid=0
1140618993.500487: wpa_driver_wext_set_wpa
1140618993.500511: wpa_driver_wext_set_drop_unencrypted
1140618993.500520: wpa_driver_wext_set_countermeasures
1140618993.500527: No keys have been configured - skip key clearing
1140618993.501167: CTRL_IFACE wait for attached monitors to receive messages
1140618994.503836: Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
1140618994.504159: Cancelling scan request




Any help would be greatly appreciated.  I know that my leap login/password and 
my access point is good as my old laptop connected fine using Cisco's Aironet 
350 and the Cisco linux acu utilities for the card.


Thanks!

--Drew




More information about the Hostap mailing list