Lines Matching refs:wpabuf
38 struct wpabuf * json_get_member_base64url(struct json_token *json,
40 struct wpabuf * json_get_member_base64(struct json_token *json,
43 void json_add_int(struct wpabuf *json, const char *name, int val);
44 void json_add_string(struct wpabuf *json, const char *name, const char *val);
45 int json_add_string_escape(struct wpabuf *json, const char *name,
47 int json_add_base64url(struct wpabuf *json, const char *name, const void *val,
49 int json_add_base64(struct wpabuf *json, const char *name, const void *val,
51 void json_start_object(struct wpabuf *json, const char *name);
52 void json_end_object(struct wpabuf *json);
53 void json_start_array(struct wpabuf *json, const char *name);
54 void json_end_array(struct wpabuf *json);
55 void json_value_sep(struct wpabuf *json);