Home
last modified time | relevance | path

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

/hostap-latest/src/p2p/
Dp2p.h1585 unsigned int rx_freq, int p2p_lo_started);
Dp2p.c2543 unsigned int rx_freq, int p2p_lo_started) in p2p_probe_req_rx() argument
2549 if (p2p_lo_started) { in p2p_probe_req_rx()
/hostap-latest/wpa_supplicant/
Dwpa_supplicant_i.h1203 int p2p_lo_started; member
Dp2p_supplicant.c7531 if (wpa_s->p2p_lo_started) { in wpas_p2p_listen()
7610 ie, ie_len, rx_freq, wpa_s->p2p_lo_started)) { in wpas_p2p_probe_req_rx()
10174 if (wpa_s->p2p_lo_started) { in wpas_p2p_lo_start()
10220 wpa_s->p2p_lo_started = 1; in wpas_p2p_lo_start()
10234 if (!wpa_s->p2p_lo_started) in wpas_p2p_lo_stop()
10242 wpa_s->p2p_lo_started = 0; in wpas_p2p_lo_stop()
Devents.c6938 wpa_s->p2p_lo_started = 0; in wpa_supplicant_event()