Fw: 11w and WPA_CIPHER_AES_128_CMAC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Starting from hostapd 2.5, in src/ap/wpa_auth_ie.c, wpa_write_rsn_ie(..), this condition is added at line 265:


conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC

However, in the following switch statement, this condition is actually evaluated:
switch (conf->group_mgmt_cipher) {
        case WPA_CIPHER_AES_128_CMAC:
            RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_AES_128_CMAC);
            break;


I do not quite understand this seemingly contradictory situation. Could someone explain? Thanks in advance. 

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux