Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Ddpp_hostapd.c2740 static void hostapd_dpp_chirp_next(void *eloop_ctx, void *timeout_ctx);
2748 hostapd_dpp_chirp_next(hapd, NULL); in hostapd_dpp_chirp_timeout()
2886 eloop_register_timeout(0, 0, hostapd_dpp_chirp_next, in hostapd_dpp_chirp_scan_res_handler()
2894 static void hostapd_dpp_chirp_next(void *eloop_ctx, void *timeout_ctx) in hostapd_dpp_chirp_next() function
2951 hostapd_dpp_chirp_next, in hostapd_dpp_chirp_next()
3016 return eloop_register_timeout(0, 0, hostapd_dpp_chirp_next, hapd, NULL); in hostapd_dpp_chirp()
3035 eloop_cancel_timeout(hostapd_dpp_chirp_next, hapd, NULL); in hostapd_dpp_chirp_stop()