Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rtt_spread
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
location.h
997
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1022
__le32
rtt_spread
;
member
1046
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1074
__le32
rtt_spread
;
member
1099
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1129
__le32
rtt_spread
;
member
1156
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1190
__le32
rtt_spread
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
location.h
1299
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1324
__le32
rtt_spread
;
member
1348
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1376
__le32
rtt_spread
;
member
1401
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1431
__le32
rtt_spread
;
member
1458
* @
rtt_spread
: The Difference between the maximum and the minimum RTT
1492
__le32
rtt_spread
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
1016
IWL_DEBUG_INFO(mvm, "\trtt spread: %llu\n", res->ftm.
rtt_spread
);
in iwl_mvm_debug_range_resp()
1153
result.ftm.
rtt_spread
= le32_to_cpu(fw_ap->
rtt_spread
);
in iwl_mvm_ftm_range_resp()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
1150
IWL_DEBUG_INFO(mvm, "\trtt spread: %llu\n", res->ftm.
rtt_spread
);
in iwl_mvm_debug_range_resp()
1326
result.ftm.
rtt_spread
= le32_to_cpu(fw_ap->
rtt_spread
);
in iwl_mvm_ftm_range_resp()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
pmsr.c
441
PUTOPT_U64(RTT_SPREAD,
rtt_spread
);
in nl80211_pmsr_send_ftm_res()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
pmsr.c
460
PUTOPT_U64(RTT_SPREAD,
rtt_spread
);
in nl80211_pmsr_send_ftm_res()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
3367
* @
rtt_spread
: spread of the RTTs measured
3371
* @dist_spread: spread of distances measured (see also @
rtt_spread
)
3380
* @rtt_spread_valid: @
rtt_spread
is valid
3402
s64
rtt_spread
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
3779
* @
rtt_spread
: spread of the RTTs measured
3783
* @dist_spread: spread of distances measured (see also @
rtt_spread
)
3792
* @rtt_spread_valid: @
rtt_spread
is valid
3814
s64
rtt_spread
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
3655
result->
rtt_spread
=
in mac80211_hwsim_parse_ftm_result()
Completed in 47 milliseconds