Home
last modified time | relevance | path

Searched refs:assocRejectInfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackImpl.java300 private void handleAssocRejectEvent(AssocRejectEventInfo assocRejectInfo) { in handleAssocRejectEvent() argument
305 if (!assocRejectInfo.timedOut) { in handleAssocRejectEvent()
315 if (assocRejectInfo.statusCode == StatusCode.UNSPECIFIED_FAILURE) { in handleAssocRejectEvent()
324 } else if (assocRejectInfo.statusCode == StatusCode.CHALLENGE_FAIL in handleAssocRejectEvent()
335 mWifiMonitor.broadcastAssociationRejectionEvent(mIfaceName, assocRejectInfo); in handleAssocRejectEvent()
341 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo(assocRejectData); in onAssociationRejected() local
342 handleAssocRejectEvent(assocRejectInfo); in onAssociationRejected()
348 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo( in onAssociationRejected() local
352 handleAssocRejectEvent(assocRejectInfo); in onAssociationRejected()
DWifiMonitor.java510 AssocRejectEventInfo assocRejectInfo) { in broadcastAssociationRejectionEvent() argument
511 sendMessage(iface, ASSOCIATION_REJECTION_EVENT, assocRejectInfo); in broadcastAssociationRejectionEvent()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java398 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo( in testBroadcastAssociationRejectionEvent() local
402 mWifiMonitor.broadcastAssociationRejectionEvent(WLAN_IFACE_NAME, assocRejectInfo); in testBroadcastAssociationRejectionEvent()