Searched refs:rsn_preauth_finished_cb (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpreauth_auth.c185 static void rsn_preauth_finished_cb(void *eloop_ctx, void *timeout_ctx) function
227 eloop_register_timeout(0, 0, rsn_preauth_finished_cb, hapd, sta);
270 eloop_cancel_timeout(rsn_preauth_finished_cb, hapd, sta);
/external/wpa_supplicant_8/src/ap/
H A Dpreauth_auth.c185 static void rsn_preauth_finished_cb(void *eloop_ctx, void *timeout_ctx) function
227 eloop_register_timeout(0, 0, rsn_preauth_finished_cb, hapd, sta);
270 eloop_cancel_timeout(rsn_preauth_finished_cb, hapd, sta);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpreauth_auth.c185 static void rsn_preauth_finished_cb(void *eloop_ctx, void *timeout_ctx) function
227 eloop_register_timeout(0, 0, rsn_preauth_finished_cb, hapd, sta);
270 eloop_cancel_timeout(rsn_preauth_finished_cb, hapd, sta);

Completed in 81 milliseconds