Searched refs:p2p_send_action_work (Results 1 – 2 of 2) sorted by relevance
1407 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work()1412 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()1418 wpa_s->p2p_send_action_work->ctx = NULL; in wpas_p2p_free_send_action_work()1419 radio_work_done(wpa_s->p2p_send_action_work); in wpas_p2p_free_send_action_work()1420 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()1429 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()1439 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()1442 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()1445 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()1521 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()[all …]
886 struct wpa_radio_work *p2p_send_action_work; member