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