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:StopPnoScan
(Results
1 - 19
of
19
) sorted by relevance
/drivers/peripheral/wlan/hal/src/
H
A
D
wifi_hal_sta_feature.c
89
static int32_t
StopPnoScan
(const char *ifName)
in StopPnoScan()
function
127
(*fe)->stopPnoScan =
StopPnoScan
;
in InitStaFeature()
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_sta_iface.cpp
165
int32_t WifiStaIface::
StopPnoScan
()
in StopPnoScan()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiStaIface
167
HDF_LOGD("
StopPnoScan
");
in StopPnoScan()
168
WifiError status = vendorHal_.lock()->
StopPnoScan
(ifname_);
in StopPnoScan()
H
A
D
wifi_ap_iface.h
53
int32_t
StopPnoScan
() override;
H
A
D
wifi_sta_iface.h
52
int32_t
StopPnoScan
() override;
H
A
D
wifi_p2p_iface.cpp
114
int32_t WifiP2pIface::
StopPnoScan
()
in StopPnoScan()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
H
A
D
wifi_ext_iface.cpp
114
int32_t WifiExtIface::
StopPnoScan
()
in StopPnoScan()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiExtIface
H
A
D
wifi_p2p_iface.h
51
int32_t
StopPnoScan
() override;
H
A
D
wifi_ext_iface.h
51
int32_t
StopPnoScan
() override;
H
A
D
wifi_ap_iface.cpp
150
int32_t WifiApIface::
StopPnoScan
()
in StopPnoScan()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
H
A
D
wifi_vendor_hal.h
61
WifiError
StopPnoScan
(const std::string& ifaceName);
H
A
D
wifi_vendor_hal.cpp
355
WifiError WifiVendorHal::
StopPnoScan
(const std::string& ifaceName)
in StopPnoScan()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
/drivers/peripheral/wlan/hdi_service/
H
A
D
wlan_interface_service.c
70
service->interface.
StopPnoScan
= WlanInterfaceStopPnoScan;
in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_vendor_hal_test.cpp
87
wifiVendorHalTest->
StopPnoScan
(VAILD_IFNAME);
in ScanResultEventTest()
H
A
D
wifi_ap_iface_test.cpp
142
EXPECT_TRUE(apIface->
StopPnoScan
() == HDF_ERR_NOT_SUPPORT);
in HWTEST_F()
H
A
D
wifi_sta_iface_test.cpp
159
EXPECT_TRUE(staIface->
StopPnoScan
() == HDF_SUCCESS);
in HWTEST_F()
H
A
D
wifi_p2p_iface_test.cpp
172
EXPECT_TRUE(p2pIface->
StopPnoScan
() == HDF_ERR_NOT_SUPPORT);
in HWTEST_F()
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H
A
D
sta.c
540
if (chipDriver->staOps->
StopPnoScan
== NULL) {
in HdfWlanStopPnoScan()
541
HDF_LOGE("%s: chipDriver->staOps->
StopPnoScan
is null", __func__);
in HdfWlanStopPnoScan()
544
return chipDriver->staOps->
StopPnoScan
(netdev);
in HdfWlanStopPnoScan()
/drivers/hdf_core/framework/include/wifi/
H
A
D
wifi_mac80211_ops.h
788
int32_t (*
StopPnoScan
)(NetDevice *netDev);
member
/drivers/peripheral/wlan/test/hdi_service/
H
A
D
wlan_hdi_hal_services_c_test.cpp
1218
rc = g_wlanObj->
StopPnoScan
(g_wlanObj, nullptr);
in HWTEST_F()
1220
rc = g_wlanObj->
StopPnoScan
(g_wlanObj, ifName);
in HWTEST_F()
Completed in 11 milliseconds