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

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 577 * \param scanMethod - The scan method (and parameters) to use.\n
580 void scanMngrBuildScanCommandHeader( TI_HANDLE hScanMngr, TScanMethod* scanMethod, ERadioBand band );
    [all...]
scanMngr.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 680 static VOID CuCmd_PrintScanMethod(scan_Method_t* scanMethod)
683 os_error_printf(CU_MSG_INFO2, (PS8)"Scan type: %s\n", scanType2Str[ scanMethod->scanType ].name);
684 switch (scanMethod->scanType)
689 scanMethod->method.basicMethodParams.maxChannelDwellTime,
690 scanMethod->method.basicMethodParams.minChannelDwellTime);
692 CU_CMD_FIND_NAME_ARRAY(i, EtEvent2Str, scanMethod->method.basicMethodParams.earlyTerminationEvent);
695 scanMethod->method.basicMethodParams.ETMaxNumberOfApFrames);
697 CU_CMD_FIND_NAME_ARRAY(i, rate2Str, scanMethod->method.basicMethodParams.probReqParams.bitrate);
699 scanMethod->method.basicMethodParams.probReqParams.numOfProbeReqs,
701 scanMethod->method.basicMethodParams.probReqParams.txPowerDbm)
    [all...]

Completed in 31 milliseconds