When NEHotspotNetwork.isSecure() is true?

Hi, I'm currently looking for the exact criteria which sets NEHotspotNetwork.isSecure() value.

I guess this boolean value depends on whether protocol >= WPA2 or 3, but I'm not sure.

I hope someone tell me.

If possible, linking references would be a great help.

Please help me.

I guess this boolean value depends on whether protocol

I believe that’s correct. However, my advice is that you ignore isSecure and instead use the securityType property to make your own assessment as to what’s “secure”.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

When NEHotspotNetwork.isSecure() is true?
 
 
Q