Searched refs:appScanParams (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c62 scan_Params_t appScanParams; variable
1145 appScanParams.desiredSsid.len = 0;
1146 appScanParams.scanType = SCAN_TYPE_NORMAL_ACTIVE;
1147 appScanParams.band = RADIO_BAND_2_4_GHZ;
1148 appScanParams.probeReqNumber = 3;
1149 appScanParams.probeRequestRate = DRV_RATE_MASK_2_BARKER;
1150 appScanParams.numOfChannels = 11;
1155 appScanParams.channelEntry[ i ].normalChannelEntry.bssId.addr[ j ] = 0xff;
1157 appScanParams.channelEntry[ i ].normalChannelEntry.earlyTerminationEvent = SCAN_ET_COND_DISABLE;
1158 appScanParams
[all...]
H A Dg_tester.c2333 strcpy((char*)sSSID, (char*)appScanParams.desiredSsid.ssidString);
2338 P_BUFFER_ADD_UINT8(p_return_buffer, appScanParams.scanType);
2339 P_BUFFER_ADD_UINT8(p_return_buffer, appScanParams.band);
2340 P_BUFFER_ADD_UINT8(p_return_buffer, appScanParams.probeReqNumber);
2341 P_BUFFER_ADD_UINT32(p_return_buffer, appScanParams.probeRequestRate);
2343 P_BUFFER_ADD_UINT8(p_return_buffer, appScanParams.Tid);
2347 P_BUFFER_ADD_UINT8(p_return_buffer, appScanParams.numOfChannels);
2348 for ( i = 0; i < appScanParams.numOfChannels; i++ )
2350 pNormalChannel = &(appScanParams.channelEntry[ i ].normalChannelEntry);
H A Dcu_cmd.h55 extern scan_Params_t appScanParams;
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c88 scan_Params_t appScanParams; member in struct:CuCmd_t
486 pCuCmd->appScanParams.desiredSsid.len = 0;
487 pCuCmd->appScanParams.scanType = SCAN_TYPE_NORMAL_ACTIVE;
488 pCuCmd->appScanParams.band = RADIO_BAND_2_4_GHZ;
489 pCuCmd->appScanParams.probeReqNumber = 3;
490 pCuCmd->appScanParams.probeRequestRate = RATE_MASK_UNSPECIFIED; /* Let the FW select */;
491 pCuCmd->appScanParams.numOfChannels = 14;
496 pCuCmd->appScanParams.channelEntry[ i ].normalChannelEntry.bssId[ j ] = 0xff;
498 pCuCmd->appScanParams.channelEntry[ i ].normalChannelEntry.earlyTerminationEvent = SCAN_ET_COND_DISABLE;
499 pCuCmd->appScanParams
[all...]

Completed in 121 milliseconds