Home
last modified time | relevance | path

Searched refs:tsf (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_scan.c771 r->tsf = nla_get_u64(bss[NL80211_BSS_TSF]); in nl80211_parse_bss_info()
773 u64 tsf = nla_get_u64(bss[NL80211_BSS_BEACON_TSF]); in nl80211_parse_bss_info() local
774 if (tsf > r->tsf) in nl80211_parse_bss_info()
775 r->tsf = tsf; in nl80211_parse_bss_info()
H A Ddriver.h306 * @tsf: Timestamp
341 u64 tsf; member
H A Ddriver_wext.c1397 } else if (clen > 4 && os_strncmp(custom, "tsf=", 4) == 0) { in wext_get_scan_custom()
1412 res->res.tsf += WPA_GET_BE64(bin); in wext_get_scan_custom()
H A Ddriver_ndis.c883 r->tsf = WPA_GET_LE64(fixed->Timestamp); in wpa_driver_ndis_get_scan_results()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_scan.c781 r->tsf = nla_get_u64(bss[NL80211_BSS_TSF]); in nl80211_parse_bss_info()
783 u64 tsf = nla_get_u64(bss[NL80211_BSS_BEACON_TSF]); in nl80211_parse_bss_info() local
784 if (tsf > r->tsf) in nl80211_parse_bss_info()
785 r->tsf = tsf; in nl80211_parse_bss_info()
H A Ddriver.h336 * @tsf: Timestamp
371 u64 tsf; member
H A Ddriver_ndis.c883 r->tsf = WPA_GET_LE64(fixed->Timestamp); in wpa_driver_ndis_get_scan_results()
H A Ddriver_wext.c1402 } else if (clen > 4 && os_strncmp(custom, "tsf=", 4) == 0) { in wext_get_scan_custom()
1417 res->res.tsf += WPA_GET_BE64(bin); in wext_get_scan_custom()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.h98 u64 tsf; member
H A Dbss.c305 dst->tsf = src->tsf; in wpa_bss_copy_res()
H A Drrm.c793 WPA_PUT_LE64(pos, bss->tsf); in wpas_beacon_rep_add_frame_body()
794 pos += sizeof(bss->tsf); in wpas_beacon_rep_add_frame_body()
H A Devents.c1848 buf[4] = res->tsf & 0xff; in _wpa_supplicant_event_scan_results()
H A Dctrl_iface.c4751 ret = os_snprintf(pos, end - pos, "tsf=%016llu\n", in print_bss_info()
4752 (unsigned long long) bss->tsf); in print_bss_info()
8808 pos = os_strstr(param, " tsf="); in wpas_ctrl_iface_driver_scan_res()
8810 res->tsf = strtoll(pos + 5, NULL, 16); in wpas_ctrl_iface_driver_scan_res()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.h110 u64 tsf; member
H A Dbss.c296 dst->tsf = src->tsf; in wpa_bss_copy_res()
H A Drrm.c815 WPA_PUT_LE64(pos, bss->tsf); in wpas_beacon_rep_add_frame_body()
816 pos += sizeof(bss->tsf); in wpas_beacon_rep_add_frame_body()
H A Dctrl_iface.c5357 ret = os_snprintf(pos, end - pos, "tsf=%016llu\n",
5358 (unsigned long long) bss->tsf);
9765 pos = os_strstr(param, " tsf=");
9767 res->tsf = strtoll(pos + 5, NULL, 16);
H A Devents.c2373 buf[4] = res->tsf & 0xff; in _wpa_supplicant_event_scan_results()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Dwpa_magiclink.c83 res->tsf = 0;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_magiclink.c86 res->tsf = 0;

Completed in 75 milliseconds