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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 137 char *NTString = "";
148 NTString = "NT";
159 NTString = "ST";
191 wpabuf_printf(msg, "%s: upnp:rootdevice\r\n", NTString);
196 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
201 "WFADevice:1\r\n", NTString);
207 "WFAWLANConfig:1\r\n", NTString);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 127 char *NTString = "";
141 NTString = "NT";
152 NTString = "ST";
184 wpabuf_printf(msg, "%s: upnp:rootdevice\r\n", NTString);
189 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
194 "WFADevice:1\r\n", NTString);
200 "WFAWLANConfig:1\r\n", NTString);

Completed in 2002 milliseconds