Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAssocRejectEventInfo.java38 public final MboOceController.MboAssocDisallowedAttr mboAssocDisallowedInfo; field in AssocRejectEventInfo
57 this.mboAssocDisallowedInfo = null; in AssocRejectEventInfo()
70 this.mboAssocDisallowedInfo = new MboOceController.MboAssocDisallowedAttr( in AssocRejectEventInfo()
73 this.mboAssocDisallowedInfo = null; in AssocRejectEventInfo()
94 this.mboAssocDisallowedInfo = new MboOceController.MboAssocDisallowedAttr( in AssocRejectEventInfo()
97 this.mboAssocDisallowedInfo = null; in AssocRejectEventInfo()
117 sb.append(" mboAssocDisallowedInfo: ").append(mboAssocDisallowedInfo); in toString()
DClientModeImpl.java8814 if (assocRejectEventInfo.mboAssocDisallowedInfo != null) { in setAssociationRejectionStatusInConfig()
8816 assocRejectEventInfo.mboAssocDisallowedInfo.mReasonCode); in setAssociationRejectionStatusInConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalHidlImplTest.java1424 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWpa3AuthRejectionPassword()
1464 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWpa3AuthRejectionPassword_1_4()
1500 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWpa3AuthRejectionEverConnected()
1605 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWepAuthRejectionPassword()
1722 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testAssociationRejectionCallback()
3844 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testAssociationRejectionCallback_1_4()
DSupplicantStaIfaceHalAidlImplTest.java1231 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWpa3AuthRejectionPassword()
1268 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWpa3AuthRejectionEverConnected()
1377 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testWepAuthRejectionPassword()
2365 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testAssociationRejectionCallback()
DWifiMonitorTest.java434 assertNull(assocRejectEventInfo.mboAssocDisallowedInfo); in testBroadcastAssociationRejectionEvent()