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.h266 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx);
H A Dieee802_11.c2125 void auth_sae_process_commit(void *eloop_ctx, void *user_ctx) in auth_sae_process_commit() function
2142 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_process_commit()
2145 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit()
2201 if (eloop_is_timeout_registered(auth_sae_process_commit, hapd, NULL)) in auth_sae_queue()
2203 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
H A Dhostapd.c651 eloop_cancel_timeout(auth_sae_process_commit, hapd, NULL); in hostapd_free_hapd_data()