com.eurotech.framework.linux.net.wifi
Class WpaSupplicantManager

java.lang.Object
  extended by com.eurotech.framework.linux.net.wifi.WpaSupplicantManager

public class WpaSupplicantManager
extends Object


Constructor Summary
WpaSupplicantManager()
           
 
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
 

Constructor Detail

WpaSupplicantManager

public WpaSupplicantManager()
Method Detail

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.