Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c1413 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work() local
1418 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()
1419 MAC2STR(awork->dst), MAC2STR(awork->src), in wpas_p2p_free_send_action_work()
1420 MAC2STR(awork->bssid), awork->wait_time); in wpas_p2p_free_send_action_work()
1422 awork->buf, awork->len); in wpas_p2p_free_send_action_work()
1423 os_free(awork); in wpas_p2p_free_send_action_work()
1446 struct send_action_work *awork; in wpas_p2p_action_tx_clear() local
1448 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()
1451 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()
1452 if (awork->wait_time == 0) { in wpas_p2p_action_tx_clear()
[all …]