<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<br>Hi,
<p>I am using hostap driver on my Access Point as well as on my end stations.
<p>I have 2 end stations associated with my Access Point. The 2 end stations
<br>are able to communicate with each other through the Access Point.
<p>I) Now I'm trying to use WEP (One common key for all stations of the
AP). The
<br>configuration I did as follows
<p>&nbsp;&nbsp;&nbsp; AP
<br>&nbsp;&nbsp;&nbsp; "iwconfig wlan0 key s:abcde"
<p>&nbsp;&nbsp;&nbsp; STA 1
<br>&nbsp;&nbsp;&nbsp; "iwconfig wlan0 key s:abcde"
<p>&nbsp;&nbsp;&nbsp; STA 2.
<br>&nbsp;&nbsp;&nbsp; "iwconfig wlan0 key s:abcde"
<br>With this setup also the end stations
<br>are able to communicate with each other through the Access Point.
<p>II) Now I'm trying to use Station specific WEP keys (Different key for
each end stations of the AP). The
<br>configuration I did as follows
<p>&nbsp;&nbsp;&nbsp; AP
<br>&nbsp;&nbsp;&nbsp; 1) For STA 1
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "hostap_crypt_conf wlan0
00:11:22:33:44:55 WEP s:abcde"
<br>&nbsp;&nbsp;&nbsp; 2) For STA 2
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "hostap_crypt_conf wlan0
00:66:77:88:99:00 WEP s:ghijkl"
<br>&nbsp;
<p>&nbsp;&nbsp;&nbsp; STA 1
<br>&nbsp;&nbsp;&nbsp; "iwconfig wlan0 key s:abcde"
<p>&nbsp;&nbsp;&nbsp; STA 2.
<br>&nbsp;&nbsp;&nbsp; "iwconfig wlan0 key s:ghijkl"
<p>With this setup the end stations are able to communicate with AP but
<br>they are <b>not able</b> to communicate with each other through the
Access Point.
<p>Can any one help me in identifying whats going wrong here OR the
<br>hostap driver does not support this feature.
<p>any help here is greatly appreciated
<p>thanks all your time
<p>regards,
<br>Dilli Babu
<br>&nbsp;
<br>&nbsp;</html>