Simultaneous support for WEP and WPA in hostapd

uday kiran kaniki.uday
Mon Oct 10 00:30:38 PDT 2011


Hi

Is it possible to enable WEP and WPA simultaneous in hostapd ?
If i do that , i get the following error :

* No WPA/RSN IE in association request.*

Test scenario
=========

Using hwsim for the test

My hostapd.conf
============
interface=wlan2
driver=nl80211
hw_mode=g
channel=1
ssid=nl80211 test
wpa=2
auth_algs=3
wpa_key_mgmt=WPA-PSK WPA-EAP
wpa_pairwise=CCMP
wpa_passphrase=12345678
ctrl_interface=/var/run/hostapd
wep_default_key=0
wep_key0="abcde"
wep_key1=0102030405
wep_key2="1234567890123"
wep_key_len_broadcast="5"
wep_key_len_unicast="5"
wep_rekey_period=300


wpa_supplicant conf
===============
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
        ssid="nl80211 test"
        key_mgmt=NONE
        wep_key0="abcde"
        wep_key1=0102030405
        wep_key2="1234567890123"
}


-Uday
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20111010/b56ad4d3/attachment-0001.htm 



More information about the Hostap mailing list