Searched refs:WPA_CIPHER_BIP_CMAC_256 (Results 1 – 7 of 7) sorted by relevance
889 return WPA_CIPHER_BIP_CMAC_256; in rsn_selector_to_bitfield()959 cipher == WPA_CIPHER_BIP_CMAC_256; in wpa_cipher_valid_mgmt_group()1621 case WPA_CIPHER_BIP_CMAC_256: in wpa_cipher_txt()1877 case WPA_CIPHER_BIP_CMAC_256: in wpa_cipher_key_len()1926 case WPA_CIPHER_BIP_CMAC_256: in wpa_cipher_to_alg()1968 if (cipher & WPA_CIPHER_BIP_CMAC_256) in wpa_cipher_to_suite()2109 val |= WPA_CIPHER_BIP_CMAC_256; in wpa_parse_cipher()2186 if (ciphers & WPA_CIPHER_BIP_CMAC_256) { in wpa_write_ciphers()
33 #define WPA_CIPHER_BIP_CMAC_256 BIT(13) macro
34 WPA_CIPHER_BIP_CMAC_256)
321 case WPA_CIPHER_BIP_CMAC_256: in wpa_write_rsn_ie()
370 alg == WPA_CIPHER_BIP_CMAC_256) { in hostapd_wpa_auth_set_key()
1253 WPA_CIPHER_BIP_CMAC_256) in wpa_supplicant_set_suites()1255 WPA_CIPHER_BIP_CMAC_256; in wpa_supplicant_set_suites()1433 } else if (sel & WPA_CIPHER_BIP_CMAC_256) { in wpa_supplicant_set_suites()1434 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_CMAC_256; in wpa_supplicant_set_suites()
3024 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()