donghengqaz opened a new pull request #2939: URL: https://github.com/apache/incubator-nuttx/pull/2939
## Summary Refactor ESP32 WiFi driver to support station and softAP coexistence. Add Wi-Fi station and softAP coexistence config file to test. ## Impact ## Testing ```sh ifup wlan0 wapi psk wlan0 espressif002 1 wapi essid wlan0 AFAST_IK 1 renew wlan0 # You can use ifconfig to check the local IP address. wapi psk wlan1 19901101 1 wapi essid wlan1 nuttx-softap 1 dhcpd wlan1 # You can use phone or compute to connect AP whose name is nuttx-softap and password is 19901101 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org