Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you determine if Wifi security is enabled on network you're connected to on iOS?

In my iOS app, I'd like to be able to determine whether the Wifi network the device is currently connected to has Wifi security of some sort enabled (wep, wpa, etc).

CaptiveNetwork provides the SSID of the connected network, but not much else.

Is there an approved way of determining if WEP/WPA/etc are enabled on the currently connected Wifi network?

like image 869
StavrosWal Avatar asked Nov 04 '22 16:11

StavrosWal


1 Answers

Apple is not providing any Wifi related API and all the information that is available to you is given by the actual network, so basically you cant access this information.

like image 186
TommyG Avatar answered Nov 09 '22 06:11

TommyG