Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant.c1425 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work()
1430 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()
1436 wpa_s->p2p_send_action_work->ctx = NULL; in wpas_p2p_free_send_action_work()
1437 radio_work_done(wpa_s->p2p_send_action_work); in wpas_p2p_free_send_action_work()
1438 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()
1447 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()
1457 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()
1460 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()
1463 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()
1539 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()
[all …]
Dwpa_supplicant_i.h945 struct wpa_radio_work *p2p_send_action_work; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant.c1483 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work()
1488 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()
1494 wpa_s->p2p_send_action_work->ctx = NULL; in wpas_p2p_free_send_action_work()
1495 radio_work_done(wpa_s->p2p_send_action_work); in wpas_p2p_free_send_action_work()
1496 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()
1505 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()
1515 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()
1518 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()
1521 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()
1597 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()
[all …]
Dwpa_supplicant_i.h1154 struct wpa_radio_work *p2p_send_action_work; member