mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-12-19 21:07:25 +00:00
code check
Signed-off-by: wujun <2019125625@qq.com>
This commit is contained in:
commit
87a1c4e727
@ -75,7 +75,7 @@ void RxListenArbitration::CheckRxListenSwitch()
|
||||
m_isRxListenOn = true;
|
||||
WIFI_LOGD("%{public}s enable rx_listen successful", __FUNCTION__);
|
||||
} else if ((m_arbitrationCond != 0) && m_isRxListenOn) {
|
||||
param = DISABLE_RX_LISTEN;
|
||||
param = DISABLE_RX_LISTEN;
|
||||
if (WifiPowerCmdClient::GetInstance().SendCmdToDriver(ifName, CMD_SET_RX_LISTEN_POWER_SAVING_SWITCH,
|
||||
param) != 0) {
|
||||
WIFI_LOGE("%{public}s disable rx_listen fail", __FUNCTION__);
|
||||
|
@ -101,8 +101,8 @@ if (defined(ohos_lite)) {
|
||||
sources += [
|
||||
"utils/network_parser.cpp",
|
||||
"utils/softap_parser.cpp",
|
||||
"utils/wifi_cert_utils.cpp",
|
||||
"utils/wifi_app_parser.cpp",
|
||||
"utils/wifi_cert_utils.cpp",
|
||||
"utils/xml_parser.cpp",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user