Searched refs:json_len (Results 1 – 4 of 4) sorted by relevance
154 int json_len(jsmntok_t *t) in json_len() function162 unsigned len = json_len(t); in json_streq()
12 int json_len(jsmntok_t *t);
96 int blen = bt ? json_len(bt) : 0; in addfield()242 json_len(val), map + val->start); in lookup_msr()
661 size_t json_len, clear_len; in dpp_build_conf_req_attr() local674 json_len = os_strlen(json); in dpp_build_conf_req_attr()675 wpa_hexdump_ascii(MSG_DEBUG, "DPP: configRequest JSON", json, json_len); in dpp_build_conf_req_attr()678 clear_len = 4 + nonce_len + 4 + json_len; in dpp_build_conf_req_attr()722 wpabuf_put_le16(clear, json_len); in dpp_build_conf_req_attr()723 wpabuf_put_data(clear, json, json_len); in dpp_build_conf_req_attr()