Searched refs:p2p_srv_upnp (Results 1 – 3 of 3) sorted by relevance
1310 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 …]
201 struct p2p_srv_upnp { struct225 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ argument
2541 dl_list_init(&global->p2p_srv_upnp); in wpa_supplicant_init()