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.java3043 MutableInt bootstrapId = new MutableInt(-1); in addDppPeerUri() local
3071 bootstrapId.value = bootstrapIdInternal; in addDppPeerUri()
3080 return bootstrapId.value; in addDppPeerUri()
3090 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument
3115 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
DWifiNative.java2462 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) {
2463 return mSupplicantStaIfaceHal.removeDppUri(ifaceName, bootstrapId);