Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java1524 WifiConnectivityManager.REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA); in blacklistNetworkImmediatelyIfApHasNoCapacityForNewStation()
1546 WifiConnectivityManager.REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA); in verifyBlacklistRefreshedAfterScanResults()
1591 WifiConnectivityManager.REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA); in clearBssidBlacklistWhenExitingWifiClientMode()
1624 WifiConnectivityManager.REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA); in clearBssidBlacklistWhenPreparingForForcedConnection()
1658 WifiConnectivityManager.REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA); in trimDownBssidBlacklistForFirmware()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java206 public static final int REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA = 17; field in WifiConnectivityManager
1314 || reasonCode == REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA) { in updateBssidBlacklist()