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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 457 slotTime = PHY_SLOT_TIME_LONG;
473 slotTime = PHY_SLOT_TIME_LONG;
siteMgr.c 122 #define UPDATE_SLOT_TIME(pSite, pFrameInfo) pSite->newSlotTime = ((pFrameInfo->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
471 slotTime = PHY_SLOT_TIME_LONG;
    [all...]
scanResultTable.c 60 #define UPDATE_SLOT_TIME(pSite, pFrame) pSite->newSlotTime = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
    [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 535 PHY_SLOT_TIME_LONG = 0, /**< Long PHY Slot Time */
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 157 milliseconds