Searched refs:usrv (Results 1 – 1 of 1) sorted by relevance
171 struct p2p_srv_upnp *usrv; in wpas_p2p_service_get_upnp() local173 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_p2p_service_get_upnp()175 if (version == usrv->version && in wpas_p2p_service_get_upnp()176 os_strcmp(service, usrv->service) == 0) in wpas_p2p_service_get_upnp()177 return usrv; in wpas_p2p_service_get_upnp()362 struct p2p_srv_upnp *usrv; in wpas_sd_all_upnp() local372 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_all_upnp()374 if (wpabuf_tailroom(resp) < 5 + 1 + os_strlen(usrv->service)) in wpas_sd_all_upnp()385 wpabuf_put_u8(resp, usrv->version); in wpas_sd_all_upnp()387 usrv->service); in wpas_sd_all_upnp()[all …]