Lines Matching refs:wait_time
277 unsigned int wait_time; in p2p_start_sd() local
310 wait_time = 5000; in p2p_start_sd()
311 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen) in p2p_start_sd()
312 wait_time = p2p->cfg->max_listen; in p2p_start_sd()
315 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) { in p2p_start_sd()
427 unsigned int wait_time = 200; in p2p_sd_response() local
462 wait_time = 0; /* no more SD frames in the sequence */ in p2p_sd_response()
473 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0) in p2p_sd_response()
635 unsigned int wait_time = 200; in p2p_rx_gas_comeback_req() local
688 wait_time = 0; /* no more SD frames in the sequence */ in p2p_rx_gas_comeback_req()
694 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0) in p2p_rx_gas_comeback_req()