SecurityLog.TagWifiConnection 字段

定义

注意

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

指示设备尝试连接到托管 WiFi 网络时发生事件。

[Android.Runtime.Register("TAG_WIFI_CONNECTION", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagWifiConnection = 210037;
[<Android.Runtime.Register("TAG_WIFI_CONNECTION", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagWifiConnection : Android.App.Admin.SecurityLogTags

字段值

Value = 210037
属性

注解

指示设备尝试连接到托管 WiFi 网络时发生事件。 日志条目包含以下有关事件的信息,这些事件封装在数组中Object,可通过 SecurityEvent#getData():<li> [0] 网络 BSSIDString 的最后 2 个八位字节(格式为“xx:AA:BB”)li> [1] <发生的事件类型(String)。 事件类型为 CONNECTED、DISCONNECTED、ASSOCIATING、ASSOCIATED、EAP_METHOD_SELECTED、EAP_FAILURE、SSID_TEMP_DISABLED 和 OPEN_SSL_FAILURE。 <li> [2] 可选人为可读失败原因,空字符串如果无 (String

适用于 . 的 android.app.admin.SecurityLog.TAG_WIFI_CONNECTIONJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于