Searched refs:p2p_srv_upnp (Results 1 – 3 of 3) sorted by relevance
167 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 …]
252 struct p2p_srv_upnp { struct280 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ member
6402 dl_list_init(&global->p2p_srv_upnp); in wpa_supplicant_init()