nuttx/arch/sim
liqinhui 2d27dc0ef0 simwifi: For scan results, parse and translate the Chinese ssid encoded by the wpa_cli.
Because there is no pre-encoding length of the ssid, the ssid including
the Chinese characters whose length is less than 32 after encoding
cann't be translated.
For example, the ssid name is `word人`. After encoding it is `world\xe4\xba\xba` and will not be decoded.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-11-03 22:29:43 +08:00
..
include nuttx/sim:add up_irq_enbale function. 2023-09-06 21:42:42 +03:00
src simwifi: For scan results, parse and translate the Chinese ssid encoded by the wpa_cli. 2023-11-03 22:29:43 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig wifi/simdriver: Support the sim wifi. 2023-10-12 17:08:25 +08:00