Searched refs:scan_start_tsf (Results 1 – 8 of 8) sorted by relevance
250 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif() 280 le32_to_cpu(notif->tsf_low) - priv->scan_start_tsf); in iwl_rx_scan_results_notif()
3734 __field(u64, scan_start_tsf)3752 __entry->scan_start_tsf = info->scan_start_tsf;3758 (unsigned long long)__entry->scan_start_tsf,
1199 * In case the scan is split, the scan_start_tsf and tsf_bssid should in cfg80211_scan_done() 1200 * be of the first part. In such a case old_info.scan_start_tsf should in cfg80211_scan_done() 1203 if (request->scan_6ghz && old_info.scan_start_tsf) { in cfg80211_scan_done() 1204 intreq->info.scan_start_tsf = old_info.scan_start_tsf; in cfg80211_scan_done()
18584 if (info->scan_start_tsf && in nl80211_add_scan_req() 18586 info->scan_start_tsf, NL80211_BSS_PAD) || in nl80211_add_scan_req()
1941 .scan_start_tsf = mld->scan.start_tsf, in iwl_mld_handle_scan_complete_notif()
1172 unsigned long scan_start_tsf; member
1407 il->scan_start_tsf = le32_to_cpu(notif->tsf_low); in il_hdl_scan_start() 1427 le32_to_cpu(notif->tsf_low) - il->scan_start_tsf); in il_hdl_scan_results()
2723 * @scan_start_tsf: scan start time in terms of the TSF of the BSS that the2726 * @tsf_bssid: the BSSID according to which %scan_start_tsf is set.2731 u64 scan_start_tsf; member