Home
last modified time | relevance | path

Searched refs:p2p_send_action_work (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c1505 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 …]
Dwpa_supplicant_i.h1188 struct wpa_radio_work *p2p_send_action_work; member