Aide Wifi

public class WifiHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.WifiHelper


Classe d'assistance pour la manipulation des services Wi-Fi sur l'appareil.

Résumé

Champs

public static final String INSTRUMENTATION_PKG

Constructeurs publics

WifiHelper(ITestDevice device)
WifiHelper(ITestDevice device, String wifiUtilApkPath)
WifiHelper(ITestDevice device, String wifiUtilApkPath, boolean doSetup)

Autre constructeur pouvant ignorer la configuration de l'APK Wi-Fi.

WifiHelper(ITestDevice device, String wifiUtilApkPath, boolean doSetup, boolean useV2)

Constructeur indiquant si le nouvel assistant Wi-Fi v2 doit être utilisé.

Méthodes publiques

boolean addOpenNetwork(String ssid)

boolean addOpenNetwork(String ssid, boolean scanSsid)

boolean addWpaPskNetwork(String ssid, String psk)

boolean addWpaPskNetwork(String ssid, String psk, boolean scanSsid)

boolean checkConnectivity(String urlToCheck)

void cleanUp()

boolean connectToNetwork(String ssid, String psk, String urlToCheck)

IWifiHelper.WifiConnectionResult connectToNetwork(String ssid, String psk, String urlToCheck, boolean scanSsid, String defaultType)

IWifiHelper.WifiConnectionResult connectToNetwork(String ssid, String psk, String urlToCheck, boolean scanSsid)

boolean disableWifi()

boolean disconnectFromNetwork()

boolean enableWifi()

static File extractWifiUtilApk()

Méthode d'assistance pour extraire l'APK de l'utilitaire Wi-Fi du chemin de classe

String getBSSID()

String getIpAddress()

String getSSID()

getWifiInfo()

boolean hasValidIp()

boolean isWifiEnabled()

boolean removeAllNetworks()

boolean startMonitor(long interval, String urlToCheck)

stopMonitor()

boolean waitForIp(long timeout)

boolean waitForWifiDisabled(long timeout)
boolean waitForWifiDisabled()

boolean waitForWifiEnabled(long timeout)
boolean waitForWifiEnabled()

boolean waitForWifiState(WifiState... expectedStates)

Champs

PKG DE COMMANDE

public static final String INSTRUMENTATION_PKG

Constructeurs publics

Aide Wifi

public WifiHelper (ITestDevice device)

Paramètres
device ITestDevice

Génère
DeviceNotAvailableException

Aide Wifi

public WifiHelper (ITestDevice device, 
                String wifiUtilApkPath)

Paramètres
device ITestDevice

wifiUtilApkPath String

Génère
DeviceNotAvailableException

Aide Wifi

public WifiHelper (ITestDevice device, 
                String wifiUtilApkPath, 
                boolean doSetup)

Autre constructeur pouvant ignorer la configuration de l'APK Wi-Fi.

Paramètres
device ITestDevice

wifiUtilApkPath String

doSetup boolean

Génère
DeviceNotAvailableException

Aide Wifi

public WifiHelper (ITestDevice device, 
                String wifiUtilApkPath, 
                boolean doSetup, 
                boolean useV2)

Constructeur indiquant si le nouvel assistant Wi-Fi v2 doit être utilisé. les opérations v2 n'ont pas besoin installer l'APK util wifi.

Paramètres
device ITestDevice

wifiUtilApkPath String

doSetup boolean

useV2 boolean

Génère
DeviceNotAvailableException

Méthodes publiques

addOpenNetwork

public boolean addOpenNetwork (String ssid)

Paramètres
ssid String

Renvoie
boolean

Génère
DeviceNotAvailableException

addOpenNetwork

public boolean addOpenNetwork (String ssid, 
                boolean scanSsid)

Paramètres
ssid String

scanSsid boolean

Renvoie
boolean

Génère
DeviceNotAvailableException

addWpaPskNetwork

public boolean addWpaPskNetwork (String ssid, 
                String psk)

Paramètres
ssid String

psk String

Renvoie
boolean

Génère
DeviceNotAvailableException

addWpaPskNetwork

