Searched refs:mgmt_group_cipher (Results 1 – 18 of 18) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 241 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC || in wpa_ft_gen_req_ies() 242 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_ft_gen_req_ies() 243 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies() 244 sm->mgmt_group_cipher == WPA_CIPHER_BIP_CMAC_256) in wpa_ft_gen_req_ies() 262 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies() 779 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem() 780 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem() 781 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem() 782 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem() 793 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem() [all …]
|
D | wpa_ie.c | 110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument 241 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn() 250 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn() 334 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
|
D | wpa.c | 1033 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_igtk() 1057 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk() 1102 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher)) in ieee80211w_set_keys() 1109 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in ieee80211w_set_keys() 1440 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) && in wpa_supplicant_process_3_of_4() 1442 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) { in wpa_supplicant_process_3_of_4() 3018 sm->mgmt_group_cipher = value; in wpa_sm_set_param() 3078 sm->mgmt_group_cipher)); in wpa_sm_get_status() 3993 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) in fils_ft_build_assoc_req_rsne() 4036 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in fils_ft_build_assoc_req_rsne()
|
D | wpa_i.h | 85 unsigned int mgmt_group_cipher; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init() 200 wpa_cipher_to_alg(rsn->mgmt_group_cipher), NULL, in __mesh_rsn_auth_init() 245 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init() 782 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
|
D | mesh_rsn.h | 20 unsigned int mgmt_group_cipher; member
|
D | mesh.c | 120 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create() 217 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher; in wpas_mesh_complete() 451 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
|
D | wpa_supplicant.c | 405 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy() 426 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy() 1026 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status() 1316 ie.mgmt_group_cipher = 0; in wpa_supplicant_set_suites() 1320 ie.mgmt_group_cipher = in wpa_supplicant_set_suites() 1324 ie.mgmt_group_cipher = in wpa_supplicant_set_suites() 1328 ie.mgmt_group_cipher = in wpa_supplicant_set_suites() 1331 ie.mgmt_group_cipher = in wpa_supplicant_set_suites() 1357 ie.mgmt_group_cipher); in wpa_supplicant_set_suites() 1528 sel = ie.mgmt_group_cipher; in wpa_supplicant_set_suites() [all …]
|
D | wpa_supplicant_i.h | 546 int mgmt_group_cipher; member
|
D | mesh_mpm.c | 865 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
|
D | sme.c | 1644 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in sme_associate()
|
D | events.c | 600 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
|
D | ctrl_iface.c | 9229 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in wpas_ctrl_resend_assoc()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 1207 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn() 1209 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_rsn() 1345 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn() 1346 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn() 1349 __func__, data->mgmt_group_cipher, in wpa_parse_wpa_ie_rsn() 1408 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa() 2110 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
|
D | wpa_common.h | 403 int mgmt_group_cipher; member
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.c | 769 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie() 772 "cipher %d", data.mgmt_group_cipher); in wpa_validate_wpa_ie()
|
D | ap_config.h | 48 unsigned int mgmt_group_cipher; member
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4610 switch (ie_data->mgmt_group_cipher) { in wpas_dbus_get_bss_security_prop()
|