Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Djson.h51 void json_start_object(struct wpabuf *json, const char *name);
Djson.c659 void json_start_object(struct wpabuf *json, const char *name) in json_start_object() function
/external/wpa_supplicant_8/src/common/
Ddpp.c865 json_start_object(json, NULL); in dpp_build_conf_req_helper()
1329 json_start_object(buf, NULL); in dpp_build_conf_start()
1342 json_start_object(buf, "discovery"); in dpp_build_conf_start()
1374 json_start_object(buf, name); in dpp_build_jwk()
1484 json_start_object(dppcon, NULL); in dpp_build_conf_obj_dpp()
1486 json_start_object(dppcon, NULL); in dpp_build_conf_obj_dpp()
1550 json_start_object(buf, "cred"); in dpp_build_conf_obj_dpp()
1558 json_start_object(buf, "entCreds"); in dpp_build_conf_obj_dpp()
1634 json_start_object(buf, "cred"); in dpp_build_conf_obj_legacy()
3308 json_start_object(json, NULL); in dpp_build_conn_status()
Ddpp_reconfig.c195 json_start_object(dppcon, NULL); in dpp_configurator_build_own_connector()
197 json_start_object(dppcon, NULL); in dpp_configurator_build_own_connector()
Ddpp_crypto.c2478 json_start_object(jws_prot_hdr, NULL); in dpp_build_jws_prot_hdr()