#925: [regression] WPA TKIP broken with HAL 0.9.18.0
----------------------------------+-----------------------------------------
      Reporter:  anonymous        |       Owner:  kelmo        
          Type:  defect           |      Status:  closed       
      Priority:  major            |   Milestone:  version 0.9.3
     Component:  madwifi: driver  |     Version:  trunk        
    Resolution:  fixed            |    Keywords:               
Patch_attached:  0                |  
----------------------------------+-----------------------------------------
Changes (by kelmo):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Quoting Sam leffler:

 {{{
 Ok, I understand what's going on now.  I was able to reproduce things.
 The issue is really an API incompatibility I introduced when I added the
 new keycache support in the hal.  Before I added the ability to store
 TKIP mic keys "combined" the driver would ask the hal if it was capable
 of storing TKIP mic keys "together" or "split" using:

 if (ath_hal_tkipsplit(ah))
         sc->sc_splitmic = 1;

 This always evaluated s.t. the driver thought the mic keys were split
 across 2 keycache entries and so did the usual work.  However when I
 added the ability to store the mic keys in a single keycache entry I
 made the above call return "the truth".  This meant that on parts where
 it was possible to store keys either split or combined it said
 "together" so sc_splitmic was NOT set to 1.  This broke compatibility
 with the old driver/existing code.
 }}}

 Since r1755 madwifi supports the combined tkip entries, so this issue is
 mostly null and void.

 It was agreed there was little point in modifying the HAL at this point.

-- 
Ticket URL: <http://madwifi.org/ticket/925>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to