Searched refs:ft_get_sta_cb (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ft.c | 3943 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb() function 3980 if (!wpa_auth_for_each_sta(wpa_auth, ft_get_sta_cb, &ctx)) { in wpa_ft_rrb_rx_resp() 3999 if (wpa_auth_for_each_sta(wpa_auth, ft_get_sta_cb, &ctx)) { in wpa_ft_rrb_rx_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ft.c | 4171 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb() function 4208 if (!wpa_auth_for_each_sta(wpa_auth, ft_get_sta_cb, &ctx)) { in wpa_ft_rrb_rx_resp() 4227 if (wpa_auth_for_each_sta(wpa_auth, ft_get_sta_cb, &ctx)) { in wpa_ft_rrb_rx_resp()
|