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

丶灬走出姿态 提交于 2020-01-14 12:18:31

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/7030561/can-you-determine-if-wifi-security-is-enabled-on-network-youre-connected-to-on

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!