Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlImpl.java681 case StatusCode.AP_UNABLE_TO_HANDLE_NEW_STA: in halToFrameworkStatusCode()
682 return SupplicantStaIfaceHal.StaIfaceStatusCode.AP_UNABLE_TO_HANDLE_NEW_STA; in halToFrameworkStatusCode()
DSupplicantStaIfaceHal.java330 public static final int AP_UNABLE_TO_HANDLE_NEW_STA = 17; field in SupplicantStaIfaceHal.StaIfaceStatusCode
444 case AP_UNABLE_TO_HANDLE_NEW_STA: in toString()
DSupplicantStaIfaceCallbackAidlImpl.java1016 case StaIfaceStatusCode.AP_UNABLE_TO_HANDLE_NEW_STA: in halToFrameworkStatusCode()
1017 return SupplicantStaIfaceHal.StaIfaceStatusCode.AP_UNABLE_TO_HANDLE_NEW_STA; in halToFrameworkStatusCode()
DClientModeImpl.java6168 if (statusCode == StaIfaceStatusCode.AP_UNABLE_TO_HANDLE_NEW_STA in processMessageImpl()
8799 case StaIfaceStatusCode.AP_UNABLE_TO_HANDLE_NEW_STA: in setAssociationRejectionStatusInConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java2537 ISupplicantStaIfaceCallback.StatusCode.AP_UNABLE_TO_HANDLE_NEW_STA, false)); in connectAfterAssociationRejection()
3703 ISupplicantStaIfaceCallback.StatusCode.AP_UNABLE_TO_HANDLE_NEW_STA, in testExtraFailureReason_ApIsBusy()
4564 ISupplicantStaIfaceCallback.StatusCode.AP_UNABLE_TO_HANDLE_NEW_STA, false)); in testReportConnectionEventIsCalledAfterAssociationFailure()
4991 ISupplicantStaIfaceCallback.StatusCode.AP_UNABLE_TO_HANDLE_NEW_STA, false)); in testAssociationRejectionWithReasonApUnableToHandleNewStaUpdatesWatchdog()