Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dwpa_common.c1101 return WPA_CIPHER_BIP_GMAC_128; in rsn_selector_to_bitfield()
1177 cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_cipher_valid_mgmt_group()
1963 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_txt()
2242 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_key_len()
2282 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_to_alg()
2324 if (cipher & WPA_CIPHER_BIP_GMAC_128) in wpa_cipher_to_suite()
2465 val |= WPA_CIPHER_BIP_GMAC_128; in wpa_parse_cipher()
2532 if (ciphers & WPA_CIPHER_BIP_GMAC_128) { in wpa_write_ciphers()
H A Ddefs.h31 #define WPA_CIPHER_BIP_GMAC_128 BIT(11) 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.c251 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_ft_gen_req_ies()
276 case WPA_CIPHER_BIP_GMAC_128: in wpa_ft_gen_req_ies()
789 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c333 case WPA_CIPHER_BIP_GMAC_128: in wpa_write_rsn_ie()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant.c1327 WPA_CIPHER_BIP_GMAC_128) in wpa_supplicant_set_suites()
1329 WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()
1543 } else if (sel & WPA_CIPHER_BIP_GMAC_128) { in wpa_supplicant_set_suites()
1544 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()