Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c1463 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work()
1468 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()
1474 wpa_s->p2p_send_action_work->ctx = NULL; in wpas_p2p_free_send_action_work()
1475 radio_work_done(wpa_s->p2p_send_action_work); in wpas_p2p_free_send_action_work()
1476 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()
1485 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()
1495 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()
1498 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()
1501 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()
1577 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()
[all …]
Dwpa_supplicant_i.h1050 struct wpa_radio_work *p2p_send_action_work; member