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:WifiHwFeatureData
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/wlan/client/src/sbuf/
H
A
D
sbuf_wpa_cmd_adapter.c
396
int32_t WifiCmdGetHwFeature(const char *ifName,
WifiHwFeatureData
*hwFeatureData)
in WifiCmdGetHwFeature()
407
reply = HdfSbufObtain(sizeof(
WifiHwFeatureData
) + sizeof(uint64_t));
in WifiCmdGetHwFeature()
424
const
WifiHwFeatureData
*respFeaturenData = NULL;
in WifiCmdGetHwFeature()
427
dataSize != sizeof(
WifiHwFeatureData
)) {
in WifiCmdGetHwFeature()
432
if (memcpy_s(hwFeatureData, sizeof(
WifiHwFeatureData
), respFeaturenData, dataSize) != EOK) {
in WifiCmdGetHwFeature()
/drivers/peripheral/wlan/client/include/
H
A
D
wifi_driver_client.h
473
}
WifiHwFeatureData
;
typedef
580
int32_t WifiCmdGetHwFeature(const char *ifName,
WifiHwFeatureData
*hwFeatureData);
/drivers/hdf_core/framework/model/network/wifi/include/
H
A
D
hdf_wifi_cmd.h
333
}
WifiHwFeatureData
;
typedef
/drivers/hdf_core/framework/model/network/wifi/core/module/
H
A
D
wifi_base.c
516
struct WlanBand *band,
WifiHwFeatureData
**featureData, struct WlanHwCapability *capability, uint32_t iee80211band)
in WifiGetChannelData()
535
static int32_t WifiFillHwFeature(struct NetDevice *netdev,
WifiHwFeatureData
*featureData)
in WifiFillHwFeature()
639
WifiHwFeatureData
featureData = {0};
in WifiCmdGetHwFeature()
/drivers/peripheral/wlan/test/unittest/client/
H
A
D
hdf_client_test.cpp
822
WifiHwFeatureData
hwFeatureData;
Completed in 8 milliseconds