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