Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c51 struct wpabuf *location_obj, *ellipse_obj = NULL; in hostapd_afc_build_location_request() local
57 location_obj = wpabuf_alloc(location_len); in hostapd_afc_build_location_request()
58 if (!location_obj) in hostapd_afc_build_location_request()
61 json_start_object(location_obj, "location"); in hostapd_afc_build_location_request()
85 json_start_object(location_obj, "linearPolygon"); in hostapd_afc_build_location_request()
86 json_start_array(location_obj, "outerBoundary"); in hostapd_afc_build_location_request()
92 json_start_object(location_obj, NULL); in hostapd_afc_build_location_request()
94 json_add_double(location_obj, "longitude", in hostapd_afc_build_location_request()
96 json_value_sep(location_obj); in hostapd_afc_build_location_request()
98 json_add_double(location_obj, "latitude", in hostapd_afc_build_location_request()
[all …]