Cosmo a écrit :
> I have the latest driver working with ubuntu 10.4 (kernel 2.6.32) and a 
> 350 device in an old T30 Thinkpad but it isn't automatically detected as 
> being WPA capable. The network setup GUI only offers WEP as the security 
> type. On investigation I found that this is actually part of the 
> iw_range information and the problem can be fixed by adding the 
> following to airo_get_range().
> 
>      /* Encryption capabilities */
>      range->enc_capa = (local->wpa_enabled ? IW_ENC_CAPA_WPA | 
> IW_ENC_CAPA_CIPHER_TKIP : 0);
> 
Thanks for the patch.

Applied on svn.


Matthieu

_______________________________________________
Airo-wpa-dev mailing list
[email protected]
https://mail.gna.org/listinfo/airo-wpa-dev

Reply via email to