<div>Dan,</div>  <div>&nbsp;</div>  <div>I am working on mesh network device using atheros chips. One device acts as AP and other act as client/station. I have to port wpa1 only codes from wpa_supplicant and hostapd. I see beacon from AP usinf sniffer and I am sure wpa is set correctly comparing with linksys. Algorithm is set tkip in AP. </div>  <div>&nbsp;</div>  <div>But station can not associate to AP. And I see station issues algorithm is open not tkip.</div>  <div>&nbsp;</div>  <div>Here is what I config on both AP and Station</div>  <div>&nbsp;</div>  <div>AP side.</div>  <div>&nbsp;</div>  <div>1. iwpriv ifname wpa 1 ---- turn on wpa</div>  <div>2. iwpriv ifname countermeasures 1 ---turn on </div>  <div>3. iwpriv ifname privacy 1&nbsp; -- turn on privacy</div>  <div>4. iwpriv ifname ucastciphers 2 ---- tkip</div>  <div>5. iwpriv ifname keymgtalgs 2 ---- tkip algorithm</div>  <div>6. iwpriv ifname authmode 5 ---- authentication mode is wpa1</div>  <div>&nbsp;</div> 
 <div>Station side.</div>  <div>&nbsp;</div>  <div>1. iwpriv ifname wpa 1 ---- turn on wpa</div>  <div>2. iwpriv ifname countermeasures 1 ---turn on </div>  <div>3. iwpriv ifname privacy 1&nbsp; -- turn on privacy</div>  <div>4. iwpriv ifname keymgtalgs 2 ---- tkip algorithm</div>  <div>5. iwpriv ifname authmode 5 ---- authentication mode is wpa1</div>  <div>6. iwpriv ifname dropunencrypted 1 --- turn on</div>  <div>&nbsp;</div>  <div>both use "athkey -i ifname tkip key_value"</div>  <div>&nbsp;</div>  <div>But do not work.</div>  <div>&nbsp;</div>  <div>Can you do me favior to turn on debugger wpa_supplicant and hostapd</div>  <div>and I want to see what I miss on wpa configuration in bot AP and station?</div>  <div>&nbsp;</div>  <div>Thank you very much!!!<BR></div>  <div>&nbsp;</div>  <div>----henry</div>  <div><BR>&nbsp;</div>