Home
last modified time | relevance | path

Searched refs:auth_sae_process_commit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.h226 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx);
H A Dieee802_11.c1674 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx) in auth_sae_process_commit() function
1691 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_process_commit()
1694 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit()
1750 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_queue()
1752 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
H A Dhostapd.c598 eloop_cancel_timeout(auth_sae_process_commit, hapd, NULL); in hostapd_free_hapd_data()