Home
last modified time | relevance | path

Searched refs:json_add_string (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Djson.c609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string() function
625 json_add_string(json, name, tmp); in json_add_string_escape()
639 json_add_string(json, name, b64); in json_add_base64url()
653 json_add_string(json, name, b64); in json_add_base64()
H A Djson.h44 void json_add_string(struct wpabuf *json, const char *name, const char *val);
/freebsd/contrib/wpa/src/common/
H A Ddpp.c858 json_add_string(json, "wi-fi_tech", tech); in dpp_build_conf_req_helper()
863 json_add_string(json, "mudurl", mud_url); in dpp_build_conf_req_helper()
876 json_add_string(json, "pkcs10", csr); in dpp_build_conf_req_helper()
1317 json_add_string(buf, "wi-fi_tech", "infra"); in dpp_build_conf_start()
1363 json_add_string(buf, "kty", "EC"); in dpp_build_jwk()
1376 json_add_string(buf, "kid", kid); in dpp_build_jwk()
1397 json_add_string(buf, "psk_hex", psk); in dpp_build_legacy_cred_params()
1475 json_add_string(dppcon, "groupId", in dpp_build_conf_obj_dpp()
1505 json_add_string(dppcon, "expiry", expiry); in dpp_build_conf_obj_dpp()
1543 json_add_string(buf, "akm", akm_str); in dpp_build_conf_obj_dpp()
[all …]
H A Ddpp_reconfig.c194 json_add_string(dppcon, "groupId", "*"); in dpp_configurator_build_own_connector()
196 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector()
H A Ddpp_crypto.c1857 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr()
1859 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr()
1861 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()