<br><div>Hi,</div><div><br></div><div>I was trying to setup an AP in WEP mode by using the wpa_supplicant. The following is the configuration that I have specified. However, strangely this configuration info is not given to the driver at all after I start the supplicant. Does anyone know anything that I am missing here? Which file handles parsing and setting the key in the supplicant source code?</div>
<div><br></div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><pre><i>network={
</i><i>   ssid=&quot;xxx&quot;
</i><i> </i><i>  key_mgmt=NONE
</i><i>   wep_key0=0123456789abcdef0123456789
</i><i>   wep_tx_keyidx=0
</i><i> }</i></pre><pre><i>Regards.</i></pre></span></div>