HomeSort by relevance Sort by last modified time
    Searched refs:PREAMBLE_SHORT (Results 1 - 25 of 30) sorted by null

1 2

  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
whalDefaultParams.h 310 PREAMBLE_SHORT = 1,
coreDefaultParams.h 114 #define SITE_MGR_PREAMBLE_TYPE_DEF PREAMBLE_SHORT
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 276 if ((pSiteMgr->pDesiredParams->siteMgrDesiredPreambleType == PREAMBLE_SHORT))
535 if ((pSiteMgr->pDesiredParams->siteMgrDesiredPreambleType == PREAMBLE_SHORT) &&
536 (pPrimarySite->currentPreambleType == PREAMBLE_SHORT))
537 pParam->content.ctrlDataCurrentPreambleType = PREAMBLE_SHORT;
siteMgr.c     [all...]
assocSM.c 1108 if (param.content.siteMgrCurrentPreambleType == PREAMBLE_SHORT)
    [all...]
scanResultTable.c 100 #define UPDATE_PREAMBLE(pSite, pFrame) { (pSite)->currentPreambleType = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PREAMBLE_SHIFT) & CAP_PREAMBLE_MASK) ? PREAMBLE_SHORT : PREAMBLE_LONG; \
    [all...]
mlmeParser.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
systemConfig.c 274 if ((pSiteMgr->pDesiredParams->siteMgrDesiredPreambleType == PREAMBLE_SHORT))
529 if ((pSiteMgr->pDesiredParams->siteMgrDesiredPreambleType == PREAMBLE_SHORT) &&
530 (pPrimarySite->currentPreambleType == PREAMBLE_SHORT))
531 pParam->content.ctrlDataCurrentPreambleType = PREAMBLE_SHORT;
siteMgr.c     [all...]
scanResultTable.c 107 #define UPDATE_PREAMBLE(pSite, pFrame) { (pSite)->currentPreambleType = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PREAMBLE_SHIFT) & CAP_PREAMBLE_MASK) ? PREAMBLE_SHORT : PREAMBLE_LONG; \
    [all...]
assocSM.c 1099 if (param.content.siteMgrCurrentPreambleType == PREAMBLE_SHORT)
    [all...]
mlmeParser.c     [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 510 if (pSiteEntry->currentPreambleType == PREAMBLE_SHORT)
520 else if(pSiteEntry->barkerPreambleType == PREAMBLE_SHORT)
774 if (pCurrentSiteTable->siteTable[i].currentPreambleType == PREAMBLE_SHORT)
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
siteMgrDebug.c 493 if (pSiteEntry->currentPreambleType == PREAMBLE_SHORT)
503 else if(pSiteEntry->barkerPreambleType == PREAMBLE_SHORT)
743 if (pCurrentSiteTable->siteTable[i].currentPreambleType == PREAMBLE_SHORT)
978 if (pSiteMgr->pDesiredParams->siteMgrDesiredPreambleType == PREAMBLE_SHORT)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c     [all...]
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
coreDefaultParams.h 103 #define SITE_MGR_PREAMBLE_TYPE_DEF PREAMBLE_SHORT
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
coreDefaultParams.h 103 #define SITE_MGR_PREAMBLE_TYPE_DEF PREAMBLE_SHORT
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 511 pParamInfo->content.ctrlDataCurrentPreambleType != PREAMBLE_SHORT )
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.c 511 pParamInfo->content.ctrlDataCurrentPreambleType != PREAMBLE_SHORT )
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
assocSM.c 1215 if (param.content.siteMgrCurrentPreambleType == PREAMBLE_SHORT)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Ctrl.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c     [all...]

Completed in 266 milliseconds

1 2