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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 423 ESlotTime slotTime;
457 slotTime = PHY_SLOT_TIME_LONG;
459 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11b Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
467 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
469 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d (desired)\n", (TI_UINT8)slotTime);
473 slotTime = PHY_SLOT_TIME_LONG;
475 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d\n", (TI_UINT8) slotTime);
486 slotTime = PHY_SLOT_TIME_SHORT;
488 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11a Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
505 pPrimarySite->currentSlotTime = slotTime;
    [all...]
siteMgr.c 378 ESlotTime slotTime;
432 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
440 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
448 slotTime = PHY_SLOT_TIME_SHORT;
454 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
471 slotTime = PHY_SLOT_TIME_LONG;
488 slotTime = PHY_SLOT_TIME_SHORT;
506 TWD_CfgSlotTime (pSiteMgr->hTWD, slotTime);
607 ESlotTime slotTime;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 269 SlotTime_e slotTime; /* The slot size to be used. refer to SlotTime_enum. */
    [all...]

Completed in 112 milliseconds