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