| java.lang.Object | |
| ↳ | com.datalogic.device.wifi.WifiProfile |
The WifiProfile class is used to both represent a valid Wi-Fi profile and manipulate it (e.g. add, remove, check for existence, etc...). Profiles are created through a builder-pattern.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WifiProfile.Builder | The WifiProfile.Builder class is used create and manipulate Wi-Fi profiles. | ||||||||||
| WifiProfile.CertificateType | Enumeration of the valid encodings for the user-certificate to be used for the EAP authentication. | ||||||||||
| WifiProfile.EapMethod | Enumeration of the valid EAP methods to use for WPA/WPA2 EAP authentication. | ||||||||||
| WifiProfile.EapPhase2 | Enumeration of the valid EAP phase-2 methods to use for WPA/WPA2 EAP authentication. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a new Wi-Fi profile or updates any existing one whose ESSID matches the one represented by the
WifiProfile instance. | |||||||||||
Connect to the Wi-Fi profile whose ESSID matches the one represented by the
WifiProfile instance. | |||||||||||
Disconnect from the Wi-Fi profile whose ESSID matches the one represented by the
WifiProfile instance. | |||||||||||
Tell whether the Wi-Fi a profile whose ESSID matches the one represented by the
WifiProfile instance
is configured (but not necessarily in use). | |||||||||||
Tell whether the Wi-Fi profile whose ESSID matches the one represented by the
WifiProfile instance
is currently connected. | |||||||||||
Remove the Wi-Fi profile whose ESSID matches the one represented by the
WifiProfile instance. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Add a new Wi-Fi profile or updates any existing one whose ESSID matches the one represented by the
WifiProfile instance.
Connect to the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile instance.
Disconnect from the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile instance.
Tell whether the Wi-Fi a profile whose ESSID matches the one represented by the WifiProfile instance
is configured (but not necessarily in use).
Tell whether the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile instance
is currently connected.
Remove the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile instance.