HomeSort by relevance Sort by last modified time
    Searched defs:tsf (Results 1 - 8 of 8) sorted by null

  /system/connectivity/wificond/scanning/
scan_result.h 40 uint64_t tsf,
59 // TSF of the received probe response/beacon.
60 uint64_t tsf; member in class:com::android::server::wifi::wificond::NativeScanResult
scan_utils.cpp 154 uint64_t tsf; local
155 if (!bss.GetAttributeValue(NL80211_BSS_TSF, &tsf)) {
156 LOG(ERROR) << "Failed to get TSF from scan result packet";
161 if (beacon_tsf > tsf) {
162 tsf = beacon_tsf;
184 NativeScanResult(ssid, bssid, ie, freq, signal, tsf, capability, associated);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
NativeScanResult.java 37 public long tsf; field in class:NativeScanResult
51 tsf = source.tsf;
70 out.writeLong(tsf);
92 result.tsf = in.readLong();
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 96 u64 tsf; member in struct:wpa_bss
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 749 r->tsf = nla_get_u64(bss[NL80211_BSS_TSF]);
751 u64 tsf = nla_get_u64(bss[NL80211_BSS_BEACON_TSF]); local
752 if (tsf > r->tsf)
753 r->tsf = tsf;
    [all...]
driver.h 261 * @tsf: Timestamp
268 * of TSF of the BSS specified by %tsf_bssid.
269 * @tsf_bssid: The BSS that %parent_tsf TSF time refers to.
296 u64 tsf; member in struct:wpa_scan_res
    [all...]
  /external/iw/
scan.c 1143 CAPA(27, "UTC TSF Offset");
1915 unsigned long long tsf; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1702 uint8 tsf[8]; \/* Time Synchronization Function *\/ member in struct:dot11_timbc
2507 uint8 tsf[8]; member in struct:dot11_ngbr_bss_term_dur_se
    [all...]

Completed in 226 milliseconds