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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 51 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
61 wpabuf_printf(xml, "<arg name=\"%s\"", name);
63 wpabuf_printf(xml, " type=\"%s\"", type);
65 wpabuf_printf(xml, " direction=\"%s\"", direction);
76 wpabuf_printf(xml, "<%s name=\"%s\"/>", type, name);
79 wpabuf_printf(xml, "<%s name=\"%s\">", type, name);
85 wpabuf_printf(xml, "</%s>", type);
92 wpabuf_printf(xml, "<property name=\"%s\" type=\"%s\" "
191 wpabuf_printf(xml, "<node name=\"%s\"/>", children[i]);
198 wpabuf_printf(xml, "<interface name=\"%s\">
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 150 wpabuf_printf(msg, "HOST: %s:%d\r\n",
152 wpabuf_printf(msg, "CACHE-CONTROL: max-age=%d\r\n",
154 wpabuf_printf(msg, "NTS: %s\r\n",
161 wpabuf_printf(msg, "CACHE-CONTROL: max-age=%d\r\n",
174 wpabuf_printf(msg, "LOCATION: http://%s:%d/%s\r\n",
191 wpabuf_printf(msg, "%s: upnp:rootdevice\r\n", NTString);
192 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
196 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
197 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
200 wpabuf_printf(msg, "%s: urn:schemas-wifialliance-org:device:
    [all...]
wps_upnp_event.c 298 wpabuf_printf(buf, "NOTIFY %s HTTP/1.1\r\n", e->addr->path);
300 wpabuf_printf(buf, "HOST: %s\r\n", e->addr->domain_and_port);
309 wpabuf_printf(buf, "SEQ: %u\r\n", e->subscriber_sequence);
310 wpabuf_printf(buf, "CONTENT-LENGTH: %d\r\n",
wps_upnp.c 224 wpabuf_printf(buf, "%s, %02d %s %d %02d:%02d:%02d GMT",
484 wpabuf_printf(buf, "<%s>", name);
487 wpabuf_printf(buf, "</%s>", name);
    [all...]
wps_upnp_web.c 207 wpabuf_printf(buf, "<%s>", tag);
209 wpabuf_printf(buf, "</%s>\n", tag);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 143 wpabuf_printf(msg, "HOST: %s:%d\r\n",
145 wpabuf_printf(msg, "CACHE-CONTROL: max-age=%d\r\n",
147 wpabuf_printf(msg, "NTS: %s\r\n",
154 wpabuf_printf(msg, "CACHE-CONTROL: max-age=%d\r\n",
167 wpabuf_printf(msg, "LOCATION: http://%s:%d/%s\r\n",
184 wpabuf_printf(msg, "%s: upnp:rootdevice\r\n", NTString);
185 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
189 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
190 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
193 wpabuf_printf(msg, "%s: urn:schemas-wifialliance-org:device:
    [all...]
wps_upnp_event.c 153 wpabuf_printf(buf, "NOTIFY %s HTTP/1.1\r\n", e->addr->path);
155 wpabuf_printf(buf, "HOST: %s\r\n", e->addr->domain_and_port);
164 wpabuf_printf(buf, "SEQ: %u\r\n", e->subscriber_sequence);
165 wpabuf_printf(buf, "CONTENT-LENGTH: %d\r\n",
wps_er.c 250 wpabuf_printf(req,
453 wpabuf_printf(req,
938 wpabuf_printf(buf,
946 wpabuf_printf(buf,
955 wpabuf_printf(buf, "<u:%s xmlns:u=\"", name);
959 wpabuf_printf(buf, "<%s>%s</%s>\n",
972 wpabuf_printf(buf, "</u:%s>\n", name);
1013 wpabuf_printf(buf, "<NewWLANEventType>%d</NewWLANEventType>\n",
1015 wpabuf_printf(buf, "<NewWLANEventMAC>" MACSTR "</NewWLANEventMAC>\n",
    [all...]
wps_upnp_web.c 727 wpabuf_printf(buf, "HTTP/1.1 %d Error\r\n", ret);
759 wpabuf_printf(buf, "<%s>", replyname);
761 wpabuf_printf(buf, "</%s>\n", replyname);
771 wpabuf_printf(buf, "<errorCode>%d</errorCode>\n", ret);
1080 wpabuf_printf(buf, "Timeout: Second-%d\r\n", UPNP_SUBSCRIBE_SEC);
    [all...]
http_client.c 267 wpabuf_printf(req,
wps_upnp.c 230 wpabuf_printf(buf, "%s, %02d %s %d %02d:%02d:%02d GMT",
456 wpabuf_printf(buf, "<%s>", name);
459 wpabuf_printf(buf, "</%s>", name);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 41 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
wpabuf.c 204 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) function
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 35 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
wpabuf.c 286 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) function

Completed in 271 milliseconds