Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:uRspStatus

883     TI_UINT16           uRspStatus = *(TI_UINT16*)&(pAssoc->assocRespBuffer[2]);
888 if (uRspStatus)
890 status = assoc_smReportFailure(pAssoc, uRspStatus);
892 else /* (uRspStatus == 0) how did we get here ? */