Home | History | Annotate | Download | only in MacServices

Lines Matching full:scan

35  *  \brief This file include private definitions for the scan SRV module.
54 /* guard time for scan (added to calculated scan duration) */
80 * \brief This structure contains the scan SRV object data
92 * upper layer (scan concentrator) scan complete
96 * upper layer (scan concentrator) scan complete
102 * and called when the scan command has been received by the FW
110 * called when the scan command has been Timer Expiry
118 * in an SPS scan
121 * scan result: indicates a TSF error event and
124 TI_BOOL bDtimOverlapping; /**< Indicates whether the scan is overlapping DTIM */
126 * Indicates whether to exit driver mode once scan
131 * mode once scan is finished
134 * Indicates whether to scan if driver mode entry
139 * (overlapping DTIM) scan
142 * whether the running scan type is SPS (TI_TRUE)
144 * running scan.
146 TScanParams* scanParams; /**< scan parameters */
147 EScanResultTag eScanTag; /**< scan result tag */
148 TI_UINT32 uResultCount; /**< number of scan results (received from the FW) */
149 TI_HANDLE hScanSrvTimer; /**< scan operation timer */
153 * the scan request context (if so, to avoid
165 * scan types
169 * for different scan types
173 * for current scan
177 * The number of consecutive no scan complete
182 * The number of consecutivre no scan complete
186 * Indicates if the last event was start scan
187 * (true) or no scan complete (false) to be able
190 * Time out for starting triggered scan between
211 * \brief Creates the scan SRV object
215 * \return a handle to the scan SRV object, NULL if an error occurred.\n
222 * \brief Finalizes the scan SRV module (releasing memory and timer)
225 * \param hScanSRV - handle to the scan SRV object.\n
232 * \brief Initializes the scan SRV module, registers SCAN_COMPLETE to HAL.
235 * \param hScanSRV - handle to the scan SRV object.\n
248 * \brief Configures the scan SRV module with initialization values
251 * \param hScanSRV - handle to the scan SRV object.\n
260 * \brief Calculates the maximal time required for a scan operation
263 * \param hScanSRV - handle to the scan SRV object.\n
264 * \param scanParams - the scan parameters
265 * \param bConsiderDTIM - whether this scan overlaps DTIM
287 * \param hScanSrv - handle to the scan SRV object.\n
295 * \brief Registers a failure event callback for scan error notifications.