Home
last modified time | relevance | path

Searched refs:json_add_double (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dafc.c75 json_add_double(ellipse_obj, "longitude", lp->longitude); in hostapd_afc_build_location_request()
78 json_add_double(ellipse_obj, "latitude", lp->latitude); in hostapd_afc_build_location_request()
94 json_add_double(location_obj, "longitude", in hostapd_afc_build_location_request()
98 json_add_double(location_obj, "latitude", in hostapd_afc_build_location_request()
122 json_add_double(location_obj, "length", rp->length); in hostapd_afc_build_location_request()
125 json_add_double(location_obj, "angle", rp->angle); in hostapd_afc_build_location_request()
157 json_add_double(location_obj, "height", iconf->afc.location.height); in hostapd_afc_build_location_request()
/freebsd/contrib/wpa/src/utils/
H A Djson.h46 void json_add_double(struct wpabuf *json, const char *name, double val);
H A Djson.c695 void json_add_double(struct wpabuf *json, const char *name, double val) in json_add_double() function