Home | History | Annotate | Download | only in Assoc

Lines Matching refs:uRspStatus

1003 	UINT16			uRspStatus = *(UINT16*)&(pAssoc->assocRespBuffer[2]);
1008 if (uRspStatus)
1010 status = assoc_smReportFailure(pAssoc, uRspStatus);
1012 else /* (uRspStatus == 0) how did we get here ? */