Searched defs:mAllowedClientList (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/ | ||
D | SoftApConfiguration.java | 236 private final List<MacAddress> mAllowedClientList; field in SoftApConfiguration |
/packages/modules/Wifi/service/java/com/android/server/wifi/ | ||
D | SoftApManager.java | 179 private Set<MacAddress> mAllowedClientList = new HashSet<>(); field in SoftApManager |