Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java236 private final List<MacAddress> mAllowedClientList; field in SoftApConfiguration
868 private List<MacAddress> mAllowedClientList; field in SoftApConfiguration.Builder
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java179 private Set<MacAddress> mAllowedClientList = new HashSet<>(); field in SoftApManager