Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_BIP_GMAC_256 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dwpa_common.c1103 return WPA_CIPHER_BIP_GMAC_256; in rsn_selector_to_bitfield()
1178 cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_cipher_valid_mgmt_group()
1965 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_txt()
2236 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_key_len()
2284 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_to_alg()
2326 if (cipher & WPA_CIPHER_BIP_GMAC_256) in wpa_cipher_to_suite()
2467 val |= WPA_CIPHER_BIP_GMAC_256; in wpa_parse_cipher()
2539 if (ciphers & WPA_CIPHER_BIP_GMAC_256) { in wpa_write_ciphers()
H A Ddefs.h32 #define WPA_CIPHER_BIP_GMAC_256 BIT(12) macro
H A Dwpa_common.h33 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies()
280 case WPA_CIPHER_BIP_GMAC_256: in wpa_ft_gen_req_ies()
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c336 case WPA_CIPHER_BIP_GMAC_256: in wpa_write_rsn_ie()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant.c1319 WPA_CIPHER_BIP_GMAC_256) in wpa_supplicant_set_suites()
1321 WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
1547 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpa_supplicant_set_suites()
1548 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()