Home
last modified time | relevance | path

Searched refs:WIFI_POWER_MODE_NUM (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h276 #define WIFI_POWER_MODE_NUM 3 macro
/drivers/peripheral/wlan/test/unittest/hal/
Dwifi_hal_test.cpp658 ret = g_wifi->setPowerMode(nullptr, WIFI_POWER_MODE_NUM);
660 ret = g_wifi->setPowerMode(ifName, WIFI_POWER_MODE_NUM);
662 ret = g_wifi->setPowerMode(apFeature->baseFeature.ifName, WIFI_POWER_MODE_NUM);
769 ret = g_wifi->setPowerMode(nullptr, WIFI_POWER_MODE_NUM);
771 ret = g_wifi->setPowerMode(ifName, WIFI_POWER_MODE_NUM);
773 ret = g_wifi->setPowerMode(staFeature->baseFeature.ifName, WIFI_POWER_MODE_NUM);
/drivers/peripheral/wlan/test/unittest/client/
Dhdf_client_test.cpp450 ret = SetPowerMode(WLAN_IFNAME, WIFI_POWER_MODE_NUM);
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h47 #define WIFI_POWER_MODE_NUM 3 macro
/drivers/peripheral/wlan/hal/src/
Dwifi_hal.c302 if (ifName == NULL || mode >= WIFI_POWER_MODE_NUM) { in SetPowerModeInner()
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_hal_services_c_test.cpp708 uint8_t mode = WIFI_POWER_MODE_NUM;
791 uint8_t mode = WIFI_POWER_MODE_NUM;
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c1429 char *key[WIFI_POWER_MODE_NUM] = {"sleep\n", "third\n", "init\n"}; in ParsePowerMode()
1510 …const char *strTable[WIFI_POWER_MODE_NUM] = {SET_POWER_MODE_SLEEP, SET_POWER_MODE_THIRD, SET_POWER… in FillHwprivIoctlData()
1536 if (ifName == NULL || mode >= WIFI_POWER_MODE_NUM) { in SetPowerMode()
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_base.c1464 if (ifName == NULL || mode >= WIFI_POWER_MODE_NUM) { in HdfdWlanSetPowerMode()