Lines Matching full:manager
35 * \brief This file include public definitions for the scan manager module, comprising its API.
67 * \brief Scan Manager Result Status
138 * \brief Creates the scan manager object
141 * \return Handle to the Scan Manager Object on Success, NULL otherwise
144 * Creates (allocates) the scan manager object and its database
150 * \brief Initializes the scan manager
156 * Initializes the scan manager object with other object handlers called by the driver core logic,
157 * and creates Scan Manager Timer
163 * \brief Unloads the scan manager object
165 * \param hScanMngr - Handle to the scan manager object to unload
169 * Frees the memory allocated by the scan manager.
178 * \param hScanMngr - handle to the scan manager object
191 * \param hScanMngr - handle to the scan manager object
202 * \param hScanMngr - Handle to the scan manager object
208 * Starts the continuous scan process performed by the scan manager.
209 * It is called by the roaming manager when an STA connection is established
217 * \param hScanMngr - Handle to the scan manager object
221 * Stops the continues scan performed by the scan manager.
222 * It is called by the roaming manager when the STA disconnects
230 * \param hScanMngr - Handle to the scan manager object
234 * Used by the roaming manager to obtain the scan manager BSS list.
242 * \param hScanMngr - Handle to the scan manager object
247 * Used by the roaming manager to set a list of neighbor APs for the scan manager,
256 * \param hScanMngr - Handle to the scan manager object
261 * Used by the roaming manager to set the scan interval used by the scan manager,
270 * \param hScanMngr - Handle to the scan manager object
276 * Used by the roaming manager to notify the scan manager that roaming is complete.
277 * This is done so that the scan manager does not attempt to discover the current AP,
284 * \brief Get Scan Manager Parameters
286 * \param hScanMngr - Handle to the scan manager object
297 * \brief Set Scan Manager Parameters
299 * \param hScanMngr - Handle to the scan manager object
350 * \brief Print scan manager statistics
352 * \param hScanMngr - handle to the scan manager object.\n
361 * \brief Reset scan manager statistics
363 * \param hScanMngr - handle to the scan manager object.\n
374 * \param hScanMngr - handle to the scan manager object.\n
383 * \brief Prints all data in the scan manager object
385 * \param hScanMngr - handle to the scan manager object.\n