Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c679 static void hostapd_oui_deliver_later(void *eloop_ctx, void *timeout_ctx) in hostapd_oui_deliver_later() function
742 if (!eloop_is_timeout_registered(hostapd_oui_deliver_later, in hostapd_wpa_auth_oui_iter()
745 hostapd_oui_deliver_later, in hostapd_wpa_auth_oui_iter()
1397 eloop_cancel_timeout(hostapd_oui_deliver_later, hapd, ELOOP_ALL_CTX); in hostapd_deinit_wpa()
1398 hostapd_oui_deliver_later(hapd, NULL); /* flush without delivering */ in hostapd_deinit_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c785 static void hostapd_oui_deliver_later(void *eloop_ctx, void *timeout_ctx) in hostapd_oui_deliver_later() function
870 if (!eloop_is_timeout_registered(hostapd_oui_deliver_later, in hostapd_wpa_auth_oui_iter()
873 hostapd_oui_deliver_later, in hostapd_wpa_auth_oui_iter()
1645 eloop_cancel_timeout(hostapd_oui_deliver_later, hapd, ELOOP_ALL_CTX); in hostapd_deinit_wpa()
1646 hostapd_oui_deliver_later(hapd, NULL); /* flush without delivering */ in hostapd_deinit_wpa()

Completed in 4 milliseconds