Hi <br><br>Is it possible to enable WEP and WPA simultaneous in hostapd ? <br>If i do that , i get the following error :<br><br><b> No WPA/RSN IE in association request.</b><br><br>Test scenario<br>=========<br><br>Using hwsim for the test<br>
<br>My hostapd.conf<br>============<br>interface=wlan2<br>driver=nl80211<br>hw_mode=g<br>channel=1<br>ssid=nl80211 test<br>wpa=2<br>auth_algs=3<br>wpa_key_mgmt=WPA-PSK WPA-EAP<br>wpa_pairwise=CCMP<br>wpa_passphrase=12345678<br>
ctrl_interface=/var/run/hostapd<br>wep_default_key=0<br>wep_key0=&quot;abcde&quot;<br>wep_key1=0102030405<br>wep_key2=&quot;1234567890123&quot;<br>wep_key_len_broadcast=&quot;5&quot;<br>wep_key_len_unicast=&quot;5&quot;<br>
wep_rekey_period=300<br><br><br>wpa_supplicant conf<br>===============<br>ctrl_interface=/var/run/wpa_supplicant<br>ap_scan=1<br>network={<br>        ssid=&quot;nl80211 test&quot;<br>        key_mgmt=NONE<br>        wep_key0=&quot;abcde&quot;<br>
        wep_key1=0102030405<br>        wep_key2=&quot;1234567890123&quot;<br>}<br><br><br>-Uday<br>