Bug in hostapd-0.4.4 (WPA-PSK an EAP-TLS no more useable in parallel)
Beat Meier
bmeier
Tue Aug 30 21:09:23 PDT 2005
Hello
In hostapd/wpa_supplicant 0.4.3 it worked to use wpa-psk and eap-tls
"parallel" in the same config file
i.e. one client could connect with eap-tls other with wpa-psk.
This does not anymore work with version 0.4.4. it seems that hostapd
does not anymore "announce"
wpa-psk ...
Was this a bug in 0.4.3 to use together or a bug in 0.4.4
Aug 31 01:04:12.827357: Scan results: 1
Aug 31 01:04:12.827591: Selecting BSS from priority group 0
Aug 31 01:04:12.827825: 0: 00:01:b4:02:0d:90 ssid='wireless-obera-o1'
wpa_ie_len=0 rsn_ie_len=30 caps=0x11
Aug 31 01:04:12.828116: skip - could not parse WPA/RSN IE
Aug 31 01:04:12.828397: No suitable AP found.
Here diffs of config file share and wpa-psk only of hostapd
< wpa=1< #ieee8021x=1
---
> ieee8021x=1
106c106,107
< eap_authenticator=0
---
> # TODO: not known in 0.3.7.2, in new version enable again
> #eap_server=0
---
> wpa=3
256,257c257,258
< #wpa_key_mgmt=WPA-PSK WPA-EAP
< wpa_key_mgmt=WPA-PSK
---
> wpa_key_mgmt=WPA-EAP WPA-PSK
> #wpa_key_mgmt=WPA-PSK
268,269c269,270
< #wpa_pairwise=TKIP CCMP
< wpa_pairwise=TKIP
---
> wpa_pairwise=TKIP CCMP
> #wpa_pairwise=TKIP
Beat
More information about the Hostap
mailing list