Searched refs:request_id_str (Results 1 – 1 of 1) sorted by relevance
297 char request_id_str[16]; in hostapd_afc_build_request() local314 os_snprintf(request_id_str, sizeof(request_id_str), "%u", in hostapd_afc_build_request()316 json_add_string(req_obj, "requestId", request_id_str); in hostapd_afc_build_request()654 char request_id_str[16]; in hostapd_afc_parse_reply() local663 snprintf(request_id_str, sizeof(request_id_str), "%u", in hostapd_afc_parse_reply()665 if (os_strcmp(request_id_str, reply_elem->string) != 0) { in hostapd_afc_parse_reply()