Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
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()
Djson.h44 void json_add_string(struct wpabuf *json, const char *name, const char *val);
/external/wpa_supplicant_8/src/common/
Ddpp.c1018 json_add_string(json, "wi-fi_tech", tech); in dpp_build_conf_req_helper()
1020 json_add_string(json, "netRole", dpp_netrole_str(netrole)); in dpp_build_conf_req_helper()
1023 json_add_string(json, "mudurl", mud_url); in dpp_build_conf_req_helper()
1036 json_add_string(json, "pkcs10", csr); in dpp_build_conf_req_helper()
1523 json_add_string(buf, "wi-fi_tech", "infra"); in dpp_build_conf_start()
1569 json_add_string(buf, "kty", "EC"); in dpp_build_jwk()
1571 json_add_string(buf, "crv", curve->jwk_crv); in dpp_build_jwk()
1582 json_add_string(buf, "kid", kid); in dpp_build_jwk()
1603 json_add_string(buf, "psk_hex", psk); in dpp_build_legacy_cred_params()
1725 json_add_string(dppcon, "groupId", in dpp_build_conf_obj_dpp()
[all …]
Ddpp_reconfig.c210 json_add_string(dppcon, "groupId", "*"); in dpp_configurator_build_own_connector()
212 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector()
Ddpp_crypto.c1885 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr()
1887 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr()
1889 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()