HomeSort by relevance Sort by last modified time
    Searched refs:uRspStatus (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
assocSM.c 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 ? */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
assocSM.c 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 ? */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
assocSM.c 880 TI_UINT16 uRspStatus = *(TI_UINT16*)&(pAssoc->assocRespBuffer[2]);
885 if (uRspStatus)
887 status = assoc_smReportFailure(pAssoc, uRspStatus);
889 else /* (uRspStatus == 0) how did we get here ? */
    [all...]

Completed in 92 milliseconds