Searched refs:wpa_ft_rrb_build (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ft.c | 518 static int wpa_ft_rrb_build(const u8 *key, const size_t key_len, in wpa_ft_rrb_build() function 990 if (wpa_ft_rrb_build(key, key_len, NULL, NULL, seq_req_auth, NULL, in wpa_ft_rrb_seq_req() 2023 if (wpa_ft_rrb_build(key, key_len, req_enc, NULL, req_auth, NULL, in wpa_ft_pull_pmk_r1() 3567 ret = wpa_ft_rrb_build(key, key_len, tlvs, sess_tlv, tlv_auth, in wpa_ft_rrb_build_r0() 3702 ret = wpa_ft_rrb_build(key, key_len, resp, NULL, resp_auth, in wpa_ft_rrb_rx_pull() 4199 if (wpa_ft_rrb_build(key, key_len, NULL, NULL, seq_resp_auth, NULL, in wpa_ft_rrb_rx_seq_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ft.c | 519 static int wpa_ft_rrb_build(const u8 *key, const size_t key_len, in wpa_ft_rrb_build() function 992 if (wpa_ft_rrb_build(key, key_len, NULL, NULL, seq_req_auth, NULL, in wpa_ft_rrb_seq_req() 2026 if (wpa_ft_rrb_build(key, key_len, req_enc, NULL, req_auth, NULL, in wpa_ft_pull_pmk_r1() 3791 ret = wpa_ft_rrb_build(key, key_len, tlvs, sess_tlv, tlv_auth, in wpa_ft_rrb_build_r0() 3930 ret = wpa_ft_rrb_build(key, key_len, resp, NULL, resp_auth, in wpa_ft_rrb_rx_pull() 4431 if (wpa_ft_rrb_build(key, key_len, NULL, NULL, seq_resp_auth, NULL, in wpa_ft_rrb_rx_seq_req()
|