Searched refs:wpa_ft_rrb_build (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 517 static int wpa_ft_rrb_build(const u8 *key, const size_t key_len, in wpa_ft_rrb_build() function 989 if (wpa_ft_rrb_build(key, key_len, NULL, NULL, seq_req_auth, NULL, in wpa_ft_rrb_seq_req() 2022 if (wpa_ft_rrb_build(key, key_len, req_enc, NULL, req_auth, NULL, in wpa_ft_pull_pmk_r1() 3554 ret = wpa_ft_rrb_build(key, key_len, tlvs, sess_tlv, tlv_auth, in wpa_ft_rrb_build_r0() 3689 ret = wpa_ft_rrb_build(key, key_len, resp, NULL, resp_auth, in wpa_ft_rrb_rx_pull() 4189 if (wpa_ft_rrb_build(key, key_len, NULL, NULL, seq_resp_auth, NULL, in wpa_ft_rrb_rx_seq_req()
|