共用方式為


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:xx:xx:xx:xx: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 屬性授權中所述的詞彙使用。

適用於