Lines Matching defs:json
19 #include "utils/json.h"
2362 const char *json)
2378 json_len = os_strlen(json);
2379 wpa_hexdump_ascii(MSG_DEBUG, "DPP: configAttr JSON", json, json_len);
2427 wpabuf_put_data(clear, json, json_len);
2489 const char *json)
2493 conf_req = dpp_build_conf_req_attr(auth, json);
8954 char json[100];
8957 os_snprintf(json, sizeof(json),
8965 json[29] = 'k'; /* replace "infra" with "knfra" */
8968 wpa_printf(MSG_DEBUG, "DPP: GAS Config Attributes: %s", json);
8970 buf = dpp_build_conf_req(auth, json);