Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c3584 static void hostapd_dpp_chirp_next(void *eloop_ctx, void *timeout_ctx);
3592 hostapd_dpp_chirp_next(hapd, NULL); in hostapd_dpp_chirp_timeout()
3730 eloop_register_timeout(0, 0, hostapd_dpp_chirp_next, in hostapd_dpp_chirp_scan_res_handler()
3738 static void hostapd_dpp_chirp_next(void *eloop_ctx, void *timeout_ctx) in hostapd_dpp_chirp_next() function
3795 hostapd_dpp_chirp_next, in hostapd_dpp_chirp_next()
3860 return eloop_register_timeout(0, 0, hostapd_dpp_chirp_next, hapd, NULL); in hostapd_dpp_chirp()
3879 eloop_cancel_timeout(hostapd_dpp_chirp_next, hapd, NULL); in hostapd_dpp_chirp_stop()