Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c297 char request_id_str[16]; in hostapd_afc_build_request() local
314 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() local
663 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()