Home
last modified time | relevance | path

Searched refs:bootstrapInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DDppManager.java527 WifiNative.DppBootstrapQrCodeInfo bootstrapInfo = null; in startDppAsEnrolleeResponder() local
529 bootstrapInfo = in startDppAsEnrolleeResponder()
534 if (bootstrapInfo == null || bootstrapInfo.bootstrapId < 0 in startDppAsEnrolleeResponder()
535 || TextUtils.isEmpty(bootstrapInfo.uri)) { in startDppAsEnrolleeResponder()
541 mDppRequestInfo.bootstrapId = bootstrapInfo.bootstrapId; in startDppAsEnrolleeResponder()
542 logd("BootstrapId:" + mDppRequestInfo.bootstrapId + " URI: " + bootstrapInfo.uri); in startDppAsEnrolleeResponder()
544 if (!mWifiNative.startDppEnrolleeResponder(mClientIfaceName, bootstrapInfo.listenChannel)) { in startDppAsEnrolleeResponder()
552 + bootstrapInfo.listenChannel); in startDppAsEnrolleeResponder()
555 mDppRequestInfo.callback.onBootstrapUriGenerated(bootstrapInfo.uri); in startDppAsEnrolleeResponder()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalHidlImplTest.java2393 WifiNative.DppBootstrapQrCodeInfo bootstrapInfo = in testDppFailsWithOldHal() local
2396 assertEquals(-1, bootstrapInfo.bootstrapId); in testDppFailsWithOldHal()