Searched refs:auth_sae_process_commit (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.h | 202 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx);
|
D | ieee802_11.c | 1561 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx) in auth_sae_process_commit() function 1578 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_process_commit() 1581 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit() 1637 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_queue() 1639 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
|
D | hostapd.c | 501 eloop_cancel_timeout(auth_sae_process_commit, hapd, NULL); in hostapd_free_hapd_data()
|