Searched refs:tsf (Results 1 - 20 of 20) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_scan.c | 771 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 D | driver.h | 306 * @tsf: Timestamp 341 u64 tsf; member
|
H A D | driver_wext.c | 1397 } 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 D | driver_ndis.c | 883 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 D | driver_nl80211_scan.c | 781 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 D | driver.h | 336 * @tsf: Timestamp 371 u64 tsf; member
|
H A D | driver_ndis.c | 883 r->tsf = WPA_GET_LE64(fixed->Timestamp); in wpa_driver_ndis_get_scan_results()
|
H A D | driver_wext.c | 1402 } 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 D | bss.h | 98 u64 tsf; member
|
H A D | bss.c | 305 dst->tsf = src->tsf; in wpa_bss_copy_res()
|
H A D | rrm.c | 793 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 D | events.c | 1848 buf[4] = res->tsf & 0xff; in _wpa_supplicant_event_scan_results()
|
H A D | ctrl_iface.c | 4751 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 D | bss.h | 110 u64 tsf; member
|
H A D | bss.c | 296 dst->tsf = src->tsf; in wpa_bss_copy_res()
|
H A D | rrm.c | 815 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 D | ctrl_iface.c | 5357 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 D | events.c | 2373 buf[4] = res->tsf & 0xff; in _wpa_supplicant_event_scan_results()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | wpa_magiclink.c | 83 res->tsf = 0;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_magiclink.c | 86 res->tsf = 0;
|
Completed in 75 milliseconds