[driverloader] Lost in configuring driverloader with wpa_supplicant

Linuxant support (Jonathan) support at linuxant.com
Thu Jun 2 14:18:04 EDT 2005


Hi,

it seems that the DriverLoader module have a problem to deal with the 
WPA encryption according to:

---
driverloader: ndisWrapParseWPAInformationElements: unknown authentication 0
---

Can you please try to connect to an access point with WPA support 
(Managed mode) instead of Ad-Hoc mode to see if there is a difference?

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
support at linuxant.com



Oliver G. wrote:
> Hello all,
> 
> For days I have been trying to get wpa_supplicant working on my D-Link
> GWL-G520+ (TI ACX111 chipset). Without wpa, the connection is working fine
> in ad-hoc mode connected to a ipw2100.
> However, things look different when enabling WPA: I just cannot get a
> working connection. Attached are some log files and the output of
> wpa_supplicant after starting up.
> 
> dmesg:
> eth2: prism2_param: unknown param 15
> driverloader: ndisWrapParseWPAInformationElements: unknown authentication 0
> eth2: prism2_param: unknown param 23
> 
> 
> wpa_supplicant -i eth2 -c /etc/wpa_supplicant.conf -dd -Dhostap:
> Initializing interface 'eth2' conf '/etc/wpa_supplicant.conf' driver 'hostap'
> 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
> eapol_version=1
> ap_scan=2
> fast_reauth=1
> Line: 290 - start of a new network block
> ssid - hexdump_ascii(len=10):
>      74 65 73 74 20 61 64 68 6f 63                     test adhoc
> mode=1 (0x1)
> proto: 0x1
> key_mgmt: 0x10
> pairwise: 0x1
> group: 0x8
> PSK (ASCII passphrase) - hexdump_ascii(len=17): [REMOVED]
> PSK (from passphrase) - hexdump(len=32): [REMOVED]
> Priority group 0
>    id=0 ssid='test adhoc'
> Initializing interface (2) 'eth2'
> 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
> Own MAC address: 00:11:95:47:66:11
> wpa_driver_hostap_set_wpa: enabled=1
> wpa_driver_hostap_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
> wpa_driver_hostap_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
> wpa_driver_hostap_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
> wpa_driver_hostap_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
> wpa_driver_hostap_set_countermeasures: enabled=0
> wpa_driver_hostap_set_drop_unencrypted: enabled=1
> Setting scan request: 0 sec 100000 usec
> RTM_NEWLINK, IFLA_IFNAME: Interface 'eth2' added
> RTM_NEWLINK, IFLA_IFNAME: Interface 'eth2' added
> Trying to associate with SSID 'test adhoc'
> Cancelling scan request
> Automatic auth_alg selection: 0x1
> ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
> WPA: Set cipher suites based on configuration
> WPA: Selected cipher suites: group 8 pairwise 1 key_mgmt 16
> WPA: using GTK TKIP
> WPA: using PTK NONE
> WPA: using KEY_MGMT WPA-NONE
> WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01
> 00 00 50 f200 01 00 00 50 f2 00
> No keys have been configured - skip key clearing
> wpa_driver_hostap_set_key: alg=TKIP key_idx=0 set_tx=1 seq_len=6 key_len=32
> ioctl[PRISM2_IOCTL_HOSTAPD]: Invalid argument
> Failed to set encryption.
> wpa_driver_hostap_set_drop_unencrypted: enabled=1
> wpa_driver_hostap_associate
> ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
> hostap: Failed to configure ieee_802_1x param
> wpa_driver_hostap_set_key: alg=TKIP key_idx=0 set_tx=1 seq_len=6 key_len=32
> ioctl[PRISM2_IOCTL_HOSTAPD]: Invalid argument
> Failed to set encryption.
> Cancelling authentication timeout
> EAPOL: External notification - portControl=ForceAuthorized
> EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
> EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
> Signal 2 received - terminating
> No keys have been configured - skip key clearing
> EAPOL: External notification - portEnabled=0
> EAPOL: External notification - portValid=0
> wpa_driver_hostap_set_wpa: enabled=0
> wpa_driver_hostap_set_drop_unencrypted: enabled=0
> wpa_driver_hostap_set_countermeasures: enabled=0
> 
> wpa_supplicant.conf:
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=0
> eapol_version=1
>  ap_scan=2
> fast_reauth=1
> 
> network={
>         ssid="test adhoc"
>         mode=1
>         proto=WPA
>         key_mgmt=WPA-NONE
>         pairwise=NONE
>         group=TKIP
>         psk="secret passphrase"
> }
> 
> 
> On the ipw laptop, wpa_supplicant.conf is the same, and wpa_supplicant
> shows these lines after startup:
> Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'ipw'
> 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
> eapol_version=1
> ap_scan=2
> fast_reauth=1
> Line: 290 - start of a new network block
> ssid - hexdump_ascii(len=10):
>      74 65 73 74 20 61 64 68 6f 63                     test adhoc
> mode=1 (0x1)
> proto: 0x1
> key_mgmt: 0x10
> pairwise: 0x1
> group: 0x8
> PSK (ASCII passphrase) - hexdump_ascii(len=17): [REMOVED]
> PSK (from passphrase) - hexdump(len=32): [REMOVED]
> Priority group 0
>    id=0 ssid='test adhoc'
> Initializing interface (2) 'eth1'
> 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
> wpa_driver_ipw_init is called
> Own MAC address: 00:0c:f1:17:cb:41
> wpa_driver_ipw_set_wpa: enabled=1
> wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
> wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
> wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
> wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
> wpa_driver_ipw_set_countermeasures: enabled=0
> wpa_driver_ipw_set_drop_unencrypted: enabled=1
> Setting scan request: 0 sec 100000 usec
> Using existing control interface directory.
> bind(PF_UNIX): Address already in use
> ctrl_iface exists, but does not allow connections - assuming it was
> leftover from forced program termination
> Successfully replaced leftover ctrl_iface socket
> '/var/run/wpa_supplicant/eth1'
> Wireless event: cmd=0x8b06 len=8
> Trying to associate with SSID 'test adhoc'
> Cancelling scan request
> Automatic auth_alg selection: 0x1
> wpa_driver_ipw_set_auth_alg: auth_alg=0x1
> WPA: Set cipher suites based on configuration
> WPA: Selected cipher suites: group 8 pairwise 1 key_mgmt 16
> WPA: using GTK TKIP
> WPA: using PTK NONE
> WPA: using KEY_MGMT WPA-NONE
> WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01
> 00 00 50 f2 00 01 00 00 50 f2 00
> No keys have been configured - skip key clearing
> wpa_driver_ipw_set_key: alg=TKIP key_idx=0 set_tx=1 seq_len=6 key_len=32
> wpa_driver_ipw_set_drop_unencrypted: enabled=1
> wpa_driver_ipw_set_key: alg=TKIP key_idx=0 set_tx=1 seq_len=6 key_len=32
> Cancelling authentication timeout
> EAPOL: External notification - portControl=ForceAuthorized
> RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
> Wireless event: cmd=0x8b15 len=20
> Wireless event: new AP: 00:00:00:00:00:00
> Disconnect event - ignore in IBSS/WPA-None mode
> Wireless event: cmd=0x8b1a len=23
> EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
> EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
> EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
> Signal 2 received - terminating
> No keys have been configured - skip key clearing
> EAPOL: External notification - portEnabled=0
> EAPOL: External notification - portValid=0
> wpa_driver_ipw_set_wpa: enabled=0
> wpa_driver_ipw_set_drop_unencrypted: enabled=0
> wpa_driver_ipw_set_countermeasures: enabled=0
> 
> 
> I really hope someone can tell me what is going wrong and how to fix it.
> Thanks in advance,
> 
> Oliver
> _______________________________________________
> driverloader mailing list
> driverloader at lists.linuxant.com
> https://www.linuxant.com/mailman/listinfo/driverloader


More information about the driverloader mailing list