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