Android:如何获取当前的 Wifi 加密?
我有一个监听器监听连接变化,特别是从 GSM 到 WIFI。 现在我想记录用户连接到哪些WIFI,特别是WIFI的加密类型(无,WEP,WPA,WPA2,...)。
监听器工作完美,但我找不到任何方法来获取当前 Wifi 的加密类型。
感谢您的帮助。
I have a listener listening for connectivity changes, especially from GSM to WIFI.
Now I would like to log which WIFIs the user connects to, especially the encryption type (none, WEP, WPA, WPA2, ...) of the WIFI.
The listener works perfectly, but I can't find any way to get the current Wifi's encryption type.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 WifiManager 获取当前连接的详细信息,然后获取WifiConfiguration 应该为您提供更多信息。
Use WifiManager to obtain details of the current connection, and then obtain a WifiConfiguration which should give you further information.