Home
last modified time | relevance | path

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

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