Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c61 json_start_object(location_obj, "location"); in hostapd_afc_build_location_request()
73 json_start_object(ellipse_obj, "center"); in hostapd_afc_build_location_request()
85 json_start_object(location_obj, "linearPolygon"); in hostapd_afc_build_location_request()
92 json_start_object(location_obj, NULL); in hostapd_afc_build_location_request()
112 json_start_object(location_obj, "radialPolygon"); in hostapd_afc_build_location_request()
121 json_start_object(location_obj, NULL); in hostapd_afc_build_location_request()
138 json_start_object(location_obj, "ellipse"); in hostapd_afc_build_location_request()
155 json_start_object(location_obj, "elevation"); in hostapd_afc_build_location_request()
262 json_start_object(op_class_list_obj, NULL); in hostapd_afc_build_req_chan_list()
303 json_start_object(req_obj, NULL); in hostapd_afc_build_request()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Djson.h54 void json_start_object(struct wpabuf *json, const char *name);
H A Djson.c751 void json_start_object(struct wpabuf *json, const char *name) in json_start_object() function
/freebsd/contrib/wpa/src/common/
H A Ddpp.c1015 json_start_object(json, NULL); in dpp_build_conf_req_helper()
1554 json_start_object(buf, NULL); in dpp_build_conf_start()
1567 json_start_object(buf, "discovery"); in dpp_build_conf_start()
1600 json_start_object(buf, name); in dpp_build_jwk()
1761 json_start_object(dppcon, NULL); in dpp_build_conf_obj_dpp()
1763 json_start_object(dppcon, NULL); in dpp_build_conf_obj_dpp()
1863 json_start_object(buf, "cred"); in dpp_build_conf_obj_dpp()
1871 json_start_object(buf, "entCreds"); in dpp_build_conf_obj_dpp()
1980 json_start_object(buf, "cred"); in dpp_build_conf_obj_legacy()
3862 json_start_object(json, NULL); in dpp_build_conn_status()
H A Ddpp_reconfig.c207 json_start_object(dppcon, NULL); in dpp_configurator_build_own_connector()
209 json_start_object(dppcon, NULL); in dpp_configurator_build_own_connector()
H A Ddpp_crypto.c1884 json_start_object(jws_prot_hdr, NULL); in dpp_build_jws_prot_hdr()