WifiManager.WpsCallback.OnFailed(WpsFailureReason) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WPS operation failed
[Android.Runtime.Register("onFailed", "(I)V", "GetOnFailed_IHandler")]
public abstract void OnFailed (Android.Net.Wifi.WpsFailureReason reason);
[<Android.Runtime.Register("onFailed", "(I)V", "GetOnFailed_IHandler")>]
abstract member OnFailed : Android.Net.Wifi.WpsFailureReason -> unit
Parameters
- reason
- WpsFailureReason
The reason for failure could be one of
#WPS_TKIP_ONLY_PROHIBITED
, #WPS_OVERLAP_ERROR
,
#WPS_WEP_PROHIBITED
, #WPS_TIMED_OUT
or #WPS_AUTH_FAILURE
and some generic errors.
- Attributes
Remarks
WPS operation failed
This member is deprecated. This API is deprecated
Java documentation for android.net.wifi.WifiManager.WpsCallback.onFailed(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.