Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/p2p/
Dp2p.c118 p2p_scan_res_handled(ctx->p2p, 0); in test_send()
/hostap-latest/doc/
Dp2p.doxygen137 - \ref p2p_scan_res_handled()
192 call to \ref p2p_scan_res_handled(). The P2P peers that are found during
217 \ref p2p_scan_res_handler() and \ref p2p_scan_res_handled() functions.
/hostap-latest/src/p2p/
Dp2p.h1643 void p2p_scan_res_handled(struct p2p_data *p2p, unsigned int delay);
Dp2p.c3560 void p2p_scan_res_handled(struct p2p_data *p2p, unsigned int delay) in p2p_scan_res_handled() function
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c271 p2p_scan_res_handled(wpa_s->global->p2p, delay); in wpas_p2p_scan_res_handled()