HomeSort by relevance Sort by last modified time
    Searched refs:slotTime (Results 1 - 13 of 13) 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...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
systemConfig.c 417 ESlotTime slotTime;
451 slotTime = PHY_SLOT_TIME_LONG;
453 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11b Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
461 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
463 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d (desired)\n", (TI_UINT8)slotTime);
467 slotTime = PHY_SLOT_TIME_LONG;
469 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d\n", (TI_UINT8) slotTime);
480 slotTime = PHY_SLOT_TIME_SHORT;
482 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11a Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
499 pPrimarySite->currentSlotTime = slotTime;
    [all...]
siteMgr.c 367 ESlotTime slotTime;
421 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
429 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
437 slotTime = PHY_SLOT_TIME_SHORT;
443 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
460 slotTime = PHY_SLOT_TIME_LONG;
477 slotTime = PHY_SLOT_TIME_SHORT;
495 TWD_CfgSlotTime (pSiteMgr->hTWD, slotTime);
596 ESlotTime slotTime;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c     [all...]
siteMgr.c 404 slotTime_e slotTime;
520 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
528 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
536 slotTime = PHY_SLOT_TIME_SHORT;
542 slotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime;
559 slotTime = PHY_SLOT_TIME_LONG;
575 slotTime = PHY_SLOT_TIME_SHORT;
593 whalCtrl_SetSlotTime(pSiteMgr->hHalCtrl, slotTime);
667 slotTime_e slotTime;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwCtrl.c     [all...]
whalHwMboxConfig.c 323 pCfg->slotTime = *apSlotTime;
327 ("%s: Sending info elem to firmware, Slot Time = %d\n", __FUNCTION__, (UINT8)pCfg->slotTime));
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.c 114 pCfg->slotTime = apSlotTime;
116 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, ": Sending info elem to firmware, Slot Time = %d\n", (TI_UINT8)pCfg->slotTime);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfgIE.c 114 pCfg->slotTime = apSlotTime;
116 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, ": Sending info elem to firmware, Slot Time = %d\n", (TI_UINT8)pCfg->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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 311 SlotTime_e slotTime; /* The slot size to be used. refer to SlotTime_enum. */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h 270 SlotTime_e slotTime; /* The slot size to be used. refer to SlotTime_enum. */
    [all...]

Completed in 257 milliseconds