com.eurotech.framework.linux.net.wifi
Class WpaSupplicantManager
java.lang.Object
com.eurotech.framework.linux.net.wifi.WpaSupplicantManager
public class WpaSupplicantManager
- extends Object
Method Summary |
static boolean |
isRunning()
Reports if wpa_supplicant is running |
static void |
start(String interfaceName,
WifiMode mode,
String driver)
|
static void |
stop()
Stops all instances of wpa_supplicant |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WpaSupplicantManager
public WpaSupplicantManager()
start
public static void start(String interfaceName,
WifiMode mode,
String driver)
throws EsfException
- Throws:
EsfException
isRunning
public static boolean isRunning()
throws EsfException
- Reports if wpa_supplicant is running
- Returns:
boolean
- Throws:
EsfException
stop
public static void stop()
throws EsfException
- Stops all instances of wpa_supplicant
- Throws:
Exception
EsfException
Copyright © 2013. All Rights Reserved.