Searched refs:bootstrapId (Results 1 – 2 of 2) sorted by relevance
3179 MutableInt bootstrapId = new MutableInt(-1); in addDppPeerUri() local3207 bootstrapId.value = bootstrapIdInternal; in addDppPeerUri()3216 return bootstrapId.value; in addDppPeerUri()3226 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument3251 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
2252 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument2253 return mSupplicantStaIfaceHal.removeDppUri(ifaceName, bootstrapId); in removeDppUri()