Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver.h4338 int (*p2p_lo_stop)(void *priv); member
5819 struct p2p_lo_stop { struct
5826 } p2p_lo_stop; member
Ddriver_nl80211_event.c2184 event.p2p_lo_stop.reason_code = in qca_nl80211_p2p_lo_stop_event()
2189 event.p2p_lo_stop.reason_code); in qca_nl80211_p2p_lo_stop_event()
Ddriver_nl80211.c11629 .p2p_lo_stop = nl80211_p2p_lo_stop,
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h1032 if (!wpa_s->driver->p2p_lo_stop) in wpa_drv_p2p_lo_stop()
1034 return wpa_s->driver->p2p_lo_stop(wpa_s->drv_priv); in wpa_drv_p2p_lo_stop()
Devents.c5309 data->p2p_lo_stop.reason_code); in wpa_supplicant_event()