Lines Matching refs:token
35 static void hostapd_handle_lci_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_lci_report() argument
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) { in hostapd_handle_lci_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()
59 static void hostapd_handle_range_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_range_report() argument
62 if (!hapd->range_req_active || hapd->range_req_token != token) { in hostapd_handle_range_report()
64 token); in hostapd_handle_range_report()
70 wpa_printf(MSG_DEBUG, "Range report token %u len %zu", token, len); in hostapd_handle_range_report()
75 const u8 *addr, u8 token, u8 rep_mode, in hostapd_handle_beacon_report() argument
81 token, len, MAC2STR(addr)); in hostapd_handle_beacon_report()
91 MAC2STR(addr), token, rep_mode, report); in hostapd_handle_beacon_report()
100 u8 token, rep_mode; in hostapd_handle_radio_msmt_report() local
103 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_radio_msmt_report()
118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report()
121 hostapd_handle_range_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report()
124 hostapd_handle_beacon_report(hapd, mgmt->sa, token, in hostapd_handle_radio_msmt_report()
286 u8 token; in hostapd_handle_nei_report_req() local
296 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_nei_report_req()
332 hostapd_send_nei_report_resp(hapd, mgmt->sa, token, &ssid, lci, civic, in hostapd_handle_nei_report_req()