Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/p2p/
Dp2p.c56 size_t len, unsigned int wait_time, int *scheduled) in send_action() argument
58 *scheduled = 0; in send_action()
/hostap-latest/src/p2p/
Dp2p.h691 size_t len, unsigned int wait_time, int *scheduled);
Dp2p.c4995 int res, scheduled; in p2p_send_action() local
4998 buf, len, wait_time, &scheduled); in p2p_send_action()
4999 if (res == 0 && scheduled && p2p->in_listen && freq > 0 && in p2p_send_action()
/hostap-latest/doc/
Dp2p.doxygen292 scheduled query. Queries that are specific to a single peer will be
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c1674 size_t len, unsigned int wait_time, int *scheduled) in wpas_send_action() argument
1679 if (scheduled) in wpas_send_action()
1680 *scheduled = 0; in wpas_send_action()
1692 if (res == 0 && scheduled) in wpas_send_action()
1693 *scheduled = 1; in wpas_send_action()