Hi Russell,

Russell D. Mitchell wrote:
> Quaker,
>
> I'm trying to upgrade v0.5 of the ath driver to support WPA/AES under 
> S10/GLDv2.  I've already done the following:
>
> 1. Added the net80211_crypto_ccmp.c file (from snv-b67) to the 
> compilation
> 2. Added 'glue' logic, init_crypto_ccmp() to ieee80211_crypto_attach()
>
> wpa_supplicant now gets to the AUTHENTICATED state, and wificonfig 
> status shows CONNECTED using WPA.
The ccmp module of net80211 of the OpenSolaris is a little imcompatible 
with the ath driver v0.5, some works need to do, mostly on 
ccmp_encap()/ccmp_decap().
If you ported the ccmp module directly to ath v0.5, it will not work.

--
Quaker
>
> Unfortunately, I still can't ping the AP in WPA/AES mode (WPA/TKIP 
> mode works!).  The ccmp routines (attach, setkey, encap, etc) are 
> being called, and the transmit appears to b operating correctly.  
> snoop shows repeated ARP requests, with no response.
>
> If you can think of anything obvious that I've missed, I'd appreciate 
> the help.  I'm trying to avoid porting the entire net80211 module over 
> to S10 and re-working ath to use the module version, but looks like I 
> might have to.
>
> /Russ
>
>
> Quaker Fang wrote:
>> Right, ath v0.5 doesn't support AES, but the ath v0.6 support.
>> If you want to use S10U and GLDv2, we need to upgrade the ath v0.5 to 
>> support AES, it's not complicate.
>>
>> -- 
>> Quaker
>>
>> Russell Mitchell wrote:
>>> I don't know if all ath based hardware supports AES, but I do know 
>>> that the CB21AG does, as verified with winXP.  I think the problem 
>>> is this:
>>>
>>> "Sorry, the WPA2 will use the CCMP crypto algorithm, but the ath 
>>> driver (v0.5)  can't support CCMP; this will be added in future."
>>> which was taken from:
>>>
>>> http://www.opensolaris.org/jive/thread.jspa?messageID=66276&#66276
>>>
>>> and sorta agrees with wpa_supplicant's failure to set the PTK 
>>> (whatever that means) while using the CCMP alg.
>>>
>>> Question is, has the CCMP alg been added to ath v0.6, and if so, 
>>> would it be possible to back port this support to the 0.5 driver, 
>>> since I'm stuck with GLDv2?
>>> /Russ
>>>  
>>>  
>>> This message posted from opensolaris.org
>>> _______________________________________________
>>> laptop-discuss mailing list
>>> laptop-discuss at opensolaris.org
>>>   
>>
>


Reply via email to