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_variance
(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
996
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1021
__le32
rtt_variance
;
member
1045
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1073
__le32
rtt_variance
;
member
1098
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1128
__le32
rtt_variance
;
member
1155
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1189
__le32
rtt_variance
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
location.h
1298
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1323
__le32
rtt_variance
;
member
1347
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1375
__le32
rtt_variance
;
member
1400
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1430
__le32
rtt_variance
;
member
1457
* @
rtt_variance
: The Variance of the RTT values measured for current AP
1491
__le32
rtt_variance
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
1015
IWL_DEBUG_INFO(mvm, "\trtt var: %llu\n", res->ftm.
rtt_variance
);
in iwl_mvm_debug_range_resp()
1151
result.ftm.
rtt_variance
= le32_to_cpu(fw_ap->
rtt_variance
);
in iwl_mvm_ftm_range_resp()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
1149
IWL_DEBUG_INFO(mvm, "\trtt var: %llu\n", res->ftm.
rtt_variance
);
in iwl_mvm_debug_range_resp()
1324
result.ftm.
rtt_variance
= le32_to_cpu(fw_ap->
rtt_variance
);
in iwl_mvm_ftm_range_resp()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
pmsr.c
440
PUTOPT_U64(RTT_VARIANCE,
rtt_variance
);
in nl80211_pmsr_send_ftm_res()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
pmsr.c
459
PUTOPT_U64(RTT_VARIANCE,
rtt_variance
);
in nl80211_pmsr_send_ftm_res()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
3365
* @
rtt_variance
: variance of RTTs measured (note that standard deviation is
3370
* @dist_variance: variance of distances measured (see also @
rtt_variance
)
3379
* @rtt_variance_valid: @
rtt_variance
is valid
3401
s64
rtt_variance
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
3777
* @
rtt_variance
: variance of RTTs measured (note that standard deviation is
3782
* @dist_variance: variance of distances measured (see also @
rtt_variance
)
3791
* @rtt_variance_valid: @
rtt_variance
is valid
3813
s64
rtt_variance
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
3650
result->
rtt_variance
=
in mac80211_hwsim_parse_ftm_result()
Completed in 43 milliseconds