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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
MsduList.c 475 mem_MSDU_T* tmpMSDU;
480 tmpMSDU = this->first;
481 while (++i, tmpMSDU != NULL)
483 WLAN_OS_REPORT(("tmpMSDU %d = %X handle=%d tmpMSDU->nextMSDU=%X\n", i, tmpMSDU, tmpMSDU->handle, tmpMSDU->nextMSDUinList));
484 tmpMSDU = tmpMSDU->nextMSDUinList
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
memMngrEx.c     [all...]

Completed in 549 milliseconds