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

  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 266 static TI_UINT8 aMsg[2000];
272 aMsg[i] = i;
275 mlmeBuilder_sendFrame(tmp_hMlme, eMsgType, aMsg, packetLength, 0);
  /system/wlan/ti/wilink_6_1/Test/
fwdriverdebug.c 266 static TI_UINT8 aMsg[2000];
272 aMsg[i] = i;
275 mlmeBuilder_sendFrame(tmp_hMlme, eMsgType, aMsg, packetLength, 0);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 830 TI_UINT8 aMsg[TRACE_MSG_MAX_LENGTH] = {0};
831 TTraceMsg *pMsgHdr = (TTraceMsg *)&aMsg[0];
832 TI_UINT8 *pMsgData = &aMsg[0] + sizeof(TTraceMsg);
923 SendLoggerData(OsContext, aMsg, (TI_UINT16)uMsgLen);
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 826 TI_UINT8 aMsg[TRACE_MSG_MAX_LENGTH] = {0};
827 TTraceMsg *pMsgHdr = (TTraceMsg *)&aMsg[0];
828 TI_UINT8 *pMsgData = &aMsg[0] + sizeof(TTraceMsg);
919 SendLoggerData(OsContext, aMsg, (TI_UINT16)uMsgLen);

Completed in 107 milliseconds