Home
last modified time | relevance | path

Searched refs:wpabuf_put_str (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c268 wpabuf_put_str(buf, "Date: "); in http_put_date()
270 wpabuf_put_str(buf, "\r\n"); in http_put_date()
356 wpabuf_put_str(buf, in web_connection_parse_get()
363 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_get()
374 wpabuf_put_str(buf, in web_connection_parse_get()
390 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_get()
794 wpabuf_put_str(buf, in web_connection_send_reply()
814 wpabuf_put_str(buf, "\r\n"); in web_connection_send_reply()
820 wpabuf_put_str(buf, "<u:"); in web_connection_send_reply()
1151 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_subscribe()
[all …]
H A Dupnp_xml.c127 wpabuf_put_str(buf, "&lt;"); in xml_data_encode()
131 wpabuf_put_str(buf, "&gt;"); in xml_data_encode()
135 wpabuf_put_str(buf, "&amp;"); in xml_data_encode()
139 wpabuf_put_str(buf, "&apos;"); in xml_data_encode()
143 wpabuf_put_str(buf, "&quot;"); in xml_data_encode()
H A Dwps_upnp_event.c154 wpabuf_put_str(buf, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n"); in event_build_message()
156 wpabuf_put_str(buf, "CONTENT-TYPE: text/xml; charset=\"utf-8\"\r\n" in event_build_message()
159 wpabuf_put_str(buf, "SID: uuid:"); in event_build_message()
163 wpabuf_put_str(buf, "\r\n"); in event_build_message()
167 wpabuf_put_str(buf, "\r\n"); /* terminating empty line */ in event_build_message()
H A Dwps_upnp_ssdp.c141 wpabuf_put_str(msg, "NOTIFY * HTTP/1.1\r\n"); in next_advertisement()
152 wpabuf_put_str(msg, "HTTP/1.1 200 OK\r\n"); in next_advertisement()
156 wpabuf_put_str(msg, "DATE: "); in next_advertisement()
158 wpabuf_put_str(msg, "\r\n"); in next_advertisement()
160 wpabuf_put_str(msg, "EXT:\r\n"); in next_advertisement()
179 wpabuf_put_str(msg, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n"); in next_advertisement()
204 wpabuf_put_str(msg, "\r\n"); in next_advertisement()
H A Dwps_upnp.c443 wpabuf_put_str(buf, "<e:property>"); in wpabuf_put_property()
446 wpabuf_put_str(buf, value); in wpabuf_put_property()
448 wpabuf_put_str(buf, "</e:property>\n"); in wpabuf_put_property()
513 wpabuf_put_str(buf, format_head); in upnp_wps_device_send_event()
515 wpabuf_put_str(buf, format_tail); in upnp_wps_device_send_event()
588 wpabuf_put_str(msg, "00:00:00:00:00:00"); in build_fake_wsc_ack()
667 wpabuf_put_str(buf, head); in subscription_first_event()
673 wpabuf_put_str(buf, tail); in subscription_first_event()
H A Dwps_er.c702 wpabuf_put_str(buf, "Date: "); in http_put_date()
704 wpabuf_put_str(buf, "\r\n"); in http_put_date()
717 wpabuf_put_str(buf, in wps_er_http_resp_not_found()
722 wpabuf_put_str(buf, "\r\n"); in wps_er_http_resp_not_found()
736 wpabuf_put_str(buf, in wps_er_http_resp_ok()
742 wpabuf_put_str(buf, "\r\n"); in wps_er_http_resp_ok()
936 wpabuf_put_str(buf, soap_prefix); in wps_er_soap_hdr()
939 wpabuf_put_str(buf, "\">\n"); in wps_er_soap_hdr()
955 wpabuf_put_str(buf, soap_postfix); in wps_er_soap_end()
1237 wpabuf_put_str(buf, in wps_er_http_req()
[all …]
H A Dwps_er_ssdp.c136 wpabuf_put_str(msg, in wps_er_send_ssdp_msearch()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c62 wpabuf_put_str(xml, "/>"); in add_arg()
166 wpabuf_put_str(xml, "</interface>"); in add_interfaces()
216 wpabuf_put_str(xml, "</method>"); in add_properties_interface()
221 wpabuf_put_str(xml, "</method>"); in add_properties_interface()
227 wpabuf_put_str(xml, "</method>"); in add_properties_interface()
229 wpabuf_put_str(xml, "</interface>"); in add_properties_interface()
264 wpabuf_put_str(xml, "<?xml version=\"1.0\"?>\n"); in wpa_dbus_introspect()
265 wpabuf_put_str(xml, DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE); in wpa_dbus_introspect()
266 wpabuf_put_str(xml, "<node>"); in wpa_dbus_introspect()
274 wpabuf_put_str(xml, "</node>\n"); in wpa_dbus_introspect()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dgas_serv.c439 wpabuf_put_str(buf, realm->realm[realm_idx]); in anqp_add_nai_realm_data()
563 wpabuf_put_str(buf, realm->realm[j]); in anqp_add_nai_realm()
727 wpabuf_put_str(buf, icon->type); in anqp_add_icon()
729 wpabuf_put_str(buf, icon->name); in anqp_add_icon()
755 wpabuf_put_str(buf, p->server_uri); in anqp_add_osu_provider()
774 wpabuf_put_str(buf, p->osu_nai); in anqp_add_osu_provider()
828 wpabuf_put_str(buf, p->osu_nai2); in anqp_add_osu_provider_nai()
897 wpabuf_put_str(buf, icon->type); in anqp_add_icon_binary_file()
H A Dhs20.c224 wpabuf_put_str(buf, url); in hs20_send_wnm_notification_t_c()
H A Ddpp_hostapd.c1027 wpabuf_put_str(msg, connector); in hostapd_dpp_send_peer_disc_resp()
1037 wpabuf_put_str(msg, hapd->conf->dpp_connector); in hostapd_dpp_send_peer_disc_resp()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dbrowser-wpadebug.c55 wpabuf_put_str(resp, "HTTP/1.1\r\n\r\nUser input completed"); in http_req()
H A Dwpabuf.h159 static inline void wpabuf_put_str(struct wpabuf *dst, const char *str) in wpabuf_put_str() function
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c4510 wpabuf_put_str(buf, ssid); in dpp_build_conf_start()
4535 wpabuf_put_str(buf, "\""); in dpp_build_jwk()
4536 wpabuf_put_str(buf, name); in dpp_build_jwk()
4540 wpabuf_put_str(buf, x); in dpp_build_jwk()
4542 wpabuf_put_str(buf, y); in dpp_build_jwk()
4545 wpabuf_put_str(buf, kid); in dpp_build_jwk()
4547 wpabuf_put_str(buf, "\"}"); in dpp_build_jwk()
4575 wpabuf_put_str(buf, psk); in dpp_build_legacy_cred_params()
4759 wpabuf_put_str(buf, ","); in dpp_build_conf_obj_dpp()
4774 wpabuf_put_str(buf, "}}"); in dpp_build_conf_obj_dpp()
[all …]
H A Dsae.c793 wpabuf_put_str(buf, identifier); in sae_write_commit()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dp2p_supplicant_sd.c388 wpabuf_put_str(resp, usrv->service); in wpas_sd_all_upnp()
460 wpabuf_put_str(resp, usrv->service); in wpas_sd_req_upnp()
980 wpabuf_put_str(tlvs, query); in wpas_p2p_sd_request_upnp()
H A Ddpp_supplicant.c2086 wpabuf_put_str(msg, connector); in wpas_dpp_check_connect()
2095 wpabuf_put_str(msg, ssid->dpp_connector); in wpas_dpp_check_connect()
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_server.c732 wpabuf_put_str(msg, nai); in erp_send_finish_reauth()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap.c829 wpabuf_put_str(msg, erp->keyname_nai); in eap_peer_build_erp_reauth_start()