Hi<br><br>&nbsp; Hostap version 0.6.3<br>&nbsp; Madwifi 0.9.4<br><br>&nbsp; I did the following steps.<br><br>&nbsp;<br><b>1. Creating wireless vap</b><br>------------------------<br><br>a. wlanconfig wlan0 create wlandev wifi0 wlanmode ap<br>
b. ifconfig wlan0 up<br><br><b>Hostapd.conf</b><br><br>interface=wlan0<br>ssid=debawep<br>macaddr_acl=0<br>logger_syslog=-1<br>logger_syslog_level=2<br>logger_stdout=-1<br>logger_stdout_level=<br>debug=2<br>channel=11<br>
max_num_sta=254<br>ap_max_inactivity=300<br>beacon_int=100<br>hw_mode=g<br>country_code=US<br>auth_algs=1<br>eapol_key_index_workaround=0<br>wep_default_key=0<br>wep_key0=2345678901<br>wep_key1=&quot;vwxyz&quot;<br>wep_key2=&quot;.2.4.6.8.0.23&quot;<br>
wep_key3=0102030405060708090a0b0c0d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <br><br><br><b><br>hostapd -B /etc/hostapd.conf<br><br></b>I am able to connect from a windows xp machine.&nbsp; The machine is getting associated but not getting ip address.<br>I gave static ip address to the windows machine and tried to ping but that is also not working.<br>
<br><br><br>Can anyone tell what is the problem.&nbsp; <br><br>Thanks and in advance for your help.<br><br>Regards<br>Deba<br>