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

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

public class WpaSupplicantStatus
extends Object


Constructor Summary
WpaSupplicantStatus(String iface)
           
 
Method Summary
 String getAddress()
           
 String getBssid()
           
 String getGroupCipher()
           
 String getIpAddress()
           
 String getKeyMgmt()
           
 String getMode()
           
 String getPairwiseCipher()
           
 String getSsid()
           
 String getWpaState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpaSupplicantStatus

public WpaSupplicantStatus(String iface)
                    throws EsfException
Throws:
EsfException
Method Detail

getMode

public String getMode()

getBssid

public String getBssid()

getSsid

public String getSsid()

getPairwiseCipher

public String getPairwiseCipher()

getGroupCipher

public String getGroupCipher()

getKeyMgmt

public String getKeyMgmt()

getWpaState

public String getWpaState()

getIpAddress

public String getIpAddress()

getAddress

public String getAddress()


Copyright © 2013. All Rights Reserved.