一、描述你遇到的问题
在本身就装好系统的BearPi-HM Micro上,我不小心拨到111之后烧录进去了,然后我重启之后发现一直屏闪wifi也没法用。
二、你具体做的所有步骤结果截图
就根据官方的教程文档下载了教程里的东西然后启动教程的虚拟机,下的18.04版本的一步步跟着教程,然后在编译的时候频繁报错,
hb set
hb:未找到命令
为什么没找到命令
然后我手动安装了
sudo apt update
sudo apt install python3 python3-pip -y
python3 -m pip install --user ohos-build==0.4.3
然后配置环境
gedit ~/.bashrc
export PATH=~/.local/bin:$PATH
out_dir=/home/bearpi/project/bearpi-hm_micro_small/out/bearpi_hm_micro/bearpi_hm_micro/error.log[OHOS 错误] sh:mkimage:未找到命令[OHOS 错误] 命令:/home/bearpi/project/bearpi-hm_micro_small/prebuilts/clang/ohos/linux-x86_64/llvm/bin/llvm-objcopy -O binary OHOS_Image OHOS_Image.bin[OHOS 错误] 耗时:0:00:00[OHOS 错误] 命令: sh -c '/home/bearpi/project/bearpi-hm_micro_small/prebuilts/clang/ohos/linux-x86_64/llvm/bin/llvm-objdump -t OHOS_Image | sort >OHOS_Image.sym.sorted'[OHOS 错误] 耗时:0:00:00[OHOS 错误] 命令: sh -c '/home/bearpi/project/bearpi-hm_micro_small/prebuilts/clang/ohos/linux-x86_64/llvm/bin/llvm-objdump -d OHOS_Image >OHOS_Image.asm'[OHOS 错误] 耗时:0:00:01[OHOS 错误] 你可在 /home/bearpi/project/bearpi-hm_micro_small/out/bearpi_hm_micro/bearpi_hm_micro/build.log 查看构建日志[OHOS 错误] 命令: "/home/bearpi/project/bearpi-hm_micro_small/prebuilts/build-tools/linux-x86/bin/ninja -w dupbuild=warn -C /home/bearpi/project/bearpi-hm_micro_small/out/bearpi_hm_micro/bearpi_hm_micro" 执行失败[OHOS 错误] 返回码: 1[OHOS 错误] 执行路径: /home/bearpi/project/bearpi-hm_micro_smallbearpi@bearpi-virtual-machine:~/project/bearpi-hm_micro_small$
我再安装了mkimage 工具
sudo apt update
sudo apt install u-boot-tools -y
安装jkd 8
sudo apt update
sudo apt install openjdk-8-jdk -y
配置环境
再之后我就错误拨到111了
然后开始烧录,有几次vm虚拟机强我的板子然后我就给虚拟机的那个设备连接关掉了
然后我多次擦除eMMC分区的信息重新烧录
env default -a
saveenv
最后我把源码全部删掉了重新从头开始
git clone https://gitee.com/bearpi/bearpi-hm_micro_small.git
这中间没出问题,最后烧录之后还是闪屏加wifi不可用
三、当前开发板状态全景照片

