Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1a40cfe authored by Hai Shalom's avatar Hai Shalom
Browse files

[DPP] Add more documentation about Easy-Connect (DPP)

Add more documentation about Easy-Connect (DPP) in WifiManager. Explain
in a few words the key items of this technology.

Bug: 122985335
Test: No code changes
Change-Id: I395b37f23874a0b8b25a418118d7b38804d29501
parent 77dc8405
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -4502,7 +4502,12 @@ public class WifiManager {
    }

    /**
     * @return true if this device supports Wi-Fi Device Provisioning Protocol (Easy-connect)
     * Wi-Fi Easy Connect (DPP) introduces standardized mechanisms to simplify the provisioning and
     * configuration of Wi-Fi devices.
     * For more details, visit <a href="https://www.wi-fi.org/">https://www.wi-fi.org/</a> and
     * search for "Easy Connect" or "Device Provisioning Protocol specification".
     *
     * @return true if this device supports Wi-Fi Easy-connect (Device Provisioning Protocol)
     */
    public boolean isDppSupported() {
        return isFeatureSupported(WIFI_FEATURE_DPP);