Searched refs:bootstrapInfo (Results 1 – 2 of 2) sorted by relevance
527 WifiNative.DppBootstrapQrCodeInfo bootstrapInfo = null; in startDppAsEnrolleeResponder() local529 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()
2393 WifiNative.DppBootstrapQrCodeInfo bootstrapInfo = in testDppFailsWithOldHal() local2396 assertEquals(-1, bootstrapInfo.bootstrapId); in testDppFailsWithOldHal()