Searched refs:WPA_CIPHER_BIP_GMAC_128 (Results 1 – 7 of 7) sorted by relevance
885 return WPA_CIPHER_BIP_GMAC_128; in rsn_selector_to_bitfield()957 cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_cipher_valid_mgmt_group()1617 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_txt()1882 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_key_len()1922 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_to_alg()1964 if (cipher & WPA_CIPHER_BIP_GMAC_128) in wpa_cipher_to_suite()2105 val |= WPA_CIPHER_BIP_GMAC_128; in wpa_parse_cipher()2172 if (ciphers & WPA_CIPHER_BIP_GMAC_128) { in wpa_write_ciphers()
31 #define WPA_CIPHER_BIP_GMAC_128 BIT(11) macro
33 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
315 case WPA_CIPHER_BIP_GMAC_128: in wpa_write_rsn_ie()
368 alg == WPA_CIPHER_BIP_GMAC_128 || in hostapd_wpa_auth_set_key()
1257 WPA_CIPHER_BIP_GMAC_128) in wpa_supplicant_set_suites()1259 WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()1425 } else if (sel & WPA_CIPHER_BIP_GMAC_128) { in wpa_supplicant_set_suites()1426 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()
3020 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()