Home | History | Annotate | Download | only in Application

Lines Matching full:manager

35  *  \brief Internal Roaming Manager API
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager Module API *
106 /*** Roaming manager parameters that can be configured externally ***/
118 bssList_t *pListOfAPs; /* list of BSS received from Scan Manager */
126 TI_HANDLE hRoamingSm; /* Roaming manager SM handle */
131 /* Roaming manager handles to other objects */
179 * \brief Create the Roaming Manager context
182 * \return A pointer to the roaming manager handler on success,
186 * Creates the Roaming Manager context: \n
193 * \brief Configure the Roaming Manager module
199 * Configure the Roaming Manager module to do the following:
201 * - Store handlers of other modules (report module, Scan Manager, AP connection, TWD)
202 * - Initialize the roaming manager internal variables
203 * - Configure the roaming manager state-machine
209 * \brief Unloads the Roaming Manager Module
211 * \param hRoamingMngr - Roaming Manager handler
215 * Unloads the components of the Roaming Manager module from memory: \n
223 * \brief Get Roaming Manager parameters from the roamingMngr SM
225 * \param hRoamingMngr - Roaming Manager handler
235 * \brief Set Roaming Manager Module parameters to the roamingMngr SM
237 * \param hRoamingMngr - Roaming Manager handler
247 * \brief Indicates Roaming Manager that an Immediate Scan was completed
250 * \param hRoamingMngr - Handle to the roaming manager
255 * This procedure is called when the Scan Manager completed Immediate Scan for Roaming.
287 * \param hRoamingMngr - Handle to the roaming manager
292 * Indicates that a new BSSID is added to the BSS table (Called by the Scan Manager when new BSSID was found).