Home
last modified time | relevance | path

Searched refs:mgmt_group_cipher (Results 1 - 25 of 36) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ft.c250 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC || in wpa_ft_gen_req_ies()
251 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_ft_gen_req_ies()
252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies()
253 sm->mgmt_group_cipher == WPA_CIPHER_BIP_CMAC_256) in wpa_ft_gen_req_ies()
271 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
788 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
789 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
791 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
802 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
[all...]
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn()
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()
108 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) wpa_gen_wpa_ie_rsn() argument
H A Dwpa.c1059 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_igtk()
1083 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
1128 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher)) in ieee80211w_set_keys()
1135 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in ieee80211w_set_keys()
1466 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) && in wpa_supplicant_process_3_of_4()
1468 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) { in wpa_supplicant_process_3_of_4()
3048 sm->mgmt_group_cipher = value; in wpa_sm_set_param()
3104 "mgmt_group_cipher=%s\n", in wpa_sm_get_status()
3108 sm->mgmt_group_cipher)); in wpa_sm_get_status()
4023 if (sm->mgmt_group_cipher in fils_ft_build_assoc_req_rsne()
[all...]
H A Dwpa_i.h85 unsigned int mgmt_group_cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ft.c291 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
867 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC &&
868 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 &&
869 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 &&
870 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256)
881 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher);
906 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher),
908 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
934 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC &&
935 sm->mgmt_group_cipher !
[all...]
H A Dwpa_ie.c133 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn()
253 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
262 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
345 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
131 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) wpa_gen_wpa_ie_rsn() argument
H A Dwpa.c1517 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1544 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1546 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1591 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1619 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1621 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1647 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1674 wpa_cipher_to_alg(sm->mgmt_group_cipher),
1704 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1734 wpa_cipher_to_alg(sm->mgmt_group_cipher),
[all...]
H A Dwpa_i.h103 unsigned int mgmt_group_cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
H A Dmesh.c120 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
218 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher; in wpas_mesh_complete()
452 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
H A Dmesh_rsn.c171 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()
H A Dwpa_supplicant.c410 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy()
431 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy()
1053 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status()
1343 ie.mgmt_group_cipher = 0; in wpa_supplicant_set_suites()
1347 ie.mgmt_group_cipher = in wpa_supplicant_set_suites()
1351 ie.mgmt_group_cipher = in wpa_supplicant_set_suites()
1355 ie.mgmt_group_cipher = in wpa_supplicant_set_suites()
1358 ie.mgmt_group_cipher = in wpa_supplicant_set_suites()
1384 ie.mgmt_group_cipher); in wpa_supplicant_set_suites()
1557 sel = ie.mgmt_group_cipher; in wpa_supplicant_set_suites()
[all...]
H A Dwpa_supplicant_i.h546 int mgmt_group_cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
H A Dmesh.c132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher; in mesh_config_create()
134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
278 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher; in wpas_mesh_complete()
634 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
H A Dmesh_rsn.c175 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
205 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init()
256 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init()
789 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
H A Dwpa_supplicant.c461 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy()
483 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy()
1230 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status()
1416 sel = ie->mgmt_group_cipher; in wpas_set_mgmt_group_cipher()
1423 "WPA: AP mgmt_group_cipher 0x%x network profile mgmt_group_cipher 0x%x; available mgmt_group_cipher 0x%x", in wpas_set_mgmt_group_cipher()
1424 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()
1426 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpas_set_mgmt_group_cipher()
1430 wpa_s->mgmt_group_cipher in wpas_set_mgmt_group_cipher()
[all...]
H A Devents.c756 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
3174 sel = ie.mgmt_group_cipher; in wpa_supplicant_use_own_rsne_params()
3179 "WPA: AP mgmt_group_cipher 0x%x network mgmt_group_cipher 0x%x; available mgmt_group_cipher 0x%x", in wpa_supplicant_use_own_rsne_params()
3180 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
3187 ie.mgmt_group_cipher = 0; in wpa_supplicant_use_own_rsne_params()
3190 if (ie.mgmt_group_cipher && !sel) { in wpa_supplicant_use_own_rsne_params()
3196 wpa_s->mgmt_group_cipher = ie.mgmt_group_cipher; in wpa_supplicant_use_own_rsne_params()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.c1207 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()
2120 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
H A Dwpa_common.h403 int mgmt_group_cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c1622 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
1754 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn()
1755 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn()
1758 __func__, data->mgmt_group_cipher, in wpa_parse_wpa_ie_rsn()
1816 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa()
2551 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
3911 if (data->mgmt_group_cipher != WPA_CIPHER_GTK_NOT_USED) { in wpa_pasn_validate_rsne()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ie.c830 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
833 "cipher %d", data.mgmt_group_cipher); in wpa_validate_wpa_ie()
H A Dap_config.h49 unsigned int mgmt_group_cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c769 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()
H A Dap_config.h49 unsigned int mgmt_group_cipher; member

Completed in 46 milliseconds

12