Searched refs:NUM_OF_RATES_IN_SG (Results 1 - 6 of 6) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
H A DSoftGemini.h60 UINT8 SoftGeminiRate[NUM_OF_RATES_IN_SG]; /* whether to use the specific rate arranged as
H A DSoftGemini.c615 rateMask_e supportedRatesArray[NUM_OF_RATES_IN_SG] =
621 for (i = 0 ; i < NUM_OF_RATES_IN_SG ; i++)
673 for (i = 0 ; i < NUM_OF_RATES_IN_SG ; i++)
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DparamOut.h90 #define NUM_OF_RATES_IN_SG MAX_NUM_OF_TX_RATES_IN_CLASS /* all rates (13)... */ macro
215 UINT8 SoftGeminiRate[NUM_OF_RATES_IN_SG];
795 UINT8 SoftGeminiRate[NUM_OF_RATES_IN_SG];
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c4284 U8 Values[NUM_OF_RATES_IN_SG];
4286 if( nParms != NUM_OF_RATES_IN_SG )
4304 for (Index = 0; Index < NUM_OF_RATES_IN_SG; Index++ )
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DCTI_Adapter.cpp2011 dwRetValue = tiIoCtrl(BT_COEXSISTANCE_SET_RATE, pRate, sizeof(tiUINT8)*NUM_OF_RATES_IN_SG,NULL,0,&dwRetSize);
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c5078 retValue = UtilSetParam(pAdapter, SOFT_GEMINI_SET_RATE, pData, sizeof(ULONG)*NUM_OF_RATES_IN_SG);

Completed in 9343 milliseconds