Lines Matching refs:json_add_string
1018 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()
1728 json_add_string(dppcon, "netRole", dpp_netrole_str(conf->netrole)); in dpp_build_conf_obj_dpp()
1784 json_add_string(dppcon, "expiry", expiry); in dpp_build_conf_obj_dpp()
1825 json_add_string(buf, "akm", akm_str); in dpp_build_conf_obj_dpp()
1845 json_add_string(buf, "trustedEapServerName", in dpp_build_conf_obj_dpp()
1932 json_add_string(buf, "akm", akm_str); in dpp_build_conf_obj_legacy()
3800 json_add_string(json, "channelList", channel_list); in dpp_build_conn_status()