public boolean addWpaPskNetwork (String ssid, 
                String psk, 
                boolean scanSsid)

Paramètres
ssid String

psk String

scanSsid boolean

Renvoie
boolean

Génère
DeviceNotAvailableException

vérifier la connectivité

public boolean checkConnectivity (String urlToCheck)

Paramètres
urlToCheck String

Renvoie
boolean

Génère
DeviceNotAvailableException

nettoyage

public void cleanUp ()

Génère
DeviceNotAvailableException

se connecter au réseau

public boolean connectToNetwork (String ssid, 
                String psk, 
                String urlToCheck)

Paramètres
ssid String

psk String

urlToCheck String

Renvoie
boolean

Génère
DeviceNotAvailableException

se connecter au réseau

public IWifiHelper.WifiConnectionResult connectToNetwork (String ssid, 
                String psk, 
                String urlToCheck, 
                boolean scanSsid, 
                String defaultType)

Paramètres
ssid String

psk String

urlToCheck String

scanSsid boolean

defaultType String

Renvoie
IWifiHelper.WifiConnectionResult

Génère
DeviceNotAvailableException

se connecter au réseau

public IWifiHelper.WifiConnectionResult connectToNetwork (String ssid, 
                String psk, 
                String urlToCheck, 
                boolean scanSsid)

Paramètres
ssid String

psk String

urlToCheck String

scanSsid boolean

Renvoie
IWifiHelper.WifiConnectionResult

Génère
DeviceNotAvailableException

désactiver le Wi-Fi

public boolean disableWifi ()

Renvoie
boolean

Génère
DeviceNotAvailableException

déconnecterDuRéseau

public boolean disconnectFromNetwork ()

Renvoie
boolean

Génère
DeviceNotAvailableException

activer le Wi-Fi

public boolean enableWifi ()

Renvoie
boolean

Génère
DeviceNotAvailableException

extractWifiUtilApk

public static File extractWifiUtilApk ()

Méthode d'assistance pour extraire l'APK de l'utilitaire Wi-Fi du chemin de classe

Renvoie
File

getBSSID

public String getBSSID ()

Renvoie
String

Génère
DeviceNotAvailableException

getIpAddress

public String getIpAddress ()

Renvoie
String

Génère
DeviceNotAvailableException

getSSID

public String getSSID ()

Renvoie
String

Génère
DeviceNotAvailableException

getWifiInfo

public  getWifiInfo ()

Renvoie

Génère
DeviceNotAvailableException

hasValidIp

public boolean hasValidIp ()

Renvoie
boolean

Génère
DeviceNotAvailableException

isWifiEnabled

public boolean isWifiEnabled ()

Renvoie
boolean

Génère
DeviceNotAvailableException

removeAllNetworks

public boolean removeAllNetworks ()

Renvoie
boolean

Génère
DeviceNotAvailableException

startMonitor

public boolean startMonitor (long interval, 
                String urlToCheck)

Paramètres
interval long

urlToCheck String

Renvoie
boolean

Génère
DeviceNotAvailableException

stopMonitor

public  stopMonitor ()

Renvoie

Génère
DeviceNotAvailableException

WaitForIp

public boolean waitForIp (long timeout)

Paramètres
timeout long

Renvoie
boolean

Génère
DeviceNotAvailableException

WaitForWiFiDésactivé

public boolean waitForWifiDisabled (long timeout)

Paramètres
timeout long

Renvoie
boolean

Génère
DeviceNotAvailableException

WaitForWiFiDésactivé

public boolean waitForWifiDisabled ()

Renvoie
boolean

Génère
DeviceNotAvailableException

WaitForWiFiEnabled

public boolean waitForWifiEnabled (long timeout)

Paramètres
timeout long

Renvoie
boolean

Génère
DeviceNotAvailableException

WaitForWiFiEnabled

public boolean waitForWifiEnabled ()

Renvoie
boolean

Génère
DeviceNotAvailableException

WaitForWiFiState

public boolean waitForWifiState (WifiState... expectedStates)

Paramètres
expectedStates WifiState

Renvoie
boolean

Génère
DeviceNotAvailableException