HomeSort by relevance Sort by last modified time
    Searched refs:uuid_string (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 125 char uuid_string[80]; local
133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
185 uuid_string);
188 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
189 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
195 "org:device:WFADevice:1\r\n", uuid_string);
201 "org:service:WFAWLANConfig:1\r\n", uuid_string);
577 char uuid_string[80]; local
586 uuid_bin2str(iface->wps->uuid, uuid_string,
    [all...]
wps_upnp_web.c 187 char uuid_string[80]; local
226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
227 s = uuid_string;
    [all...]
  /external/libusb/examples/
xusb.c 176 static char uuid_string[40]; local
178 sprintf(uuid_string, "{%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
181 return uuid_string;
    [all...]

Completed in 755 milliseconds