OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tInitParams
(Results
1 - 14
of
14
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnPrivate.h
84
TScanCncnInitParams
tInitParams
;
ScanCncnApp.c
144
if (0 == pScanCncn->
tInitParams
.uMinimumDurationBetweenOsScans)
153
(pScanCncn->
tInitParams
.uMinimumDurationBetweenOsScans * 1000) ) /*converted to ms */
155
TRACE3(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: last OID scan performed at: %d, now is: %d, min duration is: %d, too early for another scan!\n", pScanCncn->uOSScanLastTimeStamp, uCurrentTimeStamp, pScanCncn->
tInitParams
.uMinimumDurationBetweenOsScans);
197
pScanCncn->
tInitParams
.nRssiThreshold = pParam->content.nRssiThreshold;
ScanCncnSmSpecific.c
275
pScanCncn->
tInitParams
.uDfsPassiveDwellTimeMs, NULL, NULL);
414
pScanCncn->
tInitParams
.uDfsPassiveDwellTimeMs, NULL, NULL);
ScanCncn.c
245
&pScanCncn->
tInitParams
,
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnPrivate.h
84
TScanCncnInitParams
tInitParams
;
ScanCncnApp.c
138
if (0 == pScanCncn->
tInitParams
.uMinimumDurationBetweenOsScans)
147
(pScanCncn->
tInitParams
.uMinimumDurationBetweenOsScans * 1000) ) /*converted to ms */
149
TRACE3(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: last OID scan performed at: %d, now is: %d, min duration is: %d, too early for another scan!\n", pScanCncn->uOSScanLastTimeStamp, uCurrentTimeStamp, pScanCncn->
tInitParams
.uMinimumDurationBetweenOsScans);
ScanCncnSmSpecific.c
275
pScanCncn->
tInitParams
.uDfsPassiveDwellTimeMs, NULL, NULL);
414
pScanCncn->
tInitParams
.uDfsPassiveDwellTimeMs, NULL, NULL);
ScanCncn.c
243
&pScanCncn->
tInitParams
,
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSm.c
672
for (uIndex = 0; uIndex < pSme->
tInitParams
.uChannelNum; uIndex++)
675
pSme->tScanParams.tChannels[ uIndex ].eBand = pSme->
tInitParams
.tChannelList[ uIndex ].eBand;
676
pSme->tScanParams.tChannels[ uIndex ].uChannel = pSme->
tInitParams
.tChannelList[ uIndex ].uChannel;
677
pSme->tScanParams.tChannels[ uIndex ].uMaxDwellTimeMs = pSme->
tInitParams
.uMaxScanDuration;
678
pSme->tScanParams.tChannels[ uIndex ].uMinDwellTimeMs = pSme->
tInitParams
.uMinScanDuration;
683
(TI_TRUE == bBandCountryFound[ pSme->
tInitParams
.tChannelList[ uIndex ].eBand ]))
701
bBandChannelExist[ pSme->
tInitParams
.tChannelList[ uIndex ].eBand ] = TI_TRUE;
704
pSme->tScanParams.uChannelNum = pSme->
tInitParams
.uChannelNum;
707
pSme->tScanParams.uProbeRequestNum = pSme->
tInitParams
.uProbeReqNum;
708
pSme->tScanParams.iRssiThreshold = pSme->
tInitParams
.iRssiThreshold
[
all
...]
smePrivate.h
93
TSmeInitParams
tInitParams
;
sme.c
152
os_memoryCopy (pSme->hOS, &(pSme->
tInitParams
), pInitParams, sizeof (TSmeInitParams));
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h
96
TSmeInitParams
tInitParams
;
smeSm.c
679
for (uIndex = 0; uIndex < pSme->
tInitParams
.uChannelNum; uIndex++)
682
pSme->tScanParams.tChannels[ uIndex ].eBand = pSme->
tInitParams
.tChannelList[ uIndex ].eBand;
683
pSme->tScanParams.tChannels[ uIndex ].uChannel = pSme->
tInitParams
.tChannelList[ uIndex ].uChannel;
684
pSme->tScanParams.tChannels[ uIndex ].uMaxDwellTimeMs = pSme->
tInitParams
.uMaxScanDuration;
685
pSme->tScanParams.tChannels[ uIndex ].uMinDwellTimeMs = pSme->
tInitParams
.uMinScanDuration;
690
(TI_TRUE == bBandCountryFound[ pSme->
tInitParams
.tChannelList[ uIndex ].eBand ]))
708
bBandChannelExist[ pSme->
tInitParams
.tChannelList[ uIndex ].eBand ] = TI_TRUE;
711
pSme->tScanParams.uChannelNum = pSme->
tInitParams
.uChannelNum;
714
pSme->tScanParams.uProbeRequestNum = pSme->
tInitParams
.uProbeReqNum;
715
pSme->tScanParams.iRssiThreshold = pSme->
tInitParams
.iRssiThreshold
[
all
...]
sme.c
151
os_memoryCopy (pSme->hOS, &(pSme->
tInitParams
), pInitParams, sizeof (TSmeInitParams));
[
all
...]
Completed in 190 milliseconds