Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c2393 static void hostapd_dpp_chirp_next(void *eloop_ctx, void *timeout_ctx);
2401 hostapd_dpp_chirp_next(hapd, NULL); in hostapd_dpp_chirp_timeout()
2539 eloop_register_timeout(0, 0, hostapd_dpp_chirp_next, in hostapd_dpp_chirp_scan_res_handler()
2547 static void hostapd_dpp_chirp_next(void *eloop_ctx, void *timeout_ctx) in hostapd_dpp_chirp_next() function
2604 hostapd_dpp_chirp_next, in hostapd_dpp_chirp_next()
2669 return eloop_register_timeout(0, 0, hostapd_dpp_chirp_next, hapd, NULL); in hostapd_dpp_chirp()
2688 eloop_cancel_timeout(hostapd_dpp_chirp_next, hapd, NULL); in hostapd_dpp_chirp_stop()

Completed in 3 milliseconds