#566: ignoring auth_80211_auth_alg not correct solution
----------------------------------------+-----------------------------------
      Reporter:  kelmo                  |       Owner:                          
                           
          Type:  defect                 |      Status:  new                     
                           
      Priority:  major                  |   Milestone:  version 0.9.x - 
progressive release candidate phase
     Component:  madwifi: 802.11 stack  |     Version:  trunk                   
                           
    Resolution:                         |    Keywords:                          
                           
Patch_attached:  0                      |  
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):

 Just attached a fix for both problems.  I need to get access to a LEAP AP
 to finish up the testing.  I should be able to do that tomorrow.

 Problem 1 - unencrypted EAPOL frames were accepted even when they
 shouldn't be.  This is fixed by the changes to ieee80211_input.c

 Problem 2 - method of specifying the authentication type (open vs WEP
 shared) was very funky.  For example, consider these two sets of commands
 for configuring access to a WEP enabled AP using "open system"
 authentication.

 {{{
 Example A:
 iwconfig ath0 key <key>
 iwpriv ath0 authmode 1

 Example B:
 iwpriv ath0 authmode 1
 iwconfig ath0 key <key>
 }}}

 Example A would fail.  Example B would work.  The reason A failed was that
 the "authmode" command was tampering with the "privacy" flag on the VAP.
 I've changed things so that the authentication algorithm and the privacy
 flag are decoupled.  The privacy flag was already being set as soon as the
 encryption keys were specified.

-- 
Ticket URL: <http://madwifi.org/ticket/566>
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