Searched refs:allowedConnectedList (Results 1 – 1 of 1) sorted by relevance
1623 List<WifiClient> allowedConnectedList = new ArrayList<>(); in updateClientConnection() local1639 allowedConnectedList.add(client); in updateClientConnection()1644 Iterator<WifiClient> allowedClientIterator = allowedConnectedList.iterator(); in updateClientConnection()