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

   ## Summary
   
   Support WPA3 on softap mode.
   
   ## Impact
   
   ## Testing
   
   - Configure `esp32s3-devkit:sta_softap` and test with `wapi` command.
   
   - Enable Softap `WPA3-SAE` Network
   ```
   wapi psk wlan1 mypasswd WPA_ALG_CCMP WPA_VER_3
   wapi essid wlan1 myssid WAPI_ESSID_ON
   ```
   or, equivalently:
   ```
   wapi psk wlan1 mypasswd 3 3
   wapi essid wlan1 myssid 1
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to