Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dp2p_supplicant.c1432 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_free_send_action_work()
1441 if (!wpa_s->p2p_send_action_work) in wpas_p2p_send_action_work_timeout()
1451 if (wpa_s->p2p_send_action_work) { in wpas_p2p_action_tx_clear()
1533 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_cb()
1548 wpa_s->p2p_send_action_work = work; in wpas_send_action_cb()
1597 if (wpa_s->p2p_send_action_work) in wpas_send_action()
1622 if (wpa_s->p2p_send_action_work) { in wpas_send_action_done()
1627 wpa_s->p2p_send_action_work = NULL; in wpas_send_action_done()
4647 if (wpa_s->p2p_send_action_work) { in wpas_p2p_deinit()
4650 wpa_s->p2p_send_action_work = NULL; in wpas_p2p_deinit()
[all …]
H A Dwpa_supplicant_i.h956 struct wpa_radio_work *p2p_send_action_work; member