Searched defs:json (Results 1 – 4 of 4) sorted by relevance
/hostap/src/utils/ |
D | json.c | 482 void json_free(struct json_token *json) in json_free() 494 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member() 509 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url() 532 struct wpabuf * json_get_member_base64(struct json_token *json, in json_get_member_base64() 604 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int() 610 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string() 616 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape() 632 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url() 646 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64() 660 void json_start_object(struct wpabuf *json, const char *name) in json_start_object() [all …]
|
D | utils_module_tests.c | 847 const char *json; member
|
/hostap/tests/fuzzing/json/ |
D | Makefile | 19 json: $(OBJS) $(LIBS) target
|
/hostap/src/common/ |
D | dpp.c | 785 const char *json) in dpp_build_conf_req_attr() 944 const char *json) in dpp_build_conf_req() 980 struct wpabuf *buf = NULL, *json = NULL; in dpp_build_conf_req_helper() local 3857 struct wpabuf *json; in dpp_build_conn_status() local 3888 struct wpabuf *msg = NULL, *clear = NULL, *json; in dpp_build_conn_status_result() local
|