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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c1419 struct send_action_work *awork = wpa_s->p2p_send_action_work->ctx;
1424 wpa_s->p2p_send_action_work, awork->freq,
1430 wpa_s->p2p_send_action_work->ctx = NULL;
1431 radio_work_done(wpa_s->p2p_send_action_work);
1432 wpa_s->p2p_send_action_work = NULL;
1441 if (!wpa_s->p2p_send_action_work)
1451 if (wpa_s->p2p_send_action_work) {
1454 awork = wpa_s->p2p_send_action_work->ctx;
1457 wpa_s->p2p_send_action_work, awork->wait_time);
1533 wpa_s->p2p_send_action_work
[all...]
H A Dwpa_supplicant_i.h945 struct wpa_radio_work *p2p_send_action_work; member in struct:wpa_supplicant

Completed in 119 milliseconds