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.
What is this bug report about? The 'ioctl[SIOCSIWPMKSA]: Operation not supported' message?
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
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.
*** Bug 91016 has been marked as a duplicate of this bug. ***