Profile |
Profile.authType(String authType) |
The type of Wi-Fi network.
|
Profile |
Profile.autoWifi(Boolean autoWifi) |
Indicates whether to automatically select the best authentication method available.
|
Profile |
Profile.bssType(String bssType) |
Use **infra** for infrastructure-based networks.
|
Profile |
Profile.channel(Integer channel) |
The channel number of the Wi-Fi network.
|
Profile |
Profile.defaultProfile(Boolean defaultProfile) |
Indicates whether this is your preferred wireless network.
|
Profile |
Profile.eap(String eap) |
For `authType` **wpa-eap** or **wpa2-eap**.
|
Profile |
Profile.eapCaCert(ModelFile eapCaCert) |
eapCaCert
|
Profile |
Profile.eapClientCert(ModelFile eapClientCert) |
eapClientCert
|
Profile |
Profile.eapClientKey(ModelFile eapClientKey) |
eapClientKey
|
Profile |
Profile.eapClientPwd(String eapClientPwd) |
For `eap` **tls**.
|
Profile |
Profile.eapIdentity(String eapIdentity) |
For `authType` **wpa-eap** or **wpa2-eap**.
|
Profile |
Profile.eapIntermediateCert(ModelFile eapIntermediateCert) |
eapIntermediateCert
|
Profile |
Profile.eapPwd(String eapPwd) |
For `eap` **peap**.
|
static Profile |
Profile.fromJson(String jsonString) |
Create an instance of Profile given an JSON string
|
Profile |
Profile.hiddenSsid(Boolean hiddenSsid) |
Indicates if the network doesn't broadcast its SSID.
|
Profile |
Profile.name(String name) |
Your name for the Wi-Fi profile.
|
Profile |
Profile.psk(String psk) |
For `authType` **wpa-psk or **wpa2-psk**.
|
Profile |
Profile.ssid(String ssid) |
The name of the wireless network.
|
Profile |
Profile.wsec(String wsec) |
The type of encryption.
|