Searched refs:json_add_int (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | json.h | 43 void json_add_int(struct wpabuf *json, const char *name, int val);
|
H A D | json.c | 603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int() function
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 1547 json_add_int(buf, "ssid_charset", conf->ssid_charset); in dpp_build_conf_start() 1788 json_add_int(dppcon, "version", auth->peer_version); in dpp_build_conf_obj_dpp() 3790 json_add_int(json, "result", result); in dpp_build_conn_status()
|