OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCuCmd
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c
498
static VOID CuCmd_Init_Scan_Params(CuCmd_t*
pCuCmd
)
503
pCuCmd
->appScanParams.desiredSsid.len = 0;
504
pCuCmd
->appScanParams.scanType = SCAN_TYPE_NORMAL_ACTIVE;
505
pCuCmd
->appScanParams.band = RADIO_BAND_2_4_GHZ;
506
pCuCmd
->appScanParams.probeReqNumber = 3;
507
pCuCmd
->appScanParams.probeRequestRate = RATE_MASK_UNSPECIFIED; /* Let the FW select */;
508
pCuCmd
->appScanParams.numOfChannels = 14;
513
pCuCmd
->appScanParams.channelEntry[ i ].normalChannelEntry.bssId[ j ] = 0xff;
515
pCuCmd
->appScanParams.channelEntry[ i ].normalChannelEntry.earlyTerminationEvent = SCAN_ET_COND_DISABLE;
516
pCuCmd
->appScanParams.channelEntry[ i ].normalChannelEntry.ETMaxNumOfAPframes = 0
[
all
...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c
481
static VOID CuCmd_Init_Scan_Params(CuCmd_t*
pCuCmd
)
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.channelEntry[ i ].normalChannelEntry.ETMaxNumOfAPframes = 0
[
all
...]
Completed in 3889 milliseconds