WifiManager.IsEasyConnectDppAkmSupported Property
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.
Wi-Fi Easy Connect DPP AKM enables provisioning and configuration of Wi-Fi devices without the need of using the device PSK passphrase.
public virtual bool IsEasyConnectDppAkmSupported { [Android.Runtime.Register("isEasyConnectDppAkmSupported", "()Z", "GetIsEasyConnectDppAkmSupportedHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isEasyConnectDppAkmSupported", "()Z", "GetIsEasyConnectDppAkmSupportedHandler", ApiSince=33)>]
member this.IsEasyConnectDppAkmSupported : bool
Property Value
true if this device supports Wi-Fi Easy-connect DPP (Device Provisioning Protocol) AKM, false otherwise.
- Attributes
Remarks
Wi-Fi Easy Connect DPP AKM enables provisioning and configuration of Wi-Fi devices without the need of using the device PSK passphrase. For more details, visit https://www.wi-fi.org/ and search for "Easy Connect" or "Device Provisioning Protocol specification".
Java documentation for android.net.wifi.WifiManager.isEasyConnectDppAkmSupported()
.
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.