Searched refs:p2p_send_action_work (Results 1 – 2 of 2) sorted by relevance
1505 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work()1510 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()1516 wpa_s->p2p_send_action_work->ctx = NULL; in wpas_p2p_free_send_action_work()1517 radio_work_done(wpa_s->p2p_send_action_work); in wpas_p2p_free_send_action_work()1518 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()1527 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()1537 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()1540 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()1543 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()1619 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()[all …]
1188 struct wpa_radio_work *p2p_send_action_work; member