Searched refs:json_add_string (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | json.c | 609 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()
|
D | json.h | 44 void json_add_string(struct wpabuf *json, const char *name, const char *val);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.c | 858 json_add_string(json, "wi-fi_tech", tech); in dpp_build_conf_req_helper() 860 json_add_string(json, "netRole", dpp_netrole_str(netrole)); 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() 1365 json_add_string(buf, "crv", curve->jwk_crv); 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() [all …]
|
D | dpp_reconfig.c | 194 json_add_string(dppcon, "groupId", "*"); in dpp_configurator_build_own_connector() 196 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector()
|
D | dpp_crypto.c | 1857 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()
|