HomeSort by relevance Sort by last modified time
    Searched refs:siteMgrDesiredSupportedRateSet (Results 1 - 5 of 5) 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...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 385 range->num_bitrates = pParam->content.siteMgrDesiredSupportedRateSet.len;
386 for (i=0; i<pParam->content.siteMgrDesiredSupportedRateSet.len; i++)
388 switch(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i] & 0x7F)
401 range->bitrate[i] = CALCULATE_RATE_VALUE(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i])
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 545 TRates siteMgrDesiredSupportedRateSet;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]

Completed in 26 milliseconds