Searched refs:assocRejectInfo (Results 1 – 3 of 3) sorted by relevance
300 private void handleAssocRejectEvent(AssocRejectEventInfo assocRejectInfo) { in handleAssocRejectEvent() argument305 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() local342 handleAssocRejectEvent(assocRejectInfo); in onAssociationRejected()348 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo( in onAssociationRejected() local352 handleAssocRejectEvent(assocRejectInfo); in onAssociationRejected()
510 AssocRejectEventInfo assocRejectInfo) { in broadcastAssociationRejectionEvent() argument511 sendMessage(iface, ASSOCIATION_REJECTION_EVENT, assocRejectInfo); in broadcastAssociationRejectionEvent()
398 AssocRejectEventInfo assocRejectInfo = new AssocRejectEventInfo( in testBroadcastAssociationRejectionEvent() local402 mWifiMonitor.broadcastAssociationRejectionEvent(WLAN_IFACE_NAME, assocRejectInfo); in testBroadcastAssociationRejectionEvent()