Searched refs:awork (Results 1 – 1 of 1) sorted by relevance
1419 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_free_send_action_work() local1424 wpa_s->p2p_send_action_work, awork->freq, in wpas_p2p_free_send_action_work()1425 MAC2STR(awork->dst), MAC2STR(awork->src), in wpas_p2p_free_send_action_work()1426 MAC2STR(awork->bssid), awork->wait_time); in wpas_p2p_free_send_action_work()1428 awork->buf, awork->len); in wpas_p2p_free_send_action_work()1429 os_free(awork); in wpas_p2p_free_send_action_work()1452 struct send_action_work *awork; in wpas_p2p_action_tx_clear() local1454 awork = wpa_s->p2p_send_action_work->ctx; in wpas_p2p_action_tx_clear()1457 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()1458 if (awork->wait_time == 0) { in wpas_p2p_action_tx_clear()[all …]