Searched defs:mAllowedClientList (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/ | ||
D | SoftApConfiguration.java | 207 private final List<MacAddress> mAllowedClientList; field in SoftApConfiguration |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ | ||
D | SoftApManager.java | 133 private Set<MacAddress> mAllowedClientList = new HashSet<>(); field in SoftApManager |