liqinhuixm opened a new pull request, #11112:
URL: https://github.com/apache/nuttx/pull/11112

   
   ## Summary
   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.
   
   ## Impact
   N/A
   
   ## Testing
   We can verify the modification  using the following steps:
   - Configure an SSID containing Chinese characters (ssid_中文测试) on the AP and 
enable it.
   - Configure the SIM-WiFi environment, then scan the AP on the sim and see 
the scan results.
   We should be able to see in the scan results that the ssid name of ap is 
ssid_中文测试.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to