Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:rsnStatus

640 TI_STATUS rsn_getParamEncryptionStatus(TI_HANDLE hRsn, ECipherSuite *rsnStatus)
645 if ( (NULL == pRsn) || (NULL == rsnStatus) )
649 status = pRsn->pAdmCtrl->getCipherSuite(pRsn->pAdmCtrl, rsnStatus);
1217 TI_STATUS rsn_reportStatus (rsn_t *pRsn, TI_STATUS rsnStatus)
1228 if (rsnStatus == TI_OK)
1275 rsnStatus = (TI_STATUS)STATUS_SECURITY_FAILURE;
1277 status = conn_reportRsnStatus (pRsn->hConn, (mgmtStatus_e)rsnStatus);
1284 if (rsnStatus == TI_OK)