Home | History | Annotate | Download | only in Application

Lines Matching refs:spsMethodParams

2044     TI_UINT32 timeToStartInAdvance = scanMethod->method.spsMethodParams.scanDuration /
2174 nextEventArray[ nextEventArrayHead ].nextEventTSF + scanMethod->method.spsMethodParams.scanDuration ))
2180 scanMethod->method.spsMethodParams.scanDuration;
2182 scanMethod->method.spsMethodParams.ETMaxNumberOfApFrames;
2184 scanMethod->method.spsMethodParams.earlyTerminationEvent;
2195 scanMethod->method.spsMethodParams.scanDuration +
2208 nextEventArray[ nextEventArrayHead ].nextEventTSF + scanMethod->method.spsMethodParams.scanDuration + beaconIntervalUsec ))
3070 scanMngrTracePrintSPSScanMethod( &(scanMethod->method.spsMethodParams));
3121 * \param SPSMethodParams - the SPS method parameters to print.\n
3123 void scanMngrTracePrintSPSScanMethod( TScanSPSMethodParams* SPSMethodParams )
3126 earlyTerminationConditionDesc[ SPSMethodParams->earlyTerminationEvent ],
3127 SPSMethodParams->ETMaxNumberOfApFrames));
3128 WLAN_OS_REPORT(("Scan duration: %d\n", SPSMethodParams->scanDuration));