com.esf.device.wifi.service
Class WpaSupplicant
java.lang.Object
com.esf.device.wifi.service.WpaSupplicant
public class WpaSupplicant
- extends java.lang.Object
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 |
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
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)