Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90999 - wpa_supplicant-0.4.0 on ipw2100 does not work
Summary: wpa_supplicant-0.4.0 on ipw2100 does not work
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 91016 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-30 15:37 UTC by miolinux
Modified: 2005-05-02 02:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miolinux 2005-04-30 15:37:03 UTC
wpa_supplicant 0.3.8 works fine on wep+802.1x, but after upgrading to 0.4.0:

/usr/sbin/wpa_supplicant -Dipw -c/etc/wpa_supplicant.conf -iwlan0 -dd ioctl[SIOCSIWPMKSA]: Operation not supported


snip of wpa_supplicant.conf
-------network={
        ssid="homewpa"
        key_mgmt=IEEE8021X
        bssid=XX:XX:XX:XX:XX:XX
        scan_ssid=1
        eap=TLS
        identity="user"
        ca_cert="/etc/wpa/root.pem"
        client_cert="/etc/wpa/user.pem"
        private_key="/etc/wpa/user.pem"
        private_key_passwd="password"
        eapol_flags=3
        priority=10
}
-----------

net-wireless/wpa_supplicant-0.4.0 [0.3.8] -debug -gsm +readline +ssl


Reproducible: Always
Steps to Reproduce:
1. emerge -av =net-wireless/wpa_supplicant-0.4.0
2.
3.
Comment 1 Henrik Brix Andersen 2005-05-01 02:26:04 UTC
What is this bug report about? The 'ioctl[SIOCSIWPMKSA]: Operation not supported' message?
Comment 2 miolinux 2005-05-01 06:07:45 UTC
yes, sorry, but cut&paste put it on one line...

command: /usr/sbin/wpa_supplicant -Dipw -c/etc/wpa_supplicant.conf -iwlan0 -dd
error: ioctl[SIOCSIWPMKSA]: Operation not supported

i re-emerged it with USE=debug...
same command... after loading configuration:

[...]
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
wpa_driver_ipw_init is called
ioctl[SIOCSIWPMKSA]: Operation not supported
Own MAC address: XX:XX:XX:XX:XX:XX
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 usecWireless 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=7):
     69 6f 61 65 73 72 6f                              myssid
Scan timeout - try to get results
Received 276 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 10
0: XX:XX:XX:XX:XX:XX ssid='myssid' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
   skip - key mgmt mismatch
[...]

and after the same error reported before it seems to skip network due to 'key mgmt'...

if you need more info tell me...


then
Comment 3 Henrik Brix Andersen 2005-05-01 07:49:03 UTC
This error can be ignored for now - it shouldn't affect the functionality. I have reported this to the hostap mailing list.

Btw, as stated in the ChangeLog - wpa_supplicant-0.4.0 is a development snapshot, not to be considered stable.
Comment 4 Henrik Brix Andersen 2005-05-02 02:05:39 UTC
*** Bug 91016 has been marked as a duplicate of this bug. ***