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

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 284 TI_UINT32 uMaxDwellTimeMs; /**< maximum time to dwell on the channel, in microseconds */
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 684 pSme->tScanParams.tChannels[ uIndex ].uMaxDwellTimeMs = pSme->tInitParams.uMaxScanDuration;
702 * in order to fined country set uMaxDwellTimeMs ( that at passive scan set the passiveScanDuration )
705 pSme->tScanParams.tChannels[ uIndex ].uMaxDwellTimeMs = SCAN_CNCN_REGULATORY_DOMAIN_PASSIVE_DWELL_TIME_DEF;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 473 ENDIAN_HANDLE_WORD ((TI_UINT16)pPeriodicScanParams->tChannels[ uIndex ].uMaxDwellTimeMs);
484 pChannelList[ uNumChannels ].passiveScanDuration = ENDIAN_HANDLE_WORD ((TI_UINT16)pPeriodicScanParams->tChannels[ uIndex ].uMaxDwellTimeMs);
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 545 pCuCmd->tPeriodicAppScanParams.tChannels[ i ].uMaxDwellTimeMs = 20;
    [all...]

Completed in 40 milliseconds