Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c294 struct wpabuf *req_obj, *location_obj, *op_class_list_obj = NULL; in hostapd_afc_build_request() local
299 req_obj = wpabuf_alloc(HOSTAPD_AFC_BUFSIZE); in hostapd_afc_build_request()
300 if (!req_obj) in hostapd_afc_build_request()
303 json_start_object(req_obj, NULL); in hostapd_afc_build_request()
306 json_add_string(req_obj, "version", iconf->afc.request.version); in hostapd_afc_build_request()
307 json_value_sep(req_obj); in hostapd_afc_build_request()
310 json_start_array(req_obj, "availableSpectrumInquiryRequests"); in hostapd_afc_build_request()
311 json_start_object(req_obj, NULL); in hostapd_afc_build_request()
316 json_add_string(req_obj, "requestId", request_id_str); in hostapd_afc_build_request()
317 json_value_sep(req_obj); in hostapd_afc_build_request()
[all …]