Searched refs:maxNumOfTdlsSessions (Results 1 – 1 of 1) sorted by relevance
4751 AtomicInteger maxNumOfTdlsSessions = new AtomicInteger(0); in testGetMaxSupportedConcurrentTdlsSessions() local4755 maxNumOfTdlsSessions.set(maxNumOfTdlsSessionsLocal); in testGetMaxSupportedConcurrentTdlsSessions()4764 assertTrue(maxNumOfTdlsSessions.get() == -1 || maxNumOfTdlsSessions.get() > 0); in testGetMaxSupportedConcurrentTdlsSessions()