<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi<BR>
I am using Linux-2.6.29 and rt73 dongle, hostapd-0.6.9. on i386 machine<BR>
I tried to config the hostapd.conf into WEP-40 mode.<BR>
But when I run hostapd and connect to it, the server alway run in a open system auth mode :(<BR>
<BR>
After the client send auth req to the server, it just reply with auth ok (open system) packet.<BR>
It did not send out the key text.<BR>
<BR>
I feel puzzled. Does hostapd-0.6.9 supports WEP encrypt mode? Or I should use 0.5.8 version?<BR>
<BR>
Below is my .config file and hostapd.conf<BR>
Thanks before hand~~~~<BR>
<BR>
===.config===<BR>
CONFIG_DRIVER_NL80211=y<BR>LIBNL=/usr/src/libnl<BR>CFLAGS += -I$(LIBNL)/include<BR>LIBS += -L$(LIBNL)/lib<BR>
LIBSSL=/home/zimmer/802/openssl-0.9.8i<BR>CFLAGS += -I$(LIBSSL)/include<BR>LIBS += -L$(LIBSSL)<BR>
<BR>CONFIG_EAP=y<BR><BR>
<BR>
===hostapd.conf===<BR>
interface=wlan0<BR>driver=nl80211<BR>logger_syslog=-1<BR>logger_syslog_level=2<BR>logger_stdout=-1<BR>logger_stdout_level=2<BR>
dump_file=/tmp/hostapd.dump<BR>ctrl_interface=/var/run/hostapd<BR>
ctrl_interface_group=0<BR>ssid=test<BR>hw_mode=g<BR>channel=10<BR>beacon_int=100<BR>
dtim_period=2<BR>max_num_sta=255<BR>rts_threshold=2347<BR>fragm_threshold=2346<BR>macaddr_acl=0<BR>
auth_algs=1<BR>ignore_broadcast_ssid=0<BR>
wme_enabled=1<BR>wme_ac_bk_cwmin=4<BR>wme_ac_bk_cwmax=10<BR>wme_ac_bk_aifs=7<BR>wme_ac_bk_txop_limit=0<BR>wme_ac_bk_acm=0<BR>wme_ac_be_aifs=3<BR>wme_ac_be_cwmin=4<BR>wme_ac_be_cwmax=10<BR>wme_ac_be_txop_limit=0<BR>wme_ac_be_acm=0<BR>wme_ac_vi_aifs=2<BR>wme_ac_vi_cwmin=3<BR>wme_ac_vi_cwmax=4<BR>wme_ac_vi_txop_limit=94<BR>wme_ac_vi_acm=0<BR>wme_ac_vo_aifs=2<BR>wme_ac_vo_cwmin=2<BR>wme_ac_vo_cwmax=3<BR>wme_ac_vo_txop_limit=47<BR>wme_ac_vo_acm=0<BR>wep_default_key=1<BR>wep_key1=123456789a<BR>wep_key0="vwxyz"<BR>wep_key2=0102030405060708090a0b0c0d<BR>wep_key3=".2.4.6.8.0.23"<BR>
ieee8021x=1<BR>eapol_version=2<BR>eap_message=hello<BR>
wep_key_len_broadcast=5<BR>wep_key_len_unicast=5<BR>wep_rekey_period=300<BR>eapol_key_index_workaround=0<BR>
eap_server=1<BR>own_ip_addr=127.0.0.1<BR><BR>
<BR><br /><hr />What can you do with the new Windows Live? <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Find out</a></body>
</html>