Android 中的 Wifi 身份验证错误
我正在 Android 中使用 Wifi 开发一个应用程序。每当我在连接 wifi 时输入错误密码时,我都不会收到任何无效身份验证的通知。它只是不断重试连接。在 wifi 无线设置中也发现了相同的行为。
有什么办法可以发现Wifi认证失败吗?
WifiManager.EXTRA_SUPPLICANT_ERROR - 我从来没有得到这个..
I am developing an application using Wifi in Android. Whenever I enter wrong password while connecting to wifi, I dont get any notification for invalid authentication. It just keeps on retrying to connect. Same behavior is found in wifi wireless setting.
Is there any way to find that Wifi Authentication has failed??
WifiManager.EXTRA_SUPPLICANT_ERROR -- I never get this..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这段代码的工作原理:
This code works: