Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java2679 RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA,
2706 public static final int RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA = 17; field in WifiConfiguration
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java6511 WifiConfiguration.RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA); in testRecentFailureAssociationStatusCount()
6513 WifiConfiguration.RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA); in testRecentFailureAssociationStatusCount()
6524 buildInt32Count(WifiConfiguration.RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA, in testRecentFailureAssociationStatusCount()
DClientModeImplTest.java2721 eq(WifiConfiguration.RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA)); in testExtraFailureReason_ApIsBusy()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt387 … field @Deprecated public static final int RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA = 17; // 0x11
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java6712 reason = WifiConfiguration.RECENT_FAILURE_AP_UNABLE_TO_HANDLE_NEW_STA;