Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java3179 MutableInt bootstrapId = new MutableInt(-1); in addDppPeerUri() local
3207 bootstrapId.value = bootstrapIdInternal; in addDppPeerUri()
3216 return bootstrapId.value; in addDppPeerUri()
3226 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument
3251 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
DWifiNative.java2252 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument
2253 return mSupplicantStaIfaceHal.removeDppUri(ifaceName, bootstrapId); in removeDppUri()