四、开发板串口所有日志
U-Boot 2020.01-stm32mp-r2 (Oct 11 2025 - 10:09:47 +0800)
CPU: STM32MP157AAC Rev.Z
Model: STMicroelectronics custom STM32CubeMX board - openstlinux-5.10-dunfell-mp1-21-03-31
Board: stm32mp1 in trusted mode (st,stm32mp157a-bearpi-hm_micro-mx)
DRAM: 512 MiB
phy_power: no phy-power?
Clocks:
- MPU : 650 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 0 MHz
- DDR : 533 MHz
WDT: Started with servicing (32s timeout)
NAND: 0 MiB
MMC: STM32 SD/MMC: 2, STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
invalid MAC address in OTP 00:00:00:00:00:00
Net: No ethernet found.
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1(part 0) is current device
MMC read: dev # 1, block # 5120, count 4096 ... 4096 blocks read: OK
Booting kernel from Legacy Image at c0100000 ...
Image Name: liteos-a
Created: 2026-06-29 11:31:32 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1608552 Bytes = 1.5 MiB
Load Address: c0100000
Entry Point: c0100000
Verifying Checksum ... OK
Loading Kernel Image
Starting kernel ...
Welcome
Processor : Cortex-A7
Run Mode : UP
GIC Rev : GICv2
build time : Jun 29 2026 19:30:24
Kernel : Huawei LiteOS 2.0.0.37/debug
main core booting up...
cpu 0 entering scheduler
mem dev init ...
Date:Jun 29 2026.
Time:19:28:50.
DeviceManagerStart start ...
[HDF:D/mmc]SDMMC1, Init.
[HDF:D/mmc]Stm32Mp1MmcBind: success.
[HDF:D/mmc]Stm32Mp1MmcInit: success.
GpioDriverInit: Enter[HDF:D/mmc]SDMMC0, Init.
[HDF:D/mmc]Stm32Mp1MmcBind: success.
[HDF:D/mmc]Stm32Mp1MmcInit: success.
[HDF:D/mmc]SDMMC2, Init.
[HDF:D/mmc]Stm32Mp1MmcBind: success.
[HDF:D/mmc]Stm32Mp1MmcInit: success.
Stm32mp1LtdcInit: enter!
Stm32mp1LtdcParseInit: enter![HDF:E/HDF_LOG_TAG][FbGetOverlayInfo]unsupported method
DeviceManagerStart end ...
tcpip_init start
tcpip_init end
Ethernet start.OsMountRootfs start ...
warning: /dev/mmcblk1 lost, force umount ret = -6
OsMountRootfs end ...
Before PL▒After PLATFORM_UART ...
OsFeedDogTaskCreate start ...
OsFeedDogTaskCreate end ...
cat log shell end
OHOS # [ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]ServiceManager not set!
[ERR]CheckUsedBuffer failed:-14
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
[HDF:E/HDF_LOG_TAG]HdfWlanConfigSDIO: platform chip not supported!
oam_main_init SUCCESSFULLY!
wal_customize_init SUCCESSFULLY!
oal_main_init SUCCESSFULLY
frw_main_init SUCCESSFULLY!
hi_wifi_plat_init SUCCESSFULLY
{alloc 131072 bytes tx_flat_buff!}
{alloc 131072 bytes rx_flat_buff!}
hcc_hmac_init SUCCESSFULLY
[21575][W:1521]Hi3881 VERSION:: [Hi3881V100]
plat_firmware_init SUCCESSFULLY
[21581][W:220]sdio max transmit size is [32768]
[21586][W:591]HI_SUCCESS: Device Version=[Hi3881V100], CfgVersion=[Hi3881V100].
[21662][W:128]wlan_power_on:: firmware download success
----oal_sdio_msg_stat----------382------------
Device is Ready!
wlan_pm_open SUCCESSFULLY!!
[21682][W:71]{hmac_wow_set_host_state::state[0]->[1]!}
[21687][W:1005]hmac_wow_set_dmac_cfg, flag[0], wow_event[0x1F]
get rates from device
hmac_main_init SUCCESSULLY
[21708][W:104]{wal_init_dev_addr::read addr from efuse timeout!}
wal_main_init SUCCESSFULLY
hi_wifi_host_init SUCCESSFULLY
WiFi driver init successfully!
[HDF:I/Hi3881Driver]Hi3881Init: start...
[21725][W:376]{mac_user_set_key::keytpe==1, ciphertype==3, keyid==0, usridx==0}
[21732][W:1088]{hmac_config_add_vap::add vap [1] success! vap_id is 1
[21738][W:376]{mac_user_set_key::keytpe==1, ciphertype==3, keyid==0, usridx==1}
[21745][W:1088]{hmac_config_add_vap::add vap [1] success! vap_id is 2
[1162902][W:955]{wal_netdev_open::iftype:2.!}
[1162906][W:1416]{hmac_config_start_vap:host start vap ok}
WifiWpaGetHwFeatureData done
[INFO]wpa_ctrl_attach return 0.
WpaScanThread:441 [INFO] InitControlInterface return 0.
WpaCliSample(DumpString:55): SendCtrlCommand raw return dump start.SendCtrlCommand cmd=SCAN.
OK
WpaCliSample(DumpString:62): SendCtrlCommand raw return dump end.
WIFI: Scan : (null) SSID : 0
[1169749][W:1712]Scan_params::Now Scan channel_num[13] p2p_scan[0],scan_cnt_per_ch[2],need back home_ch[0]!
[1173698][W:244]{wal_inform_all_bss::0 bss not in regdomain,inform kernal bss num=9}
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=4
WifiWpaEventScanResultProcess: ie_len=211, beacon_ie_len=211
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=211, beacon_ie_len=211
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=212, beacon_ie_len=212
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=276, beacon_ie_len=276
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=284, beacon_ie_len=284
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=306, beacon_ie_len=306
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=208, beacon_ie_len=208
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=253, beacon_ie_len=253
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=207, beacon_ie_len=207
WifiWpaEventScanResultProcess done
WifiWpaGetScanResults2 done
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 0 82:ae:54:4d:36:f3
WifiWpaEventScanDoneProcess done
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 1 80:ae:54:4c:36:f3
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 2 de:cd:2f:e4:5d:7a
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 3 ee:b9:70:59:10:81
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 4 ee:b9:70:59:10:8f
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 5 ee:b9:70:59:10:80
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 6 de:b9:70:9a:ef:3e
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 7 76:70:ab:b5:47:b9
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 8 76:70:ab:b5:47:b8
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-SCAN-RESULTS
WpaCliSample(WifiEventHandler:298): WIFI_EVENT_SCAN_DONE
WpaCliSample(DumpString:55): SendCtrlCommand raw return dump start.SendCtrlCommand cmd=SCAN_RESULTS.
bssid / frequency / signal level / flags / ssid
82:ae:54:4d:36:f3 2412 -4700 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] \xe7\x8e\xa9\xe8\xbd\xac\xe5\xa4\xa7\xe5\xad\xa6\xe4\xba\x91\xe5\x8d\xb0\xe7\xa4\xbe
80:ae:54:4c:36:f3 2412 -4700 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] YunYin
de:cd:2f:e4:5d:7a 2412 -6100 [WPA2-PSK-CCMP][ESS][P2P] DIRECT-2F-EPSON-E4DD7A
ee:b9:70:59:10:81 2472 -6200 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] NUIT-IOT
ee:b9:70:59:10:8f 2472 -6000 [ESS] NUIT-EDU
ee:b9:70:59:10:80 2472 -6200 [ESS] NUIT-FREE
de:b9:70:9a:ef:3e 2412 -6400 [ESS] NUIT-EDU
76:70:ab:b5:47:b9 2412 -8700 [ESS] NUIT-FREE
76:70:ab:b5:47:b8 2412 -9000 [ESS] NUIT-EDU
WpaCliSample(DumpString:62): SendCtrlCommand raw return dump end.
[ERROR]get the ESS i->107
[ERROR]get the ESS i->256
[ERROR]get the ESS i->313
[ERROR]get the ESS i->405
[ERROR]get the ESS i->449
[ERROR]get the ESS i->493
[ERROR]get the ESS i->538
[ERROR]get the ESS i->582
[ERROR]get the ESS i->627
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-NETWORK-NOT-FOUND
[LOG]GetCurrentConnInfo g_Connect -> 0
[LOG]GetCurrentConnInfo g_Connect -> 0
OnStart:233 call WpaClientStart, this 0x2094f660
[INFO]wpa_ctrl_attach return 0.
WpaScanThread:441 [INFO] InitControlInterface return 0.
SendCtrlCommand cmd=SCAN.WIFI: Scan : (null) SSID : 0
[1215859][W:1712]Scan_params::Now Scan channel_num[13] p2p_scan[0],scan_cnt_per_ch[2],need back home_ch[0]!
WpaCliSample(DumpString:55): SendCtrlCommand raw return dump start.
OK
WpaCliSample(DumpString:62): SendCtrlCommand raw return dump end.
[1217706][W:244]{wal_inform_all_bss::0 bss not in regdomain,inform kernal bss num=12}
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=5
xsxs: g_callbackEventMap[i]->ifName=wlan0
OnWpaWiFiEvents event=4
WifiWpaEventScanResultProcess: ie_len=195, beacon_ie_len=195
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=306, beacon_ie_len=306
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=290, beacon_ie_len=290
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=207, beacon_ie_len=207
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=208, beacon_ie_len=208
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=253, beacon_ie_len=253
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=242, beacon_ie_len=242
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=182, beacon_ie_len=182
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=208, beacon_ie_len=208
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=253, beacon_ie_len=253
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=207, beacon_ie_len=207
WifiWpaEventScanResultProcess done
WifiWpaEventScanResultProcess: ie_len=177, beacon_ie_len=177
WifiWpaEventScanResultProcess done
WifiWpaGetScanResults2 done
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 9 6e:b9:70:59:06:99
WifiWpaEventScanDoneProcess done
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 10 9e:c7:fe:71:c2:e6
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 12 5c:a0:01:2b:f8:01
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 13 ce:e9:0f:82:ab:98
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 14 8a:33:8a:63:79:0e
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 15 6e:b9:70:59:06:98
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 16 6e:b9:70:59:06:97
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 17 ee:b9:70:59:06:70
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 18 ee:b9:70:59:06:7f
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-SCAN-RESULTS
WpaCliSample(WifiEventHandler:298): WIFI_EVENT_SCAN_DONE
WpaCliSample(DumpString:55): SendCtrlCommand raw return dump start.SendCtrlCommand cmd=SCAN_RESULTS.
bssid / frequency / signal level / flags / ssid
82:ae:54:4d:36:f3 2412 -4800 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] \xe7\x8e\xa9\xe8\xbd\xac\xe5\xa4\xa7\xe5\xad\xa6\xe4\xba\x91\xe5\x8d\xb0\xe7\xa4\xbe
80:ae:54:4c:36:f3 2412 -4800 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] YunYin
de:cd:2f:e4:5d:7a 2412 -6100 [WPA2-PSK-CCMP][ESS][P2P] DIRECT-2F-EPSON-E4DD7A
ee:b9:70:59:10:81 2472 -6200 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] NUIT-IOT
ee:b9:70:59:10:8f 2472 -6000 [ESS] NUIT-EDU
ee:b9:70:59:10:80 2472 -6200 [ESS] NUIT-FREE
de:b9:70:9a:ef:3e 2412 -6400 [ESS] NUIT-EDU
76:70:ab:b5:47:b9 2412 -8700 [ESS] NUIT-FREE
76:70:ab:b5:47:b8 2412 -9000 [ESS] NUIT-EDU
6e:b9:70:59:06:99 2432 -5500 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] NUIT-IOT
9e:c7:fe:71:c2:e6 2437 -6800 [WPA2-PSK-CCMP][ESS] iQOO Neo7 SE
ee:b9:70:59:06:71 2452 -7500 [WPA-PSK-CCMP][WPA2-PSK-CCMP][ESS] NUIT-IOT
5c:a0:01:2b:f8:01 2437 -7800 [WPA2-PSK-CCMP][ESS] BTWIFI6-011815
ce:e9:0f:82:ab:98 2472 -8300 [WPA2-PSK-CCMP][ESS] AYIAYI
8a:33:8a:63:79:0e 2412 -8400 [WPA2-PSK-CCMP][ESS] OPPO Find X8 6EBC
6e:b9:70:59:06:98 2432 -5400 [ESS] NUIT-FREE
6e:b9:70:59:06:97 2432 -5500 [ESS] NUIT-EDU
ee:b9:70:59:06:70 2452 -7500 [ESS] NUIT-FREE
ee:b9:70:59:06:7f 2452 -7500 [ESS] NUIT-EDU
WpaCliSample(DumpString:62): SendCtrlCommand raw return dump end.
[ERROR]get the ESS i->107
[ERROR]get the ESS i->256
[ERROR]get the ESS i->313
[ERROR]get the ESS i->405
[ERROR]get the ESS i->449
[ERROR]get the ESS i->493
[ERROR]get the ESS i->538
[ERROR]get the ESS i->582
[ERROR]get the ESS i->627
[ERROR]get the ESS i->700
[ERROR]get the ESS i->759
[ERROR]get the ESS i->836
[ERROR]get the ESS i->895
[ERROR]get the ESS i->960
[ERROR]get the ESS i->1017
[ERROR]get the ESS i->1070
[ERROR]get the ESS i->1115
[ERROR]get the ESS i->1159
[ERROR]get the ESS i->1204
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-NETWORK-NOT-FOUND
WpaCliSample(CliRecvPending:326): event received <3>CTRL-EVENT-BSS-ADDED 11 ee:b9:70:59:06:71
[LOG]SettingWifiAbilitySlice::AddWifi wifiStatus == 1