Home
last modified time | relevance | path

Searched refs:SetTxPower (Results 1 - 24 of 24) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_p2p_iface.cpp134 int32_t WifiP2pIface::SetTxPower(int32_t power) in SetTxPower() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
137 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power); in SetTxPower()
H A Dwifi_ap_iface.cpp170 int32_t WifiApIface::SetTxPower(int32_t power) in SetTxPower() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
173 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power); in SetTxPower()
H A Dwifi_sta_iface.cpp207 int32_t WifiStaIface::SetTxPower(int32_t power) in SetTxPower() function in OHOS::HDI::Wlan::Chip::V1_0::WifiStaIface
209 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power); in SetTxPower()
H A Dwifi_ap_iface.h57 int32_t SetTxPower(int32_t power) override;
H A Dwifi_sta_iface.h56 int32_t SetTxPower(int32_t power) override;
H A Dwifi_ext_iface.cpp134 int32_t WifiExtIface::SetTxPower(int32_t power) in SetTxPower() function in OHOS::HDI::Wlan::Chip::V1_0::WifiExtIface
H A Dwifi_p2p_iface.h55 int32_t SetTxPower(int32_t power) override;
H A Dwifi_ext_iface.h55 int32_t SetTxPower(int32_t power) override;
H A Dwifi_vendor_hal.h76 WifiError SetTxPower(const std::string& ifaceName, int mode);
H A Dwifi_vendor_hal.cpp409 WifiError WifiVendorHal::SetTxPower(const std::string& ifaceName, int mode) in SetTxPower() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp178 WifiError SetTxPower(const char *ifName, int mode) in SetTxPower() function
221 fn->setTxPower = SetTxPower; in InitWifiHalFuncTable()
H A Dwifi_sta_iface_test.cpp93 EXPECT_TRUE(staIface->SetTxPower(0) == HDF_SUCCESS); in HWTEST_F()
94 EXPECT_TRUE(staIface->SetTxPower(1) == HDF_FAILURE); in HWTEST_F()
H A Dwifi_vendor_hal_test.cpp74 wifiVendorHalTest->SetTxPower(VAILD_IFNAME, 0); in StartTest()
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c59 service->interface.SetTxPower = WlanInterfaceSetTxPower; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp526 int32_t rc = g_wlanObj->SetTxPower(g_wlanObj, nullptr, power); in HWTEST_F()
529 rc = g_wlanObj->SetTxPower(g_wlanObj, &ifeature, power); in HWTEST_F()
532 rc = g_wlanObj->SetTxPower(g_wlanObj, &ifeature, power); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp277 rc = g_wlanObj->SetTxPower(g_wlanObj, &ifeature, power); in HWTEST_F()
1119 rc = g_wlanObj->SetTxPower(g_wlanObj, &ifeature, power); in HWTEST_F()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h573 int32_t (*SetTxPower)(NetDevice *netDev, int32_t power); member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c179 ret = SetTxPower(ifName, power); in HalCmdSetTxPower()
181 HDF_LOGE("%s: SetTxPower failed", __FUNCTION__); in HalCmdSetTxPower()
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp155 interface->SetTxPower(interface, &feature, power); in FuzzSetTxPower()
/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp270 ret = SetTxPower(ifNameInvalid, power);
272 ret = SetTxPower(WLAN_IFNAME, power);
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c612 static uint32_t SetTxPower(struct NetDevice *netdev, int32_t power) in SetTxPower() function
620 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->ops, SetTxPower); in SetTxPower()
621 return chipDriver->ops->SetTxPower(netdev, power); in SetTxPower()
1075 ret = SetTxPower(netdev, power); in WifiCmdSetTxPower()
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h346 int32_t SetTxPower(const char *ifName, int32_t power);
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c432 int32_t SetTxPower(const char *ifName, int32_t power) in SetTxPower() function
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1327 int32_t SetTxPower(const char *ifName, int32_t power) in SetTxPower() function

Completed in 29 milliseconds