Searched refs:auth_sae_process_commit (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | ieee802_11.h | 226 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx);
|
H A D | ieee802_11.c | 1693 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx) in auth_sae_process_commit() function 1710 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_process_commit() 1713 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit() 1769 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_queue() 1771 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
|
H A D | hostapd.c | 598 eloop_cancel_timeout(auth_sae_process_commit, hapd, NULL); in hostapd_free_hapd_data()
|