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

  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 188 os_memoryCopy(pSiteMgr->hOs, &(param.content.siteMgrDesiredSupportedRateSet), &(ratesSet), sizeof(TRates));
197 if(param.content.siteMgrDesiredSupportedRateSet.len == 0)
202 if ( param.content.siteMgrDesiredSupportedRateSet.len > DOT11_MAX_SUPPORTED_RATES )
204 WLAN_OS_REPORT(("siteMgrDebugFunction. param.content.siteMgrDesiredSupportedRateSet.len=%d exceeds the limit %d\n",
205 param.content.siteMgrDesiredSupportedRateSet.len, DOT11_MAX_SUPPORTED_RATES));
207 param.content.siteMgrDesiredSupportedRateSet.len = DOT11_MAX_SUPPORTED_RATES;
209 for (i = 0; i < param.content.siteMgrDesiredSupportedRateSet.len; i++)
210 WLAN_OS_REPORT(("\nRate %d is 0x%X\n", i +1, param.content.siteMgrDesiredSupportedRateSet.ratesString[i]));
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
siteMgrDebug.c 188 os_memoryCopy(pSiteMgr->hOs, &(param.content.siteMgrDesiredSupportedRateSet), &(ratesSet), sizeof(TRates));
197 if(param.content.siteMgrDesiredSupportedRateSet.len == 0)
201 for (i = 0; i < param.content.siteMgrDesiredSupportedRateSet.len; i++)
202 WLAN_OS_REPORT(("\nRate %d is 0x%X\n", i +1, param.content.siteMgrDesiredSupportedRateSet.ratesString[i]));
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 384 range->num_bitrates = pParam->content.siteMgrDesiredSupportedRateSet.len;
385 for (i=0; i<pParam->content.siteMgrDesiredSupportedRateSet.len; i++)
387 switch(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i] & 0x7F)
400 range->bitrate[i] = CALCULATE_RATE_VALUE(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i])
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 339 range->num_bitrates = pParam->content.siteMgrDesiredSupportedRateSet.len;
340 for (i=0; i<pParam->content.siteMgrDesiredSupportedRateSet.len; i++)
342 range->bitrate[i] = ((pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i] & 0x7F) * 500000);
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 545 TRates siteMgrDesiredSupportedRateSet;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 536 TRates siteMgrDesiredSupportedRateSet;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 604 rates_t siteMgrDesiredSupportedRateSet;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteMgr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c     [all...]

Completed in 318 milliseconds