Home
last modified time | relevance | path

Searched refs:AssocRejectEventInfo (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DAssocRejectEventInfo.java29 public class AssocRejectEventInfo { class
37 public AssocRejectEventInfo(@NonNull String ssid, @NonNull String bssid, int statusCode, in AssocRejectEventInfo() method in AssocRejectEventInfo
47 public AssocRejectEventInfo(AssociationRejectionData assocRejectData) { in AssocRejectEventInfo() method in AssocRejectEventInfo
H A DSupplicantStaIfaceCallbackImpl.java300 private void handleAssocRejectEvent(AssocRejectEventInfo assocRejectInfo) { in handleAssocRejectEvent()
341 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo(assocRejectData); in onAssociationRejected()
348 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo( in onAssociationRejected()
H A DWifiMonitor.java510 AssocRejectEventInfo assocRejectInfo) { in broadcastAssociationRejectionEvent()
H A DClientModeImpl.java1722 sb.append(" ").append((AssocRejectEventInfo) msg.obj);
4534 AssocRejectEventInfo assocRejectEventInfo = (AssocRejectEventInfo) message.obj;
6706 AssocRejectEventInfo assocRejectEventInfo) {
H A DWifiMetrics.java5346 AssocRejectEventInfo assocRejectEventInfo = (AssocRejectEventInfo) msg.obj; in processMessage()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1253 ArgumentCaptor<AssocRejectEventInfo> assocRejectEventInfoCaptor = in testWpa3AuthRejectionPassword()
1254 ArgumentCaptor.forClass(AssocRejectEventInfo.class); in testWpa3AuthRejectionPassword()
1257 AssocRejectEventInfo assocRejectEventInfo = in testWpa3AuthRejectionPassword()
1289 ArgumentCaptor<AssocRejectEventInfo> assocRejectEventInfoCaptor = in testWepAuthRejectionPassword()
1290 ArgumentCaptor.forClass(AssocRejectEventInfo.class); in testWepAuthRejectionPassword()
1293 AssocRejectEventInfo assocRejectEventInfo = in testWepAuthRejectionPassword()
1382 ArgumentCaptor<AssocRejectEventInfo> assocRejectEventInfoCaptor = in testAssociationRejectionCallback()
1383 ArgumentCaptor.forClass(AssocRejectEventInfo.class); in testAssociationRejectionCallback()
1386 AssocRejectEventInfo assocRejectEventInfo = in testAssociationRejectionCallback()
3433 ArgumentCaptor.forClass(AssocRejectEventInfo.class); in testAssociationRejectionCallback_1_4()
[all …]
H A DWifiMonitorTest.java398 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo( in testBroadcastAssociationRejectionEvent()
408 AssocRejectEventInfo assocRejectEventInfo = in testBroadcastAssociationRejectionEvent()
409 (AssocRejectEventInfo) messageCaptor.getValue().obj; in testBroadcastAssociationRejectionEvent()
H A DClientModeImplTest.java1758 new AssocRejectEventInfo(mConnectedNetwork.SSID, TEST_BSSID_STR, in connectAfterAssociationRejection()
2716 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, in testExtraFailureReason_ApIsBusy()
3382 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, in testReportConnectionEventIsCalledAfterAssociationFailure()
3500 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, 0, true)); in testNotifiesWifiBlocklistMonitorLowRssi()
3525 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, in testAssocRejectedTemporarilyUpdatesRecentAssociationFailureStatus()
3589 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, in testAssocRejectedPoorChannelConditionsUpdatesRecentAssociationFailureStatus()
3653 new AssocRejectEventInfo(assocRejectData)); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()
3678 new AssocRejectEventInfo(assocRejectData)); in testMboAssocDisallowedIndInAssocRejectUpdatesRecentAssociationFailureStatus()
3695 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, in testAssociationRejectionWithReasonApUnableToHandleNewStaUpdatesWatchdog()
3738 new AssocRejectEventInfo(TEST_SSID, TEST_BSSID_STR, 0, false)); in testAssociationRejectionUpdatesWatchdog()
[all …]
H A DWifiMetricsTest.java2616 new AssocRejectEventInfo(sSSID, sBSSID, ASSOC_STATUS, ASSOC_TIMEOUT),
/aosp12/packages/modules/Wifi/service/tests/wifitests/
H A DAndroid.bp99 "com.android.server.wifi.AssocRejectEventInfo",
100 "com.android.server.wifi.AssocRejectEventInfo$*",
101 "com.android.server.wifi.AssocRejectEventInfo.**",