Searched refs:ft_pending_cb (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_i.h | 132 void (*ft_pending_cb)(void *ctx, const u8 *dst, const u8 *bssid, member
|
D | wpa_auth_ft.c | 3090 sm->ft_pending_cb = cb; in wpa_ft_process_auth() 3433 sm->ft_pending_cb = wpa_ft_rrb_rx_request_cb; in wpa_ft_rrb_rx_request() 3911 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull() 3929 sm->ft_pending_cb(sm->ft_pending_cb_ctx, sm->addr, sm->wpa_auth->addr, in ft_finish_pull() 3951 sm->ft_pending_cb == NULL || sm->ft_pending_req_ies == NULL) in ft_get_sta_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_i.h | 137 void (*ft_pending_cb)(void *ctx, const u8 *dst, const u8 *bssid, member
|
D | wpa_auth_ft.c | 3287 sm->ft_pending_cb = cb; in wpa_ft_process_auth() 3660 sm->ft_pending_cb = wpa_ft_rrb_rx_request_cb; in wpa_ft_rrb_rx_request() 4139 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull() 4157 sm->ft_pending_cb(sm->ft_pending_cb_ctx, sm->addr, sm->wpa_auth->addr, in ft_finish_pull() 4179 sm->ft_pending_cb == NULL || sm->ft_pending_req_ies == NULL) in ft_get_sta_cb()
|