Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:connType

187 	pConn->connType			   = CONN_TYPE_FIRST_CONN;
267 pConn->currentConnType = pParam->content.connType;
268 switch (pParam->content.connType)
278 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set connection type, type is not valid, %d\n\n", pParam->content.connType);
319 pParam->content.connType = pConn->currentConnType;
348 EConnType connType,
360 pConn->connType = connType;
494 if( pConn->connType == CONN_TYPE_ROAM )
496 else /* connType == CONN_TYPE_ESS */
499 TRACE4(pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_reportMlmeStatus, disAssocEventReason %d, disAssocEventStatusCode = %d, connType=%d, disConnType=%d \n", pConn->smContext.disAssocEventReason, pConn->smContext.disAssocEventStatusCode, pConn->connType, pConn->disConnType);
551 if( pConn->connType == CONN_TYPE_ROAM )
553 else /* connType == CONN_TYPE_ESS */
556 TRACE3(pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_reportRsnStatus, disAssocEventReason %d, connType=%d, disConnType=%d \n\n", pConn->smContext.disAssocEventReason, pConn->connType, pConn->disConnType);