Searched refs:assocRejectData (Results 1 – 7 of 7) sorted by relevance
61 .ISupplicantStaIfaceCallback.AssociationRejectionData assocRejectData) { in AssocRejectEventInfo() argument62 String ssid = WifiSsid.fromBytes(NativeUtil.byteArrayFromArrayList(assocRejectData.ssid)) in AssocRejectEventInfo()64 String bssid = NativeUtil.macAddressFromByteArray(assocRejectData.bssid); in AssocRejectEventInfo()67 this.statusCode = assocRejectData.statusCode; in AssocRejectEventInfo()68 this.timedOut = assocRejectData.timedOut; in AssocRejectEventInfo()69 if (assocRejectData.isMboAssocDisallowedReasonCodePresent) { in AssocRejectEventInfo()71 assocRejectData.mboAssocDisallowedReason); in AssocRejectEventInfo()75 if (assocRejectData.isOceRssiBasedAssocRejectAttrPresent) { in AssocRejectEventInfo()78 assocRejectData.oceRssiBasedAssocRejectData.deltaRssi, in AssocRejectEventInfo()79 assocRejectData.oceRssiBasedAssocRejectData.retryDelayS); in AssocRejectEventInfo()[all …]
378 .ISupplicantStaIfaceCallback.AssociationRejectionData assocRejectData) { in onAssociationRejected() argument379 assocRejectData.statusCode = halToFrameworkStatusCode(assocRejectData.statusCode); in onAssociationRejected()380 assocRejectData.mboAssocDisallowedReason = halToFrameworkMboAssocDisallowedReasonCode( in onAssociationRejected()381 assocRejectData.mboAssocDisallowedReason); in onAssociationRejected()382 assocRejectData.ssid = NativeUtil.byteArrayToArrayList( in onAssociationRejected()384 WifiSsid.fromBytes(NativeUtil.byteArrayFromArrayList(assocRejectData.ssid)), in onAssociationRejected()386 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo(assocRejectData); in onAssociationRejected()
419 public void onAssociationRejected(AssociationRejectionData assocRejectData) { in onAssociationRejected() argument422 assocRejectData.statusCode = halToFrameworkStatusCode(assocRejectData.statusCode); in onAssociationRejected()423 assocRejectData.mboAssocDisallowedReason = halToFrameworkMboAssocDisallowedReasonCode( in onAssociationRejected()424 assocRejectData.mboAssocDisallowedReason); in onAssociationRejected()425 assocRejectData.ssid = mSsidTranslator.getTranslatedSsidForStaIface( in onAssociationRejected()426 WifiSsid.fromBytes(assocRejectData.ssid), mIfaceName).getBytes(); in onAssociationRejected()427 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo(assocRejectData); in onAssociationRejected()
114 public void onAssociationRejected_1_4(AssociationRejectionData assocRejectData) { in onAssociationRejected_1_4() argument117 mCallbackV10.onAssociationRejected(assocRejectData); in onAssociationRejected_1_4()
2338 AssociationRejectionData assocRejectData = new AssociationRejectionData(); in testAssociationRejectionCallback() local2339 assocRejectData.ssid = NativeUtil.byteArrayFromArrayList( in testAssociationRejectionCallback()2341 assocRejectData.bssid = NativeUtil.macAddressToByteArray(BSSID); in testAssociationRejectionCallback()2342 assocRejectData.statusCode = 5; in testAssociationRejectionCallback()2343 assocRejectData.isOceRssiBasedAssocRejectAttrPresent = true; in testAssociationRejectionCallback()2344 assocRejectData.oceRssiBasedAssocRejectData = new OceRssiBasedAssocRejectAttr(); in testAssociationRejectionCallback()2345 assocRejectData.oceRssiBasedAssocRejectData.retryDelayS = 10; in testAssociationRejectionCallback()2346 assocRejectData.oceRssiBasedAssocRejectData.deltaRssi = 20; in testAssociationRejectionCallback()2347 mISupplicantStaIfaceCallback.onAssociationRejected(assocRejectData); in testAssociationRejectionCallback()2358 assocRejectData.statusCode), assocRejectEventInfo.statusCode); in testAssociationRejectionCallback()[all …]
3818 AssociationRejectionData assocRejectData = new AssociationRejectionData(); in testAssociationRejectionCallback_1_4() local3819 assocRejectData.ssid = NativeUtil.decodeSsid(SUPPLICANT_SSID); in testAssociationRejectionCallback_1_4()3820 assocRejectData.bssid = NativeUtil.macAddressToByteArray(BSSID); in testAssociationRejectionCallback_1_4()3821 assocRejectData.statusCode = 5; in testAssociationRejectionCallback_1_4()3822 assocRejectData.isOceRssiBasedAssocRejectAttrPresent = true; in testAssociationRejectionCallback_1_4()3823 assocRejectData.oceRssiBasedAssocRejectData.retryDelayS = 10; in testAssociationRejectionCallback_1_4()3824 assocRejectData.oceRssiBasedAssocRejectData.deltaRssi = 20; in testAssociationRejectionCallback_1_4()3825 mISupplicantStaIfaceCallbackV14.onAssociationRejected_1_4(assocRejectData); in testAssociationRejectionCallback_1_4()3837 assocRejectData.statusCode), assocRejectEventInfo.statusCode); in testAssociationRejectionCallback_1_4()3840 assertEquals(assocRejectData.oceRssiBasedAssocRejectData.retryDelayS, in testAssociationRejectionCallback_1_4()[all …]
4938 AssociationRejectionData assocRejectData = new AssociationRejectionData(); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus() local4939 assocRejectData.ssid = NativeUtil.decodeSsid(TEST_SSID); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4940 assocRejectData.bssid = NativeUtil.macAddressToByteArray(TEST_BSSID_STR); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4941 assocRejectData.statusCode = in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4943 assocRejectData.isOceRssiBasedAssocRejectAttrPresent = true; in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4944 assocRejectData.oceRssiBasedAssocRejectData.retryDelayS = 10; in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4945 assocRejectData.oceRssiBasedAssocRejectData.deltaRssi = 20; in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4948 new AssocRejectEventInfo(assocRejectData)); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()4963 AssociationRejectionData assocRejectData = new AssociationRejectionData(); in testMboAssocDisallowedIndInAssocRejectUpdatesRecentAssociationFailureStatus() local4964 assocRejectData.ssid = NativeUtil.decodeSsid(TEST_SSID); in testMboAssocDisallowedIndInAssocRejectUpdatesRecentAssociationFailureStatus()[all …]