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:preambles
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
core.c
691
if (WARN_ON(!wiphy->pmsr_capa->ftm.
preambles
||
in wiphy_register()
694
if (WARN_ON(wiphy->pmsr_capa->ftm.
preambles
&
in wiphy_register()
703
!(wiphy->pmsr_capa->ftm.
preambles
&
in wiphy_register()
H
A
D
pmsr.c
49
if (!(capa->ftm.
preambles
& BIT(preamble))) {
in pmsr_parse_ftm()
H
A
D
nl80211.c
1956
cap->ftm.
preambles
))
in nl80211_send_pmsr_ftm_capa()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
core.c
734
if (WARN_ON(!wiphy->pmsr_capa->ftm.
preambles
||
in wiphy_register()
737
if (WARN_ON(wiphy->pmsr_capa->ftm.
preambles
&
in wiphy_register()
746
!(wiphy->pmsr_capa->ftm.
preambles
&
in wiphy_register()
H
A
D
pmsr.c
47
if (!(capa->ftm.
preambles
& BIT(preamble))) {
in pmsr_parse_ftm()
H
A
D
nl80211.c
2158
cap->ftm.
preambles
))
in nl80211_send_pmsr_ftm_capa()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H
A
D
at76c50x-usb.c
269
static const char *const
preambles
[] = { "long", "short", "auto" };
variable
1363
preambles
[priv->preamble_type], priv->rts_threshold,
in at76_startup_device()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H
A
D
at76c50x-usb.c
269
static const char *const
preambles
[] = { "long", "short", "auto" };
variable
1363
preambles
[priv->preamble_type], priv->rts_threshold,
in at76_startup_device()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
1849
* @use_short_preamble: Whether the use of short
preambles
is allowed
4648
* @ftm.
preambles
: bitmap of
preambles
supported (&enum nl80211_preamble)
4664
u32
preambles
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
2191
* @use_short_preamble: Whether the use of short
preambles
is allowed
5174
* @ftm.
preambles
: bitmap of
preambles
supported (&enum nl80211_preamble)
5190
u32
preambles
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
205
.
preambles
= BIT(NL80211_PREAMBLE_LEGACY) |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
79
.
preambles
= BIT(NL80211_PREAMBLE_LEGACY) |
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
5790
out->ftm.
preambles
= nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES]);
in parse_ftm_capa()
Completed in 92 milliseconds