Home
last modified time | relevance | path

Searched refs:fils_key_auth_len (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_i.h152 size_t fils_key_auth_len; member
Dwpa_auth.c2322 &sm->fils_key_auth_len); in fils_auth_pmk_to_ptk()
2463 if (elems.fils_key_confirm_len != sm->fils_key_auth_len) { in wpa_fils_validate_key_confirm()
2467 (int) sm->fils_key_auth_len); in wpa_fils_validate_key_confirm()
2472 sm->fils_key_auth_len) != 0) { in wpa_fils_validate_key_confirm()
2477 sm->fils_key_auth_sta, sm->fils_key_auth_len); in wpa_fils_validate_key_confirm()
2669 wpabuf_put_u8(plain, 1 + sm->fils_key_auth_len); /* Length */ in fils_prepare_plainbuf()
2672 wpabuf_put_data(plain, sm->fils_key_auth_ap, sm->fils_key_auth_len); in fils_prepare_plainbuf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h157 size_t fils_key_auth_len; member
Dwpa_auth.c2419 &sm->fils_key_auth_len); in fils_auth_pmk_to_ptk()
2560 if (elems.fils_key_confirm_len != sm->fils_key_auth_len) { in wpa_fils_validate_key_confirm()
2564 sm->fils_key_auth_len); in wpa_fils_validate_key_confirm()
2569 sm->fils_key_auth_len) != 0) { in wpa_fils_validate_key_confirm()
2574 sm->fils_key_auth_sta, sm->fils_key_auth_len); in wpa_fils_validate_key_confirm()
2771 wpabuf_put_u8(plain, 1 + sm->fils_key_auth_len); /* Length */ in fils_prepare_plainbuf()
2774 wpabuf_put_data(plain, sm->fils_key_auth_ap, sm->fils_key_auth_len); in fils_prepare_plainbuf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h154 size_t fils_key_auth_len; member
Dwpa.c3957 &sm->fils_key_auth_len); in fils_process_auth()
4128 wpabuf_put_u8(buf, 1 + sm->fils_key_auth_len); /* Length */ in fils_build_assoc_req()
4131 wpabuf_put_data(buf, sm->fils_key_auth_sta, sm->fils_key_auth_len); in fils_build_assoc_req()
4349 if (elems.fils_key_confirm_len != sm->fils_key_auth_len) { in fils_process_assoc_resp()
4353 (int) sm->fils_key_auth_len); in fils_process_assoc_resp()
4357 sm->fils_key_auth_len) != 0) { in fils_process_assoc_resp()
4363 sm->fils_key_auth_ap, sm->fils_key_auth_len); in fils_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c4457 &sm->fils_key_auth_len); in fils_process_auth()
4622 wpabuf_put_u8(buf, 1 + sm->fils_key_auth_len); /* Length */ in fils_build_assoc_req()
4625 wpabuf_put_data(buf, sm->fils_key_auth_sta, sm->fils_key_auth_len); in fils_build_assoc_req()
4852 if (elems.fils_key_confirm_len != sm->fils_key_auth_len) { in fils_process_assoc_resp()
4856 (int) sm->fils_key_auth_len); in fils_process_assoc_resp()
4860 sm->fils_key_auth_len) != 0) { in fils_process_assoc_resp()
4866 sm->fils_key_auth_ap, sm->fils_key_auth_len); in fils_process_assoc_resp()
Dwpa_i.h196 size_t fils_key_auth_len; member