Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Djson.h42 void json_add_string(struct wpabuf *json, const char *name, const char *val);
Djson.c587 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string() function
603 json_add_string(json, name, tmp); in json_add_string_escape()
617 json_add_string(json, name, b64); in json_add_base64url()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c1843 json_add_string(json, "wi-fi_tech", tech); in dpp_build_conf_req_helper()
1845 json_add_string(json, "netRole", dpp_netrole_str(netrole)); in dpp_build_conf_req_helper()
1848 json_add_string(json, "mudurl", mud_url); in dpp_build_conf_req_helper()
3861 json_add_string(buf, "wi-fi_tech", "infra"); in dpp_build_conf_start()
3906 json_add_string(buf, "kty", "EC"); in dpp_build_jwk()
3908 json_add_string(buf, "crv", curve->jwk_crv); in dpp_build_jwk()
3919 json_add_string(buf, "kid", kid); in dpp_build_jwk()
3940 json_add_string(buf, "psk_hex", psk); in dpp_build_legacy_cred_params()
4046 json_add_string(dppcon, "groupId", in dpp_build_conf_obj_dpp()
4049 json_add_string(dppcon, "netRole", dpp_netrole_str(conf->netrole)); in dpp_build_conf_obj_dpp()
[all …]