Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11.h195 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx);
H A Dieee802_11.c1631 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx) in auth_sae_process_commit() function
1648 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_process_commit()
1651 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit()
1707 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_queue()
1709 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
H A Dhostapd.c463 eloop_cancel_timeout(auth_sae_process_commit, hapd, NULL); in hostapd_free_hapd_data()