Home
last modified time | relevance | path

Searched refs:StopPnoScan (Results 1 - 19 of 19) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_sta_feature.c89 static int32_t StopPnoScan(const char *ifName) in StopPnoScan() function
127 (*fe)->stopPnoScan = StopPnoScan; in InitStaFeature()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_sta_iface.cpp165 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 Dwifi_ap_iface.h53 int32_t StopPnoScan() override;
H A Dwifi_sta_iface.h52 int32_t StopPnoScan() override;
H A Dwifi_p2p_iface.cpp114 int32_t WifiP2pIface::StopPnoScan() in StopPnoScan() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
H A Dwifi_ext_iface.cpp114 int32_t WifiExtIface::StopPnoScan() in StopPnoScan() function in OHOS::HDI::Wlan::Chip::V1_0::WifiExtIface
H A Dwifi_p2p_iface.h51 int32_t StopPnoScan() override;
H A Dwifi_ext_iface.h51 int32_t StopPnoScan() override;
H A Dwifi_ap_iface.cpp150 int32_t WifiApIface::StopPnoScan() in StopPnoScan() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
H A Dwifi_vendor_hal.h61 WifiError StopPnoScan(const std::string& ifaceName);
H A Dwifi_vendor_hal.cpp355 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 Dwlan_interface_service.c70 service->interface.StopPnoScan = WlanInterfaceStopPnoScan; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_vendor_hal_test.cpp87 wifiVendorHalTest->StopPnoScan(VAILD_IFNAME); in ScanResultEventTest()
H A Dwifi_ap_iface_test.cpp142 EXPECT_TRUE(apIface->StopPnoScan() == HDF_ERR_NOT_SUPPORT); in HWTEST_F()
H A Dwifi_sta_iface_test.cpp159 EXPECT_TRUE(staIface->StopPnoScan() == HDF_SUCCESS); in HWTEST_F()
H A Dwifi_p2p_iface_test.cpp172 EXPECT_TRUE(p2pIface->StopPnoScan() == HDF_ERR_NOT_SUPPORT); in HWTEST_F()
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c540 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 Dwifi_mac80211_ops.h788 int32_t (*StopPnoScan)(NetDevice *netDev); member
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp1218 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