Searched refs:REASON_AP_UNABLE_TO_HANDLE_NEW_STA (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiBlocklistMonitorTest.java | 73 Map.entry(WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, 1), 127 WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA)); in setup() 190 WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, TEST_GOOD_RSSI); in verifyAddTestBssidToBlocklist() 198 TEST_SSID_1, WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, in verifyAddMultipleBssidsToBlocklist() 202 TEST_SSID_1, WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, in verifyAddMultipleBssidsToBlocklist() 205 TEST_SSID_2, WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, in verifyAddMultipleBssidsToBlocklist() 317 int failureReason = WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA; in testIgnoreIfOnlyBssidNotApplicableForSomeFailures() 512 WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA); in testNetworkConnectionResetsBlocklistStreak() 725 TEST_SSID_1, WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, in testMostRecentBlocklistEntriesAreSentToFirmware() 946 WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA, TEST_GOOD_RSSI); in testGetFailureReasonsForSsid() [all …]
|
H A D | WifiScoreCardTest.java | 902 WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA); in makeApUnableToHandleNewStaExample()
|
H A D | ClientModeImplTest.java | 3701 eq(TEST_SSID), eq(WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA), in testAssociationRejectionWithReasonApUnableToHandleNewStaUpdatesWatchdog() 3722 eq(TEST_SSID), eq(WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA), in testAssociationRejectionWithReasonDeniedInsufficientBandwidth()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | MetricsUtils.java | 228 case WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA: in convertBssidBlocklistReasonToWifiProtoEnum() 229 return NetworkDisableReason.REASON_AP_UNABLE_TO_HANDLE_NEW_STA; in convertBssidBlocklistReasonToWifiProtoEnum()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiBlocklistMonitor.java | 61 public static final int REASON_AP_UNABLE_TO_HANDLE_NEW_STA = 0; field in WifiBlocklistMonitor 91 REASON_AP_UNABLE_TO_HANDLE_NEW_STA, 150 result.put(REASON_AP_UNABLE_TO_HANDLE_NEW_STA, new BssidDisableReason( in buildBssidDisableReasons() 345 FAILURE_COUNT_DISABLE_THRESHOLD[REASON_AP_UNABLE_TO_HANDLE_NEW_STA] = in getFailureThresholdForReason() 463 mWifiScoreCard.resetBssidBlocklistStreak(ssid, bssid, REASON_AP_UNABLE_TO_HANDLE_NEW_STA); in handleBssidConnectionSuccess() 486 status.failureCount[REASON_AP_UNABLE_TO_HANDLE_NEW_STA] = 0; in handleBssidConnectionSuccess()
|
H A D | WifiScoreCard.java | 1136 case WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA: in updateEventStats()
|
H A D | ClientModeImpl.java | 2943 return WifiBlocklistMonitor.REASON_AP_UNABLE_TO_HANDLE_NEW_STA;
|
/aosp12/packages/modules/Wifi/service/proto/src/ |
H A D | metrics.proto | 3639 REASON_AP_UNABLE_TO_HANDLE_NEW_STA = 1; enumerator
|