Searched refs:json_add_string (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/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);
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 871 json_add_string(json, "wi-fi_tech", tech); in dpp_build_conf_req_helper() 873 json_add_string(json, "netRole", dpp_netrole_str(netrole)); in dpp_build_conf_req_helper() 876 json_add_string(json, "mudurl", mud_url); in dpp_build_conf_req_helper() 889 json_add_string(json, "pkcs10", csr); in dpp_build_conf_req_helper() 1330 json_add_string(buf, "wi-fi_tech", "infra"); in dpp_build_conf_start() 1375 json_add_string(buf, "kty", "EC"); in dpp_build_jwk() 1377 json_add_string(buf, "crv", curve->jwk_crv); in dpp_build_jwk() 1388 json_add_string(buf, "kid", kid); in dpp_build_jwk() 1409 json_add_string(buf, "psk_hex", psk); in dpp_build_legacy_cred_params() 1487 json_add_string(dppcon, "groupId", in dpp_build_conf_obj_dpp() [all …]
|
D | dpp_reconfig.c | 198 json_add_string(dppcon, "groupId", "*"); in dpp_configurator_build_own_connector() 200 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector()
|
D | dpp_crypto.c | 2479 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr() 2481 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr() 2483 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()
|