I am using an ESP32 in softAP mode to allow the user to send back setup information from their browser for my application which also includes the House Router ID and Password when NOT in setup mode to connect to the local wifi router.
When I view the WIFI in windows, it does not show any properties for encryption, so from this I am assuming it is clear.
Thanks, I needed to determine how to set it , so now I have managed to get it to work with setting WiFi.setMinSecurity before SoftAP is started and this seems now to have the right security on the properties box. I hope that was the right way