Searched refs:allowedClientIterator (Results 1 – 1 of 1) sorted by relevance
1644 Iterator<WifiClient> allowedClientIterator = allowedConnectedList.iterator(); in updateClientConnection() local1645 while (allowedClientIterator.hasNext()) { in updateClientConnection()1647 WifiClient allowedClient = allowedClientIterator.next(); in updateClientConnection()