Lines Matching full:roaming
35 * \brief Internal Roaming Manager API
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager Module API *
68 /* Roaming Trigger groups, according to Roaming Triggers */
106 /*** Roaming manager parameters that can be configured externally ***/
111 /*** Internal roaming parameters ***/
112 apConn_roamingTrigger_e roamingTrigger; /* the roaming trigger type */
113 TI_UINT32* pCurrentState; /* pointer to Roaming Generic SM current state */
116 TI_UINT32 lowQualityTriggerTimestamp; /* TS to filter Too many low Quality roaming triggers */
117 scan4RoamingType_e scanType; /* the scan type performed for Roaming */
126 TI_HANDLE hRoamingSm; /* Roaming manager SM handle */
127 TI_INT8** RoamStateDescription; /* Roaming states index-name keyValue */
128 TI_INT8** RoamEventDescription; /* Roaming Events index-name keyValue */
131 /* Roaming manager handles to other objects */
141 /* Debug trace for Roaming statistics */
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:
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