Searched refs:WIFI_SVR_CMD_SET_LOW_TX_POWER (Results 1 – 4 of 4) sorted by relevance
75 WIFI_SVR_CMD_SET_LOW_TX_POWER = 0x1042, /* set low tx power */ enumerator
2148 …Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_LOW_TX_POWER), data, in SetLowTxPower()2152 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_LOW_TX_POWER), error); in SetLowTxPower()
748 OnRemoteRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_LOW_TX_POWER), datas); in OnSetLowTxPowerTest()
109 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_LOW_TX_POWER)] = [this](uin… in InitHandleMapEx()