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:min_nf
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
acs.c
135
* ACS: 1:
min_nf
=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
136
* ACS: 2:
min_nf
=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
137
* ACS: 3:
min_nf
=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=11
138
* ACS: 4:
min_nf
=-113 interference_factor=0.0310559 nf=-113 time=161 busy=0 rx=5
139
* ACS: 5:
min_nf
=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=4
142
* ACS: 1:
min_nf
=-113 interference_factor=0.0185185 nf=-113 time=162 busy=0 rx=3
143
* ACS: 2:
min_nf
=-113 interference_factor=0.0246914 nf=-113 time=162 busy=0 rx=4
144
* ACS: 3:
min_nf
=-113 interference_factor=0.037037 nf=-113 time=162 busy=0 rx=6
145
* ACS: 4:
min_nf
=-113 interference_factor=0.149068 nf=-113 time=161 busy=0 rx=24
146
* ACS: 5:
min_nf
294
acs_survey_interference_factor(struct freq_survey *survey, s8
min_nf
)
acs_survey_interference_factor()
argument
[all...]
H
A
D
drv_callbacks.c
1420
chan->
min_nf
= survey->nf;
in hostapd_update_nf()
1424
chan->
min_nf
= survey->nf;
in hostapd_update_nf()
1425
else if (survey->nf < chan->
min_nf
)
in hostapd_update_nf()
1426
chan->
min_nf
= survey->nf;
in hostapd_update_nf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
acs.c
135
* ACS: 1:
min_nf
=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
136
* ACS: 2:
min_nf
=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
137
* ACS: 3:
min_nf
=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=11
138
* ACS: 4:
min_nf
=-113 interference_factor=0.0310559 nf=-113 time=161 busy=0 rx=5
139
* ACS: 5:
min_nf
=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=4
142
* ACS: 1:
min_nf
=-113 interference_factor=0.0185185 nf=-113 time=162 busy=0 rx=3
143
* ACS: 2:
min_nf
=-113 interference_factor=0.0246914 nf=-113 time=162 busy=0 rx=4
144
* ACS: 3:
min_nf
=-113 interference_factor=0.037037 nf=-113 time=162 busy=0 rx=6
145
* ACS: 4:
min_nf
=-113 interference_factor=0.149068 nf=-113 time=161 busy=0 rx=24
146
* ACS: 5:
min_nf
303
acs_survey_interference_factor(struct freq_survey *survey, s8
min_nf
)
acs_survey_interference_factor()
argument
[all...]
H
A
D
drv_callbacks.c
1652
chan->
min_nf
= survey->nf;
in hostapd_update_nf()
1656
chan->
min_nf
= survey->nf;
in hostapd_update_nf()
1657
else if (survey->nf < chan->
min_nf
)
in hostapd_update_nf()
1658
chan->
min_nf
= survey->nf;
in hostapd_update_nf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver.h
155
*
min_nf
- Minimum observed noise floor, in dBm, based on all
158
s8
min_nf
;
member
3790
* for each survey. The
min_nf
of the channel is updated for each
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver.h
155
*
min_nf
- Minimum observed noise floor, in dBm, based on all
158
s8
min_nf
;
member
4213
* for each survey. The
min_nf
of the channel is updated for each
Completed in 22 milliseconds