com.esf.device.wifi.service
Class WpaSupplicant

java.lang.Object
  extended by com.esf.device.wifi.service.WpaSupplicant

public class WpaSupplicant
extends java.lang.Object


Constructor Summary
WpaSupplicant(IEsfLoggerService esfLoggerService, ISystemManagerService systemManagerService, java.lang.String iface, java.lang.String driver, java.lang.String essid, int securityType, java.lang.String passwd)
           
 
Method Summary
 void copyFile(java.lang.String data, java.io.File destination)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpaSupplicant

public WpaSupplicant(IEsfLoggerService esfLoggerService,
                     ISystemManagerService systemManagerService,
                     java.lang.String iface,
                     java.lang.String driver,
                     java.lang.String essid,
                     int securityType,
                     java.lang.String passwd)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

copyFile

public void copyFile(java.lang.String data,
                     java.io.File destination)