Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:rsnStatus

627 TI_STATUS rsn_getParamEncryptionStatus(TI_HANDLE hRsn, ECipherSuite *rsnStatus)
632 if ( (NULL == pRsn) || (NULL == rsnStatus) )
636 status = pRsn->pAdmCtrl->getCipherSuite(pRsn->pAdmCtrl, rsnStatus);
1137 TI_STATUS rsn_reportStatus (rsn_t *pRsn, TI_STATUS rsnStatus)
1148 if (rsnStatus == TI_OK)
1190 rsnStatus = (TI_STATUS)STATUS_SECURITY_FAILURE;
1192 status = conn_reportRsnStatus (pRsn->hConn, (mgmtStatus_e)rsnStatus);
1199 if (rsnStatus == TI_OK)