Searched refs:scheduled (Results 1 – 5 of 5) sorted by relevance
| /hostap-latest/tests/fuzzing/p2p/ |
| D | p2p.c | 56 size_t len, unsigned int wait_time, int *scheduled) in send_action() argument 58 *scheduled = 0; in send_action()
|
| /hostap-latest/src/p2p/ |
| D | p2p.h | 691 size_t len, unsigned int wait_time, int *scheduled);
|
| D | p2p.c | 4995 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/ |
| D | p2p.doxygen | 292 scheduled query. Queries that are specific to a single peer will be
|
| /hostap-latest/wpa_supplicant/ |
| D | p2p_supplicant.c | 1674 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()
|