Searched refs:rsn_preauth_finished_cb (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | preauth_auth.c | 185 static void rsn_preauth_finished_cb(void *eloop_ctx, void *timeout_ctx) in rsn_preauth_finished_cb() function 227 eloop_register_timeout(0, 0, rsn_preauth_finished_cb, hapd, sta); in rsn_preauth_finished() 270 eloop_cancel_timeout(rsn_preauth_finished_cb, hapd, sta); in rsn_preauth_free_station()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | preauth_auth.c | 185 static void rsn_preauth_finished_cb(void *eloop_ctx, void *timeout_ctx) in rsn_preauth_finished_cb() function 227 eloop_register_timeout(0, 0, rsn_preauth_finished_cb, hapd, sta); in rsn_preauth_finished() 270 eloop_cancel_timeout(rsn_preauth_finished_cb, hapd, sta); in rsn_preauth_free_station()
|
Completed in 1 milliseconds