Searched refs:awork (Results 1 – 1 of 1) sorted by relevance
1413 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work() local1418 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() local1448 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 …]