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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
WlanDrvCommon.h 100 TI_UINT32 uLinkSpeed;
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
WlanDrvCommon.h 98 TI_UINT32 uLinkSpeed;
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 555 drv->tCommon.uLinkSpeed = (*(TI_UINT32*)pData->uBuffer * 10000) / 2;
556 ti_nodprintf(TIWLAN_LOG_INFO, "\n Link Speed = 0x%08x \n",drv->tCommon.uLinkSpeed);
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 551 drv->tCommon.uLinkSpeed = (*(TI_UINT32*)pData->uBuffer * 10000) / 2;
552 ti_nodprintf(TIWLAN_LOG_INFO, "\n Link Speed = 0x%08x \n",drv->tCommon.uLinkSpeed);

Completed in 44 milliseconds