HomeSort by relevance Sort by last modified time
    Searched full:roaming (Results 26 - 50 of 310) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 31 * <li>Roaming indicator
42 * with an operator either in home network or in roaming.
244 * Get current roaming indicator of phone
247 * @return true if TS 27.007 7.2 roaming is true
425 return (mState + " " + (mRoaming ? "roaming" : "home")
480 public void setRoaming(boolean roaming) {
481 mRoaming = roaming;
495 public void setCdmaRoamingIndicator(int roaming) {
496 this.mCdmaRoamingIndicator = roaming;
502 public void setCdmaDefaultRoamingIndicator (int roaming) {
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.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
206 * This procedure is called when an Roaming event occurs: BSS LOSS, LOW Quality etc.
208 * - If Roaming is disabled, ignore.
209 * - Indicate Driver that Roaming process is startin
    [all...]
roamingMngr_autoSM.h 35 * \brief Internal Roaming Manager API
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager Module API *
roamingMngr_manualSM.h 35 * \brief Internal Roaming Manager API
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager Module API *
scanMngrApi.h 209 * It is called by the roaming manager when an STA connection is established
222 * It is called by the roaming manager when the STA disconnects
234 * Used by the roaming manager to obtain the scan manager BSS list.
247 * Used by the roaming manager to set a list of neighbor APs for the scan manager,
261 * Used by the roaming manager to set the scan interval used by the scan manager,
276 * Used by the roaming manager to notify the scan manager that roaming is complete.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnRoamingContSM.h 2 * \brief This file include definitions for the scan concentrator continuous scan for roaming SM module.
61 * \brief enumerates the different continuous scan for roaming SM events
77 * \brief enumerates the different continuous scan for roaming SM states
116 * \brief Initialize the scan concentrator continuous scan for roaming SM.
131 * \param currentState - the current continuous scan for roaming SM state.\n
ScanCncnRoamingImmedSM.h 2 * \brief This file include definitions for the scan concentrator immediate scan for roaming SM module.
61 * \brief enumerates the different immediate scan for roaming SM events
77 * \brief enumerates the different immediate scan for roaming SM states
116 * \brief Initialize the scan concentrator immediate scan for roaming SM.
131 * \param currentState - the current immediate scan for roaming SM state.\n
ScanCncnRoamingContSM.c 2 * \brief This file include the scan concentrator continuous scan for roaming module implementation
53 * \brief Initialize the scan concentrator continuous scan for roaming SM.
172 * \param currentState - the current continuous scan for roaming SM state.\n
187 WLAN_REPORT_SM( pScanConcentrator->hReport, SCAN_CNCN_MODULE_LOG, ("Failed getting continuous scan for roaming next state.\n") );
193 ("CONT ROAMING SCAN: <%s, %s> --> %s\n\n",
221 /* request the SCR as continuous roaming client, and act according to return status */
469 WLAN_REPORT_ERROR( pScanConcentrator->hReport, SCAN_CNCN_MODULE_LOG, ("Continuous scan for roaming state machine error, unexpected Event, state=%d\n\n",
ScanCncnRoamingImmedSM.c 2 * \brief This file include the scan concentrator immediate scan for roaming module implementation
55 * \brief Initialize the scan concentrator immediate scan for roaming SM.
173 * \param currentState - the current immediate scan for roaming SM state.\n
190 ("Failed getting immediate scan for roaming next state.\n") );
196 ("IMMED ROAMING SCAN: <%s, %s> --> %s\n\n",
224 /* request the SCR as immediate roaming client, and act according to return status */
479 ("Immediate scan for roaming state machine error, unexpected Event, state=%d\n\n",
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.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
206 * This procedure is called when an Roaming event occurs: BSS LOSS, LOW Quality etc.
208 * - If Roaming is disabled, ignore.
209 * - Indicate Driver that Roaming process is startin
    [all...]
roamingMngr_autoSM.h 35 * \brief Internal Roaming Manager API
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager Module API *
roamingMngr_manualSM.h 35 * \brief Internal Roaming Manager API
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager Module API *
scanMngrApi.h 209 * It is called by the roaming manager when an STA connection is established
222 * It is called by the roaming manager when the STA disconnects
234 * Used by the roaming manager to obtain the scan manager BSS list.
247 * Used by the roaming manager to set a list of neighbor APs for the scan manager,
261 * Used by the roaming manager to set the scan interval used by the scan manager,
276 * Used by the roaming manager to notify the scan manager that roaming is complete.
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 167 * Registration point for combined roaming on
168 * combined roaming is true when roaming is true and ONS differs SPN
188 * Registration point for combined roaming off
189 * combined roaming is true when roaming is true and ONS differs SPN
  /external/bluetooth/bluez/audio/
telephony-dummy.c 327 dbus_bool_t roaming; local
330 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_BOOLEAN, &roaming,
334 val = roaming ? EV_ROAM_ACTIVE : EV_ROAM_INACTIVE;
338 debug("telephony-dummy: roaming status set to %d", val);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 45 * Roaming ability of eSTA is implemented by Roaming Manager Component and
46 * described in "Roaming Manager module LLD" document, and by
49 * - providing Roaming Manager with access to other parts of WLAN Driver,
50 * - implementing low levels of roaming mechanism.
63 * 'Low RSSI' from FW. Third type of roaming event reported by FW is
65 * BSS module.Upon reception of any roaming event from FW, Current BSS
127 BOOLEAN bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
368 * I - params - pointer to datablock of roaming threshols \n
424 * Retrieves the roaming triggers stored in the CurrBSS module
    [all...]
  /frameworks/base/core/java/android/net/
NetworkInfo.java 206 * <li>The device is on a network other than the home network (i.e., roaming), and
207 * data roaming has been disabled.</li>
248 * Indicates whether the device is currently roaming on this network.
251 * @return {@code true} if roaming is in effect, {@code false} otherwise.
318 append(", roaming: ").append(mIsRoaming).
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 67 SCAN_SCC_ROAMING_IMMED = 0, /**< immediate scan for roaming */
68 SCAN_SCC_ROAMING_CONT, /**< continuous scan for roaming */
295 * \brief for the immediate scan for roaming client.
299 * \param requestStatus - the continuous scan for roaming client status.\n
309 * \brief for the continuous scan for roaming client.
313 * \param requestStatus - the continuous scan for roaming client status.\n
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.h 65 /* RSSI roaming trigger configuration */
72 /* SNR roaming trigger configuration */
79 /* 'No beacon' roaming trigger configuration */
89 /* Consecutive NACK roaming trigger configuration */
92 /* Low Rx rate roaming trigger configuration */
203 /* Parameters for roaming triggers configuration */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 60 /* 0 */ SCAN_SCC_ROAMING_IMMED, /**< Indicates a scan from the immediate scan for a roaming client */
61 /* 1 */ SCAN_SCC_ROAMING_CONT, /**< Indicates a scan from the continuous scan for a roaming client */
165 * - copies current SSID for roaming scans
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.h 58 /* 0 */ SCAN_SCC_ROAMING_IMMED, /**< Indicates a scan from the immediate scan for a roaming client */
59 /* 1 */ SCAN_SCC_ROAMING_CONT, /**< Indicates a scan from the continuous scan for a roaming client */
163 * - copies current SSID for roaming scans
  /development/samples/Snake/src/com/example/android/snake/
Snake.java 28 * serpent roaming around the garden looking for apples. Be careful, though,
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 90 * GSM roaming status solely based on TS 27.007 7.2 CREG. Only used by
91 * handlePollStateResult to store CREG roaming result.
96 * Data roaming status solely based on TS 27.007 10.1.19 CGREG. Only used by
97 * handlePollStateResult to store CGREG roaming result.
730 * Since the roaming states of gsm service (from +CREG) and
732 * is set roaming while either one is roaming.
735 * as roaming while gsm service reports roaming but indeed it is
736 * not roaming between operators
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connApi.h 61 CONN_TYPE_ROAM /* Perform roaming connection. (Re Association) */
smePrivate.h 52 TI_UINT32 uStatusCode; /* Extra information to the reason. i.e. packet status code or roaming trigger */

Completed in 302 milliseconds

12 3 4 5 6 7 8 91011>>