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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
RateAdaptation.h 64 modulationType_e modulation; member in struct:__anon13542
142 modulationType_e modulation,
153 modulationType_e modulation,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 55 modulationType_e modulation,
330 * DESCRIPTION: get current state - Rate and Modulation
352 * DESCRIPTION: get current Modulation
356 return pRateAdaptation->RatesMap[pRateAdaptation->currRateIndex].modulation;
378 modulationType_e modulation,
426 /* update modulation parameter */
427 pRateAdaptation->RatesMap[index].modulation = setModulationForRate(pRateAdaptation,
429 modulation,bssType);
442 pRateAdaptation->RatesMap[index].modulation = setModulationForRate(pRateAdaptation,
444 modulation,bssType)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.c 842 UINT32 *pTxRate, modulationType_e *modulation, BOOL dot11a)
849 /* Ignore modulation in the Tx rate. */
922 /* Handle desired modulation */
924 *modulation = DRV_MODULATION_PBCC;
926 *modulation = DRV_MODULATION_CCK;
928 *modulation = DRV_MODULATION_OFDM;
1045 * between them is using the modulation of the packet
    [all...]
utils.h 203 void validateRates(UINT32 *pBasicRateMask, UINT32 *pSuppRateMask, UINT32 *pTxRate, modulationType_e *modulation, BOOL dot11a);
227 void getMaxRate(UINT32 ratesBitMap, rate_e *rate, modulationType_e *modulation, dot11mode_e operationMode);
228 void getMinRate(UINT32 ratesBitMap, rate_e *rate, modulationType_e *modulation, dot11mode_e operationMode);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h 309 12 2 Probe request rate & modulation
394 modulation.
405 If neither the PBCC bit or OFDM rate are set, then the modulation format for probe
454 /* modulation to transmit the probe request during*/
1077 uint8 modulation; \/* {PBCC_MODULATION_MASK |OFDM_MODULATION_MASK }*\/ member in struct:PERTxCfg_t
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmdBit.c 250 * INPUTS: chID, rate, Modulation, preamble, band, TestMode
269 int Modulation;
282 /*Check rate and set Modulation*/
284 Modulation = MOD_CCK;
286 Modulation = MOD_OFDM;
290 ("PLT whal_hwCmdBit_Fcc: Wrong rate parameter %d(must be 1-4 to CCK modulation or 6-13 for OFDM modulation) .\n",
347 switch (Modulation)
350 Modulation = PBCC_MODULATION_MASK;
354 Modulation = 0x00
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h 102 }Modulation;
821 uint8 modulation; /* {PBCC_MODULATION_MASK |OFDM_MODULATION_MASK }*/ member in struct:PERTxCfg_t
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 103 }Modulation;
826 uint8 modulation; /* {PBCC_MODULATION_MASK |OFDM_MODULATION_MASK }*/ member in struct:PERTxCfg_t
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 1583 modulationType_e modulation = DRV_MODULATION_NONE; \/* Not used *\/ local
    [all...]

Completed in 106 milliseconds