Home
last modified time | relevance | path

Searched refs:p2p_srv_upnp (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant_sd.c167 static struct p2p_srv_upnp *
171 struct p2p_srv_upnp *usrv; in wpas_p2p_service_get_upnp()
173 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_p2p_service_get_upnp()
174 struct p2p_srv_upnp, list) { in wpas_p2p_service_get_upnp()
362 struct p2p_srv_upnp *usrv; in wpas_sd_all_upnp()
367 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_all_upnp()
372 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_all_upnp()
373 struct p2p_srv_upnp, list) { in wpas_sd_all_upnp()
399 struct p2p_srv_upnp *usrv; in wpas_sd_req_upnp()
408 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_req_upnp()
[all …]
Dwpa_supplicant_i.h252 struct p2p_srv_upnp { struct
280 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ member
Dwpa_supplicant.c6402 dl_list_init(&global->p2p_srv_upnp); in wpa_supplicant_init()