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:edmg_cap
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
chan.c
888
struct ieee80211_edmg *
edmg_cap
)
in cfg80211_edmg_usable()
909
if (!(
edmg_cap
->channels & BIT(i)))
in cfg80211_edmg_usable()
928
if ((edmg_bw_config % 4) > (
edmg_cap
->bw_config % 4))
in cfg80211_edmg_usable()
931
if (edmg_bw_config >
edmg_cap
->bw_config)
in cfg80211_edmg_usable()
943
struct ieee80211_edmg *
edmg_cap
;
in cfg80211_chandef_usable()
local
952
edmg_cap
= &wiphy->bands[chandef->chan->band]->
edmg_cap
;
in cfg80211_chandef_usable()
954
if (
edmg_cap
->channels &&
in cfg80211_chandef_usable()
959
edmg_cap
))
in cfg80211_chandef_usable()
885
cfg80211_edmg_usable(struct wiphy *wiphy, u8 edmg_channels, enum ieee80211_edmg_bw_config edmg_bw_config, int primary_channel, struct ieee80211_edmg *
edmg_cap
)
cfg80211_edmg_usable()
argument
H
A
D
nl80211.c
1747
if (large && sband->
edmg_cap
.channels &&
in nl80211_send_band_rateinfo()
1749
sband->
edmg_cap
.channels) ||
in nl80211_send_band_rateinfo()
1751
sband->
edmg_cap
.bw_config)))
in nl80211_send_band_rateinfo()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
chan.c
992
struct ieee80211_edmg *
edmg_cap
)
in cfg80211_edmg_usable()
1013
if (!(
edmg_cap
->channels & BIT(i)))
in cfg80211_edmg_usable()
1032
if ((edmg_bw_config % 4) > (
edmg_cap
->bw_config % 4))
in cfg80211_edmg_usable()
1035
if (edmg_bw_config >
edmg_cap
->bw_config)
in cfg80211_edmg_usable()
1047
struct ieee80211_edmg *
edmg_cap
;
in cfg80211_chandef_usable()
local
1059
edmg_cap
= &wiphy->bands[chandef->chan->band]->
edmg_cap
;
in cfg80211_chandef_usable()
1063
if (
edmg_cap
->channels &&
in cfg80211_chandef_usable()
1068
edmg_cap
))
in cfg80211_chandef_usable()
989
cfg80211_edmg_usable(struct wiphy *wiphy, u8 edmg_channels, enum ieee80211_edmg_bw_config edmg_bw_config, int primary_channel, struct ieee80211_edmg *
edmg_cap
)
cfg80211_edmg_usable()
argument
H
A
D
nl80211.c
1940
if (large && sband->
edmg_cap
.channels &&
in nl80211_send_band_rateinfo()
1942
sband->
edmg_cap
.channels) ||
in nl80211_send_band_rateinfo()
1944
sband->
edmg_cap
.bw_config)))
in nl80211_send_band_rateinfo()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
cfg80211.c
125
wiphy->bands[NL80211_BAND_60GHZ]->
edmg_cap
.channels =
in update_supported_bands()
127
wiphy->bands[NL80211_BAND_60GHZ]->
edmg_cap
.bw_config =
in update_supported_bands()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
cfg80211.c
125
wiphy->bands[NL80211_BAND_60GHZ]->
edmg_cap
.channels =
in update_supported_bands()
127
wiphy->bands[NL80211_BAND_60GHZ]->
edmg_cap
.bw_config =
in update_supported_bands()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
478
* @
edmg_cap
: EDMG capabilities in this band
495
struct ieee80211_edmg
edmg_cap
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
527
* @
edmg_cap
: EDMG capabilities in this band
544
struct ieee80211_edmg
edmg_cap
;
member
Completed in 82 milliseconds