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

  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 210 WLAN_OS_REPORT(("\nRate %d is 0x%X\n", i +1, param.content.siteMgrDesiredSupportedRateSet.ratesString[i]));
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 264 TI_UINT8 ratesString[DOT11_MAX_SUPPORTED_RATES]; /**< Rates List. From each entry - a different bitrate (in bps) can be driven as followed:
265 ((ratesString[i] & 0x7F) * 500000). Bits 1-7 are used for the bitrate and bit 8 is MASK used
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 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/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c     [all...]

Completed in 74 milliseconds