Home
last modified time | relevance | path

Searched refs:generateDppBootstrapInfoForResponder (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/wifi/supplicant/1.4/
H A DISupplicantStaIface.hal105 generateDppBootstrapInfoForResponder(MacAddress macAddress, string deviceInfo, DppCurve curve)
110 * Framework must first call |generateDppBootstrapInfoForResponder| to generate
129 * |generateDppBootstrapInfoForResponder| call.
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp306 sta_iface_->generateDppBootstrapInfoForResponder( in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DDppManager.java454 mWifiNative.generateDppBootstrapInfoForResponder(mClientIfaceName, deviceInfo, in startDppAsEnrolleeResponder()
H A DWifiNative.java2873 public DppBootstrapQrCodeInfo generateDppBootstrapInfoForResponder(@NonNull String ifaceName,
2875 return mSupplicantStaIfaceHal.generateDppBootstrapInfoForResponder(ifaceName,
H A DSupplicantStaIfaceHal.java3553 public WifiNative.DppBootstrapQrCodeInfo generateDppBootstrapInfoForResponder( in generateDppBootstrapInfoForResponder() method in SupplicantStaIfaceHal
3578 staIfaceV14.generateDppBootstrapInfoForResponder( in generateDppBootstrapInfoForResponder()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DDppManagerTest.java175 when(mWifiNative.generateDppBootstrapInfoForResponder( in setUp()
1036 when(mWifiNative.generateDppBootstrapInfoForResponder( in testStartDppAsEnrolleeResponderFailGenerateQrCode()
H A DSupplicantStaIfaceHalTest.java2061 mDut.generateDppBootstrapInfoForResponder(WLAN0_IFACE_NAME, "00:11:22:33:44:55", in testDppFailsWithOldHal()