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

  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 54 * Time Synchronization Function (tsf) timestamp in microseconds when
61 long tsf) {
68 this.timestamp = tsf;
WifiStateMachine.java 1404 long tsf = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 85 u64 tsf; member in struct:wpa_bss
bss.c 256 dst->tsf = src->tsf;
events.c 1153 buf[4] = res->tsf & 0xff;
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 149 * @tsf: Timestamp
173 u64 tsf; member in struct:wpa_scan_res
    [all...]
driver_ndis.c 895 r->tsf = WPA_GET_LE64(fixed->Timestamp);
    [all...]
driver_wext.c     [all...]
driver_nl80211.c     [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...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 1072 } else if (clen > 4 && os_strncmp(custom, "tsf=", 4) == 0) {
1079 wpa_printf(MSG_INFO, "Invalid TSF length (%d)", bytes);
1084 res->res.tsf += WPA_GET_BE64(bin);
    [all...]

Completed in 423 milliseconds