HomeSort by relevance Sort by last modified time
    Searched full:slottime (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdlcdrv.h 28 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member in struct:hdlcdrv_channel_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 28 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member in struct:hdlcdrv_channel_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 28 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member in struct:hdlcdrv_channel_params
  /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/Ctrl/
CmdBldDb.h 95 TI_UINT8 SlotTime;
CmdBld.c 772 return cmdBld_CfgIeSlotTime (hCmdBld, DB_WLAN(hCmdBld).SlotTime, (void *)cmdBld_ConfigSeq, hCmdBld);
    [all...]
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...]
CmdBldCfg.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [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...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 786 milliseconds