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:StopAp
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H
A
D
hostapd_interface_service.c
39
service->interface.
StopAp
= HostapdInterfaceStopAp;
in HostapdInterfaceImplGetInstance()
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H
A
D
ap.c
91
static uint32_t
StopAp
(struct NetDevice *netDev)
in StopAp()
function
99
RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->apOps,
StopAp
);
in StopAp()
100
ret = chipDriver->apOps->
StopAp
(netDev);
in StopAp()
102
HDF_LOGE("
StopAp
:failed, error[%d]", ret);
in StopAp()
105
HDF_LOGI("%s:
StopAp
finished!", __func__);
in StopAp()
295
return
StopAp
(netdev);
in WifiCmdStopAp()
/drivers/peripheral/wlan/test/hdi_service/
H
A
D
hostapd_hdi_hal_services_c_test.cpp
53
int32_t rc = g_hostapdObj->
StopAp
(g_hostapdObj);
in TearDownTestCase()
H
A
D
hostapd_hdi_direct_test.cpp
305
* @tc.desc: Wifi hdi
StopAp
function test
311
int32_t rc = g_hostapdObj->
StopAp
(g_hostapdObj);
in HWTEST_F()
/drivers/peripheral/wlan/test/fuzztest/
H
A
D
hostapd_common_fuzzer.cpp
85
interface->
StopAp
(interface);
in FuzzHostapdInterfaceStopAp()
/drivers/hdf_core/framework/include/wifi/
H
A
D
wifi_mac80211_ops.h
845
int32_t (*
StopAp
)(NetDevice *netDev);
member
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H
A
D
hdi_hostapd_hal.c
332
static int
StopAp
(int id)
in StopAp()
function
955
g_hostapdHalDevInfo[id].hostapdHalDev->stopAp =
StopAp
;
in GetWifiHostapdDev()
Completed in 6 milliseconds