Lines Matching full:report
39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token); in hostapd_handle_lci_report()
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len); in hostapd_handle_lci_report()
63 wpa_printf(MSG_DEBUG, "Unexpected range report, token %u", in hostapd_handle_range_report()
70 wpa_printf(MSG_DEBUG, "Range report token %u len %zu", token, len); in hostapd_handle_range_report()
78 char report[2 * 255 + 1]; in hostapd_handle_beacon_report() local
80 wpa_printf(MSG_DEBUG, "Beacon report token %u len %zu from " MACSTR, in hostapd_handle_beacon_report()
82 /* Skip to the beginning of the Beacon report */ in hostapd_handle_beacon_report()
87 report[0] = '\0'; in hostapd_handle_beacon_report()
88 if (wpa_snprintf_hex(report, sizeof(report), pos, len) < 0) in hostapd_handle_beacon_report()
91 MAC2STR(addr), token, rep_mode, report); in hostapd_handle_beacon_report()
108 wpa_printf(MSG_DEBUG, "Bad Measurement Report element"); in hostapd_handle_radio_msmt_report()
113 wpa_printf(MSG_DEBUG, "Measurement report mode 0x%x type %u", in hostapd_handle_radio_msmt_report()
129 "Measurement report type %u is not supported", in hostapd_handle_radio_msmt_report()
209 * The number and length of the Neighbor Report elements in a Neighbor in hostapd_send_nei_report_resp()
210 * Report frame is limited by the maximum allowed MMPDU size; + 3 bytes in hostapd_send_nei_report_resp()
252 * Measurement Report element. in hostapd_send_nei_report_resp()
264 * Measurement Report element. in hostapd_send_nei_report_resp()
314 "Neighbor report request, measure type %u", in hostapd_handle_nei_report_req()
353 const struct rrm_link_measurement_report *report; in hostapd_handle_link_mesr_report() local
359 report = (const struct rrm_link_measurement_report *) (pos - 1); in hostapd_handle_link_mesr_report()
360 if (end - (const u8 *) report < (int) sizeof(*report)) in hostapd_handle_link_mesr_report()
364 (hapd->link_measurement_req_token != report->dialog_token)) { in hostapd_handle_link_mesr_report()
366 "Unexpected Link measurement report, token %u", in hostapd_handle_link_mesr_report()
367 report->dialog_token); in hostapd_handle_link_mesr_report()
380 MAC2STR(mgmt->sa), report->dialog_token, report_msg); in hostapd_handle_link_mesr_report()
463 * Parallel and Enable bits are 0, Duration, Request, and Report are in hostapd_send_lci_req()
518 "Request range: Destination station does not support FTM range report in RRM"); in hostapd_send_range_req()
551 * Parallel and Enable bits are 0; Duration, Request, and Report are in hostapd_send_range_req()
564 * Taking the neighbor report part of the range request from neighbor in hostapd_send_range_req()
574 wpa_printf(MSG_INFO, "Missing neighbor report for " in hostapd_send_range_req()
654 " does not support passive beacon report", in hostapd_send_beacon_req()
664 " does not support active beacon report", in hostapd_send_beacon_req()
674 " does not support table beacon report", in hostapd_send_beacon_req()