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.c1310 static struct p2p_srv_upnp *
1314 struct p2p_srv_upnp *usrv; in wpas_p2p_service_get_upnp()
1316 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_p2p_service_get_upnp()
1317 struct p2p_srv_upnp, list) { in wpas_p2p_service_get_upnp()
1442 struct p2p_srv_upnp *usrv; in wpas_sd_all_upnp()
1447 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_all_upnp()
1452 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_all_upnp()
1453 struct p2p_srv_upnp, list) { in wpas_sd_all_upnp()
1479 struct p2p_srv_upnp *usrv; in wpas_sd_req_upnp()
1488 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_req_upnp()
[all …]
Dwpa_supplicant_i.h201 struct p2p_srv_upnp { struct
225 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ argument
Dwpa_supplicant.c2541 dl_list_init(&global->p2p_srv_upnp); in wpa_supplicant_init()