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:hwCapability
(Results
1 - 2
of
2
) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
413
struct WlanHwCapability *
hwCapability
)
in FillBdhBandInfo()
416
if (
hwCapability
->bands[bnum] == NULL) {
in FillBdhBandInfo()
417
hwCapability
->bands[bnum] =
in FillBdhBandInfo()
419
if (
hwCapability
->bands[bnum] == NULL) {
in FillBdhBandInfo()
420
BDH6WalReleaseHwCapability(
hwCapability
);
in FillBdhBandInfo()
425
hwCapability
->htCapability = band->ht_cap.cap;
in FillBdhBandInfo()
427
hwCapability
->bands[bnum]->channelCount = band->n_channels;
in FillBdhBandInfo()
429
hwCapability
->bands[bnum]->channels[loop].centerFreq = band->channels[loop].center_freq;
in FillBdhBandInfo()
430
hwCapability
->bands[bnum]->channels[loop].flags = band->channels[loop].flags;
in FillBdhBandInfo()
431
hwCapability
in FillBdhBandInfo()
412
FillBdhBandInfo(const struct ieee80211_supported_band *band, enum Ieee80211Band bnum, struct WlanHwCapability *
hwCapability
)
FillBdhBandInfo()
argument
441
FillBdhSupportedRates(const struct ieee80211_supported_band *band2g, const struct ieee80211_supported_band *band5g, struct WlanHwCapability *
hwCapability
)
FillBdhSupportedRates()
argument
477
struct WlanHwCapability *
hwCapability
= NULL;
Bdh6Ghcap()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
795
struct WlanHwCapability *
hwCapability
= (struct WlanHwCapability *)OsalMemCalloc(sizeof(struct WlanHwCapability));
in WalGetHwCapability()
local
796
if (
hwCapability
== NULL) {
in WalGetHwCapability()
800
hwCapability
->Release = WalReleaseHwCapability;
in WalGetHwCapability()
801
if (
hwCapability
->bands[IEEE80211_BAND_2GHZ] == NULL) {
in WalGetHwCapability()
802
hwCapability
->bands[IEEE80211_BAND_2GHZ] =
in WalGetHwCapability()
804
if (
hwCapability
->bands[IEEE80211_BAND_2GHZ] == NULL) {
in WalGetHwCapability()
806
WalReleaseHwCapability(
hwCapability
);
in WalGetHwCapability()
810
hwCapability
->htCapability = band->ht_cap.cap;
in WalGetHwCapability()
811
hwCapability
->bands[IEEE80211_BAND_2GHZ]->channelCount = band->n_channels;
in WalGetHwCapability()
813
hwCapability
in WalGetHwCapability()
[all...]
Completed in 4 milliseconds