Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DDppManager.java557 public int bootstrapId; field in DppManager.DppRequestInfo
H A DSupplicantStaIfaceHal.java3338 Mutable<Integer> bootstrapId = new Mutable<>(-1); in addDppPeerUri() local
3385 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri()