Searched refs:bootstrapId (Results 1 – 2 of 2) sorted by relevance
3155 MutableInt bootstrapId = new MutableInt(-1); in addDppPeerUri() local3183 bootstrapId.value = bootstrapIdInternal; in addDppPeerUri()3192 return bootstrapId.value; in addDppPeerUri()3202 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument3227 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
2251 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument2252 return mSupplicantStaIfaceHal.removeDppUri(ifaceName, bootstrapId); in removeDppUri()