HomeSort by relevance Sort by last modified time
    Searched full:roaming (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 75 * Give-up on roaming, return to current AP without performing re-connection
78 * Perform roaming - connect to AP, registered as current AP
81 * Perform roaming - re-connect to new AP via RE-Assoc, parameters attached
90 * \brief Roaming Triggers Types
93 * Lists the possible types of roaming triggers
99 /* 0 */ ROAMING_TRIGGER_NONE, /**< No roaming trigger */
106 /* 5 */ ROAMING_TRIGGER_LOW_QUALITY, /**< Low quality for roaming */
116 /* 12 */ ROAMING_TRIGGER_LAST /**< Maximum roaming trigger - must be last!!! */
159 * \brief Roaming Manager callback type
161 * \param hRoamingMngr - Handle to Roaming Manager Objec
    [all...]
apConn.c 44 * Roaming ability of eSTA is implemented by Roaming Manager Component and
45 * described in "Roaming Manager module LLD" document, and by
48 * - providing Roaming Manager with access to other parts of WLAN Driver,
49 * - implementing low levels of roaming mechanism.
117 AP_CONNECT_STATE_WAIT_ROAM, /**< Connected to AP, waiting for start roaming command */
133 AP_CONNECT_EVENT_PREPARE_FOR_ROAMING= 0,/**< Sent by Roam MNGR when roaming event occurs */
136 AP_CONNECT_EVENT_RETAIN_CURRENT_AP, /**< Sent by Roam MNGR when it wishes to give-up roaming */
171 TI_BOOL roamingEnabled; /**< If TI_FALSE, act like if no roaming callback registered. */
172 apConn_roamingTrigger_e roamReason; /**< The most severe and recent reason for roaming */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConnApi.h 75 * Give-up on roaming, return to current AP without performing re-connection
78 * Perform roaming - connect to AP, registered as current AP
81 * Perform roaming - re-connect to new AP via RE-Assoc, parameters attached
90 * \brief Roaming Triggers Types
93 * Lists the possible types of roaming triggers
99 /* 0 */ ROAMING_TRIGGER_NONE, /**< No roaming trigger */
106 /* 5 */ ROAMING_TRIGGER_LOW_QUALITY, /**< Low quality for roaming */
115 /* 11 */ ROAMING_TRIGGER_LAST /**< Maximum roaming trigger - must be last!!! */
158 * \brief Roaming Manager callback type
160 * \param hRoamingMngr - Handle to Roaming Manager Objec
    [all...]
apConn.c 44 * Roaming ability of eSTA is implemented by Roaming Manager Component and
45 * described in "Roaming Manager module LLD" document, and by
48 * - providing Roaming Manager with access to other parts of WLAN Driver,
49 * - implementing low levels of roaming mechanism.
117 AP_CONNECT_STATE_WAIT_ROAM, /**< Connected to AP, waiting for start roaming command */
133 AP_CONNECT_EVENT_PREPARE_FOR_ROAMING= 0,/**< Sent by Roam MNGR when roaming event occurs */
136 AP_CONNECT_EVENT_RETAIN_CURRENT_AP, /**< Sent by Roam MNGR when it wishes to give-up roaming */
172 TI_BOOL roamingEnabled; /**< If TI_FALSE, act like if no roaming callback registered. */
173 apConn_roamingTrigger_e roamReason; /**< The most severe and recent reason for roaming */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 37 * MODULE: Roaming Manager *
38 * PURPOSE: Roaming Manager Module Types *
46 * \brief Internal Roaming Manager Types API
68 * \brief Roaming Manager Configuration
71 * This Structure defines the Roaming Manager Configuration Type
77 TI_UINT16 enableDisable; /**< Indicates if roaming is enabled/disabled:
78 * ROAMING_ENABLED: Enables roaming manager
79 * ROAMING _DISABLED: Disables roaming manager
80 * TI recommended default: roaming is disable
    [all...]
roamingMngrApi.h 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 *
    [all...]
roamingMngr.c 35 * \brief Roaming Manager
42 * MODULE: Roaming Manager *
44 * Roaming manager is responsible to receive Roaming triggers and try
46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
48 * In each Internal Roaming request, scan is performed and selection for
51 * If better AP is found, there is a check for fast-roaming via the
110 /* called when a trigger for Roaming occurs */
137 * I - pRoamingMngr - Roaming Manager context \n
172 * This procedure is called when Roaming should be triggere
    [all...]
roamingMngr_manualSM.c 35 * \brief Roaming Manager
42 * MODULE: Roaming Manager *
44 * Roaming manager is responsible to receive Roaming triggers and try
46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
48 * In each Internal Roaming request, scan is performed and selection for
51 * If better AP is found, there is a check for fast-roaming via the
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 37 * MODULE: Roaming Manager *
38 * PURPOSE: Roaming Manager Module Types *
46 * \brief Internal Roaming Manager Types API
68 * \brief Roaming Manager Configuration
71 * This Structure defines the Roaming Manager Configuration Type
77 TI_UINT16 enableDisable; /**< Indicates if roaming is enabled/disabled:
78 * ROAMING_ENABLED: Enables roaming manager
79 * ROAMING _DISABLED: Disables roaming manager
80 * TI recommended default: roaming is disable
    [all...]
roamingMngrApi.h 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 *
    [all...]
roamingMngr.c 35 * \brief Roaming Manager
42 * MODULE: Roaming Manager *
44 * Roaming manager is responsible to receive Roaming triggers and try
46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
48 * In each Internal Roaming request, scan is performed and selection for
51 * If better AP is found, there is a check for fast-roaming via the
110 /* called when a trigger for Roaming occurs */
137 * I - pRoamingMngr - Roaming Manager context \n
172 * This procedure is called when Roaming should be triggere
    [all...]
roamingMngr_manualSM.c 35 * \brief Roaming Manager
42 * MODULE: Roaming Manager *
44 * Roaming manager is responsible to receive Roaming triggers and try
46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
48 * In each Internal Roaming request, scan is performed and selection for
51 * If better AP is found, there is a check for fast-roaming via the
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ExpInc/
roamingMngrApi.h 2 * \brief Internal Roaming Manager API
43 * MODULE: Roaming Manager *
44 * PURPOSE: Roaming Manager Module API *
72 /* Creates the Roaming Manager Module */
75 /* Configures Roaming Manager Module */
80 /* Unloads the Roaming Manager Module */
82 /* IF for getting Roaming Manager Module parameters */
84 /* IF for setting Roaming Manager Module parameters */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 47 * Roaming ability of eSTA is implemented by Roaming Manager Component and
48 * described in "Roaming Manager module LLD" document, and by
51 * - providing Roaming Manager with access to other parts of WLAN Driver,
52 * - implementing low levels of roaming mechanism.
117 AP_CONNECT_STATE_WAIT_ROAM, /**< Connected to AP, waiting for start roaming command */
133 AP_CONNECT_EVENT_PREPARE_FOR_ROAMING= 0,/**< Sent by Roam MNGR when roaming event occurs */
136 AP_CONNECT_EVENT_RETAIN_CURRENT_AP, /**< Sent by Roam MNGR when it wishes to give-up roaming */
198 BOOL roamingEnabled; /**< If FALSE, act like if no roaming callback registered. */
199 apConn_roamingTrigger_e roamReason; /**< The most severe and recent reason for roaming */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
roamingMngrTypes.h 37 * \brief Internal Roaming Manager Types API
44 * MODULE: Roaming Manager *
45 * PURPOSE: Roaming Manager Module Types * * *
57 /* configuration of Roaming manager */
66 UINT16 lowPassFilterRoamingAttempt; /* Time to wait in sec, before roaming due to the low connection quality */
75 /* Roaming trigger thresholds */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
roamingInt.c 35 * \brief Roaming (Cisco Compatible Extensions for WLAN Devices) Manager
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager API *
currBss.h 66 CURR_BSS_CONNECTED_STATE, /**< Connected or not connected, roaming enabled or not */
67 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */
68 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */
69 CURR_BSS_QUALITY_THRESHOLD, /**< Set by AP Connection when Roaming Manager configures event of type 'Low RSSI' */
70 CURR_BSS_NO_BSS_THRESHOLDS, /**< Set by AP Connection when Roaming Manager configures event of type 'BSS Loss' */
71 CURR_BSS_NUM_OF_TEST_REPEAT,/**< Set by AP Connection when Roaming Manager configures event of type 'BSS Loss' */
72 CURR_BSS_CONSEC_NACK, /**< Set by AP Connection when Roaming Manager configures event of type 'Consecutive nack' */
117 TI_BOOL bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
roamingInt.c 35 * \brief Roaming (Cisco Compatible Extensions for WLAN Devices) Manager
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager API *
currBss.h 66 CURR_BSS_CONNECTED_STATE, /**< Connected or not connected, roaming enabled or not */
67 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */
68 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */
69 CURR_BSS_QUALITY_THRESHOLD, /**< Set by AP Connection when Roaming Manager configures event of type 'Low RSSI' */
70 CURR_BSS_NO_BSS_THRESHOLDS, /**< Set by AP Connection when Roaming Manager configures event of type 'BSS Loss' */
71 CURR_BSS_NUM_OF_TEST_REPEAT,/**< Set by AP Connection when Roaming Manager configures event of type 'BSS Loss' */
72 CURR_BSS_CONSEC_NACK, /**< Set by AP Connection when Roaming Manager configures event of type 'Consecutive nack' */
118 TI_BOOL bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
  /development/samples/Snake/
_index.html 2 serpent roaming around the garden looking for apples. Be careful, though,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.h 65 CURR_BSS_CONNECTED_STATE, /**< Connected or not connected, roaming enabled or not */
66 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */
67 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */
68 CURR_BSS_QUALITY_THRESHOLD, /**< Set by AP Connection when Roaming Manager configures event of type 'Low RSSI' */
69 CURR_BSS_NO_BSS_THRESHOLDS, /**< Set by AP Connection when Roaming Manager configures event of type 'BSS Loss' */
70 CURR_BSS_NUM_OF_TEST_REPEAT,/**< Set by AP Connection when Roaming Manager configures event of type 'BSS Loss' */
71 CURR_BSS_CONSEC_NACK, /**< Set by AP Connection when Roaming Manager configures event of type 'Consecutive nack' */
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 98 Log.v(TAG, "roaming ------> " + isRoaming);
154 static boolean getAutoDownloadState(SharedPreferences prefs, boolean roaming) {
159 Log.v(TAG, "auto download without roaming -> " + autoDownload);
167 Log.v(TAG, "auto download during roaming -> " + alwaysAuto);
170 if (!roaming || alwaysAuto) {
179 String roaming = SystemProperties.get( local
182 Log.v(TAG, "roaming ------> " + roaming);
184 return "true".equals(roaming);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c 38 * MODULE: Roaming Manager *
40 * Roaming manager is responsible to receive Roaming triggers and try
42 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
44 * In each Internal Roaming request, scan is performed and selection for
47 * If better AP is found, there is a check for fast-roaming via the
119 /* Roaming Trigger groups, according to Roaming Triggers */
153 /*** Roaming manager parameters that can be configured externally ***/
158 /*** Internal roaming parameters ***
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
roamingMngr.h 2 * \brief Internal Roaming Manager API
43 * MODULE: Roaming Manager *
44 * PURPOSE: Roaming Manager Module API *
73 /* called by the Scan Manager when scan for Roaming completed */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/
apConnApi.h 66 AP_CONNECT_RETAIN_CURR_AP = 0, /**< Give-up on roaming, return to current AP without performing re-connection */
67 AP_CONNECT_RECONNECT_CURR_AP, /**< Perform roaming - connect to AP, registered as current AP */
68 AP_CONNECT_FAST_TO_AP, /**< Perform roaming - re-connect to new AP via RE-Assoc, parameters attached */
72 /* triggers for Roaming */
112 * Roaming Manager callback type
157 /* Called by Roaming Manager */

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>