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:WifiFeature
(Results
1 - 11
of
11
) sorted by relevance
/drivers/hdf_core/framework/include/wifi/
H
A
D
wifi_module.h
52
struct
WifiFeature
{
struct
64
int32_t (*init)(struct
WifiFeature
*feature);
76
int32_t (*deInit)(struct
WifiFeature
*feature);
86
struct
WifiFeature
*fe[HDF_WIFI_FEATURE_NUM]; /**< An array of WLAN features */
122
int32_t (*addFeature)(struct WifiModule *module, uint16_t featureType, struct
WifiFeature
*feature);
H
A
D
wifi_inc.h
40
struct
WifiFeature
;
/drivers/hdf_core/framework/model/network/wifi/core/module/
H
A
D
wifi_feature.c
17
int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct
WifiFeature
*feature)
in AddFeature()
23
module->feList.fe[featureType] = (struct
WifiFeature
*)feature;
in AddFeature()
35
struct
WifiFeature
*featureData = NULL;
in DelFeature()
H
A
D
wifi_module.c
24
int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct
WifiFeature
*featureData);
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H
A
D
ap.h
18
struct
WifiFeature
*GetWifiApFeature(void);
H
A
D
ap.c
535
static int32_t ApInit(struct
WifiFeature
*feature)
in ApInit()
550
static int32_t ApDeinit(struct
WifiFeature
*feature)
in ApDeinit()
560
struct
WifiFeature
g_apFeature = {
566
struct
WifiFeature
*GetWifiApFeature(void)
in GetWifiApFeature()
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H
A
D
sta.h
18
struct
WifiFeature
*GetWifiStaFeature(void);
H
A
D
sta.c
636
static int32_t StaInit(struct
WifiFeature
*feature)
in StaInit()
652
static int32_t StaDeinit(struct
WifiFeature
*feature)
in StaDeinit()
662
struct
WifiFeature
g_staFeature = {
668
struct
WifiFeature
*GetWifiStaFeature(void)
in GetWifiStaFeature()
/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H
A
D
p2p.h
18
struct
WifiFeature
*GetWifiP2pFeature(void);
H
A
D
p2p.c
382
static int32_t P2pInit(struct
WifiFeature
*feature)
in P2pInit()
397
static int32_t P2pDeinit(struct
WifiFeature
*feature)
in P2pDeinit()
407
struct
WifiFeature
g_wifiP2PFeature = {
413
struct
WifiFeature
*GetWifiP2pFeature(void)
in GetWifiP2pFeature()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H
A
D
hdf_module_test.c
38
static int32_t P2pInit(struct
WifiFeature
*feature)
in P2pInit()
44
static int32_t P2pDeinit(struct
WifiFeature
*feature)
in P2pDeinit()
49
struct
WifiFeature
g_p2pFeature = {
Completed in 5 milliseconds