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?