Home
last modified time | relevance | path

Searched refs:CONNECT_TO_HOSTAPD_RETRY_TIMES (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1537 private static final int CONNECT_TO_HOSTAPD_RETRY_TIMES = 50; field in WifiNative
1555 while (!connected && connectTries++ < CONNECT_TO_HOSTAPD_RETRY_TIMES) { in startAndWaitForHostapdConnection()