WifiConfigurationpublic class WifiConfiguration extends Object implements android.os.Parcelable
Fields Summary |
---|
public String | BSSID | public String | FQDN | public String | SSID | public BitSet | allowedAuthAlgorithms | public BitSet | allowedGroupCiphers | public BitSet | allowedKeyManagement | public BitSet | allowedPairwiseCiphers | public BitSet | allowedProtocols | public android.net.wifi.WifiEnterpriseConfig | enterpriseConfig | public boolean | hiddenSSID | public int | networkId | public String | preSharedKey | public int | priority | public int | status | public String[] | wepKeys | public int | wepTxKeyIndex |
Constructors Summary |
---|
public WifiConfiguration()
throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public java.lang.String | toString() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|
|