Searched refs:hostapd_oui_deliver_later (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c679 static void hostapd_oui_deliver_later(void *eloop_ctx, void *timeout_ctx) function
742 if (!eloop_is_timeout_registered(hostapd_oui_deliver_later,
745 hostapd_oui_deliver_later,
1397 eloop_cancel_timeout(hostapd_oui_deliver_later, hapd, ELOOP_ALL_CTX);
1398 hostapd_oui_deliver_later(hapd, NULL); /* flush without delivering */

Completed in 118 milliseconds