Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfiguration.java207 private final List<MacAddress> mAllowedClientList; field in SoftApConfiguration
586 private List<MacAddress> mAllowedClientList; field in SoftApConfiguration.Builder
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java133 private Set<MacAddress> mAllowedClientList = new HashSet<>(); field in SoftApManager