Searched refs:mgmt_group_cipher (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ie.c | 110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument 211 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn() 220 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn() 304 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
|
D | wpa_ft.c | 218 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) in wpa_ft_gen_req_ies() 233 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in wpa_ft_gen_req_ies() 620 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) in wpa_ft_process_igtk_subelem()
|
D | wpa.c | 861 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher)) in ieee80211w_set_keys() 868 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in ieee80211w_set_keys() 883 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in ieee80211w_set_keys() 1216 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) && in wpa_supplicant_process_3_of_4() 1218 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) { in wpa_supplicant_process_3_of_4() 2603 sm->mgmt_group_cipher = value; in wpa_sm_set_param() 2956 keylen = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_wnmsleep_install_key() 2965 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_wnmsleep_install_key()
|
D | wpa_i.h | 82 unsigned int mgmt_group_cipher; member
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 560 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn() 562 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_rsn() 692 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn() 693 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn() 696 __func__, data->mgmt_group_cipher, in wpa_parse_wpa_ie_rsn() 755 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa() 1275 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
|
D | wpa_common.h | 374 int mgmt_group_cipher; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 347 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh() 351 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
|
D | wpa_supplicant.c | 360 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy() 381 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy() 888 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status() 1153 ie.mgmt_group_cipher = in wpa_supplicant_set_suites() 1169 ie.mgmt_group_cipher); in wpa_supplicant_set_suites() 1281 sel = ie.mgmt_group_cipher; in wpa_supplicant_set_suites() 1286 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites() 1290 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites() 1294 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites() 1298 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_CMAC_256; in wpa_supplicant_set_suites() [all …]
|
D | wpa_supplicant_i.h | 517 int mgmt_group_cipher; member
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.c | 643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie() 646 "cipher %d", data.mgmt_group_cipher); in wpa_validate_wpa_ie()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3913 switch (ie_data->mgmt_group_cipher) { in wpas_dbus_get_bss_security_prop()
|