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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.h 80 EModulationType probeModulation;
systemConfig.c 222 pSite->beaconModulation = pSite->probeModulation;
514 if(pPrimarySite->probeModulation != DRV_MODULATION_NONE)
515 pSiteMgr->chosenModulation = pPrimarySite->probeModulation;
scanResultTable.c 93 #define UPDATE_PROBE_MODULATION(pSite, pFrame) pSite->probeModulation = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PBCC_SHIFT) & CAP_PBCC_MASK) ? DRV_MODULATION_PBCC : DRV_MODULATION_CCK
    [all...]
siteMgr.c 169 #define UPDATE_PROBE_MODULATION(pSite, pFrameInfo) pSite->probeModulation = ((pFrameInfo->content.iePacket.capabilities >> CAP_PBCC_SHIFT) & CAP_PBCC_MASK) ? DRV_MODULATION_PBCC : DRV_MODULATION_CCK
    [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 481 if (pSiteEntry->probeModulation == DRV_MODULATION_QPSK)
483 else if (pSiteEntry->probeModulation == DRV_MODULATION_CCK)
485 else if (pSiteEntry->probeModulation == DRV_MODULATION_PBCC)
487 else if (pSiteEntry->probeModulation == DRV_MODULATION_OFDM)
490 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pSiteEntry->probeModulation));
749 if (pCurrentSiteTable->siteTable[i].probeModulation == DRV_MODULATION_QPSK)
751 else if (pCurrentSiteTable->siteTable[i].probeModulation == DRV_MODULATION_CCK)
753 else if (pCurrentSiteTable->siteTable[i].probeModulation == DRV_MODULATION_PBCC)
756 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].probeModulation));
    [all...]

Completed in 399 milliseconds