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/service/java/com/android/server/wifi/
DClientModeImpl.java172 protected static final int REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA = 17; field in ClientModeImpl
3876 if (reasonCode == REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA) {
3887 if (reasonCode != REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java3177 ClientModeImpl.REASON_CODE_AP_UNABLE_TO_HANDLE_NEW_STA, sBSSID); in testAssociationRejectionWithReasonApUnableToHandleNewStaUpdatesWatchdog()