Searched refs:p2p_send_action_work (Results 1 – 2 of 2) sorted by relevance
1419 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work()1424 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()1430 wpa_s->p2p_send_action_work->ctx = NULL; in wpas_p2p_free_send_action_work()1431 radio_work_done(wpa_s->p2p_send_action_work); in wpas_p2p_free_send_action_work()1432 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()1441 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()1451 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()1454 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()1457 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()1533 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()[all …]
944 struct wpa_radio_work *p2p_send_action_work; member