Searched refs:mgmtStatus_e (Results 1 - 19 of 19) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DconnApi.h77 typedef void (*conn_status_callback_t)( TI_HANDLE hObj, mgmtStatus_e status, TI_UINT32 uStatusCode);
104 mgmtStatus_e reason,
115 mgmtStatus_e status,
119 mgmtStatus_e status);
H A Dsme.h76 void sme_ReportConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode);
77 void sme_ReportApConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode);
H A DapConn.h90 void apConn_ConnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, TI_UINT32 uStatusCode);
92 void apConn_DisconnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, TI_UINT32 uStatusCode);
H A Dconn.h58 mgmtStatus_e disAssocEventReason; /* Disassoc reason to be used for upper layer */
84 mgmtStatus_e disConnReasonToAP;
H A DsmePrivate.h51 mgmtStatus_e eMgmtStatus; /* Contains the last DisAssociation reason towards upper layer */
H A DexternalSec.c305 status = conn_reportRsnStatus(pRsn->hConn, (mgmtStatus_e)STATUS_SUCCESSFUL);
309 status = conn_reportRsnStatus(pRsn->hConn, (mgmtStatus_e)STATUS_SECURITY_FAILURE);
H A Dconn.c408 mgmtStatus_e reason,
467 mgmtStatus_e status,
522 mgmtStatus_e status)
H A DapConn.c604 void apConn_ConnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, TI_UINT32 uStatusCode)
1390 void apConn_DisconnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, TI_UINT32 uStatusCode)
1815 (mgmtStatus_e)pAPConnection->deauthPacketReasonCode,
2393 mgmtStatus_e mgmtStatus = ( pAPConnection->APDisconnect.bDeAuthenticate ? STATUS_AP_DEAUTHENTICATE : STATUS_AP_DISASSOCIATE );
H A Dsme.c808 void sme_ReportConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode)
875 void sme_ReportApConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode)
H A DmainKeysSm.c957 conn_reportRsnStatus(pMainKeys->hConn, (mgmtStatus_e)STATUS_SECURITY_FAILURE);
H A Drsn.c1277 status = conn_reportRsnStatus (pRsn->hConn, (mgmtStatus_e)rsnStatus);
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DauthSm.h101 TI_STATUS auth_stop(TI_HANDLE hpAuth, TI_BOOL sendDeAuth, mgmtStatus_e reason );
H A DmlmeSm.h90 mgmtStatus_e mgmtStatus;
103 mgmtStatus_e disConnReason;
H A DscanResultTable.h131 mgmtStatus_e failStatus;
H A DauthSm.c298 TI_STATUS auth_stop(TI_HANDLE hAuth, TI_BOOL sendDeAuth, mgmtStatus_e reason )
H A DmlmeApi.h271 TI_STATUS mlme_stop(TI_HANDLE hMlme, DisconnectType_e disConnType, mgmtStatus_e reason);
H A DmlmeSm.c409 TI_STATUS mlme_stop(TI_HANDLE hMlme, DisconnectType_e disConnType, mgmtStatus_e reason)
H A DassocSM.c129 TI_STATUS assoc_sendDisAssoc(assoc_t *pAssocSm, mgmtStatus_e reason);
1613 TI_STATUS assoc_sendDisAssoc(assoc_t *pAssocSm, mgmtStatus_e reason)
/hardware/ti/wlan/wl1271/utils/
H A D802_11Defs.h1198 } mgmtStatus_e; typedef in typeref:enum:__anon3189

Completed in 533 milliseconds