/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_ap_iface.cpp | 103 int32_t WifiApIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface 108 std::tie(status, mode) = vendorHal_.lock()->GetPowerMode(ifname_); in GetPowerMode()
|
H A D | wifi_ap_iface.h | 46 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_sta_iface.h | 45 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_p2p_iface.cpp | 79 int32_t WifiP2pIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
|
H A D | wifi_ext_iface.cpp | 79 int32_t WifiExtIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiExtIface
|
H A D | wifi_p2p_iface.h | 44 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_ext_iface.h | 44 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_vendor_hal.h | 56 std::pair<WifiError, int> GetPowerMode(const std::string& ifaceName);
|
H A D | wifi_sta_iface.cpp | 103 int32_t WifiStaIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiStaIface
|
H A D | wifi_vendor_hal.cpp | 320 std::pair<WifiError, int> WifiVendorHal::GetPowerMode(const std::string& ifaceName) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
|
/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_hal_fn.cpp | 89 WifiError GetPowerMode(const char *ifName, int *mode) in GetPowerMode() function 209 fn->getPowerMode = GetPowerMode; in InitWifiHalFuncTable()
|
H A D | wifi_vendor_hal_test.cpp | 70 wifiVendorHalTest->GetPowerMode(VAILD_IFNAME); in StartTest()
|
H A D | wifi_ap_iface_test.cpp | 189 EXPECT_TRUE(apIface->GetPowerMode(mode) == HDF_SUCCESS); in HWTEST_F()
|
H A D | wifi_sta_iface_test.cpp | 123 EXPECT_TRUE(staIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT); in HWTEST_F()
|
H A D | wifi_p2p_iface_test.cpp | 106 EXPECT_TRUE(p2pIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT); in HWTEST_F()
|
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_service.c | 62 service->interface.GetPowerMode = WlanInterfaceGetPowerMode; in WlanInterfaceImplGetInstance()
|
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 568 int32_t rc = g_wlanObj->GetPowerMode(g_wlanObj, nullptr, &mode);
in HWTEST_F() 571 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode);
in HWTEST_F() 574 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, nullptr);
in HWTEST_F() 576 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode);
in HWTEST_F()
|
H A D | wlan_hdi_hal_services_c_test.cpp | 365 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode);
in HWTEST_F() 651 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode);
in HWTEST_F()
|
/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 618 int32_t (*GetPowerMode)(struct NetDevice *netDev, uint8_t *mode); member
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wlan_common_fuzzer.cpp | 166 interface->GetPowerMode(interface, &feature, &mode); in FuzzGetPowerMode()
|
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 1424 if (chipDriver->ops->GetPowerMode == NULL) { in HdfdWlanGetPowerMode() 1426 HDF_LOGE("%s: chipDriver->ops->GetPowerMode is null\r\n", __func__); in HdfdWlanGetPowerMode() 1429 return chipDriver->ops->GetPowerMode(netdev, mode); in HdfdWlanGetPowerMode()
|