Lines Matching refs:wps

195 	s = iface->wps->friendly_name;
199 s = iface->wps->dev.manufacturer;
203 if (iface->wps->manufacturer_url)
205 iface->wps->manufacturer_url);
207 if (iface->wps->model_description)
209 iface->wps->model_description);
211 s = iface->wps->dev.model_name;
215 if (iface->wps->dev.model_number)
217 iface->wps->dev.model_number);
219 if (iface->wps->model_url)
220 xml_add_tagged_data(buf, "modelURL", iface->wps->model_url);
222 if (iface->wps->dev.serial_number)
224 iface->wps->dev.serial_number);
226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
235 if (iface->wps->upc)
236 xml_add_tagged_data(buf, "UPC", iface->wps->upc);
333 if (iface->wps->friendly_name)
334 extra_len += os_strlen(iface->wps->friendly_name);
335 if (iface->wps->manufacturer_url)
336 extra_len += os_strlen(iface->wps->manufacturer_url);
337 if (iface->wps->model_description)
338 extra_len += os_strlen(iface->wps->model_description);
339 if (iface->wps->model_url)
340 extra_len += os_strlen(iface->wps->model_url);
341 if (iface->wps->upc)
342 extra_len += os_strlen(iface->wps->upc);
416 if (peer->wps)
417 wps_deinit(peer->wps);
452 cfg.wps = iface->wps;
455 peer->wps = wps_init(&cfg);
456 if (peer->wps) {
458 *reply = wps_get_msg(peer->wps, &op_code);
460 wps_deinit(peer->wps);
461 peer->wps = NULL;
526 if (!tmp->wps)
529 os_memcmp(tmp->wps->nonce_e, attr.enrollee_nonce,
536 os_memcmp(tmp->wps->nonce_r, attr.registrar_nonce,
551 if (!peer || !peer->wps) {
557 res = wps_process_msg(peer->wps, WSC_UPnP, msg);
563 *reply = wps_get_msg(peer->wps, &op_code);
722 if (upnp_er_set_selected_registrar(iface->wps->registrar, s,