Searched refs:json_len (Results 1 – 4 of 4) sorted by relevance
152 int json_len(jsmntok_t *t) in json_len() function160 unsigned len = json_len(t); in json_streq()
11 int json_len(jsmntok_t *t);
131 int blen = bt ? json_len(bt) : 0; in addfield() 240 json_len(val), map + val->start); in lookup_msr()
787 size_t json_len, clear_len; in dpp_build_conf_req_attr() local803 json_len = os_strlen(json); in dpp_build_conf_req_attr()804 wpa_hexdump_ascii(MSG_DEBUG, "DPP: configRequest JSON", json, json_len); in dpp_build_conf_req_attr()807 clear_len = 4 + nonce_len + 4 + json_len; in dpp_build_conf_req_attr()878 wpabuf_put_le16(clear, json_len); in dpp_build_conf_req_attr()879 wpabuf_put_data(clear, json, json_len); in dpp_build_conf_req_attr()