public class SoftAPConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
SoftAPConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets SoftAP name.
|
java.lang.String |
getPassphrase()
Gets SoftAP passphrase.
|
SecurityMode |
getSecurityMode()
Gets SoftAP security mode.
|
java.lang.String |
getSSID()
Gets SoftAP SSID.
|
void |
setName(java.lang.String name)
Sets SoftAP name.
|
void |
setPassphrase(java.lang.String passphrase)
Sets SoftAP passphrase.
|
void |
setSecurityMode(SecurityMode securityMode)
Sets SoftAP security mode.
|
void |
setSSID(java.lang.String ssid)
Sets SoftAP SSID.
|
@Nullable public java.lang.String getName()
null if not set.@Nullable public java.lang.String getPassphrase()
null if not set.@Nullable public SecurityMode getSecurityMode()
null if not set.@Nullable public java.lang.String getSSID()
null if not set.public void setName(@Nullable
java.lang.String name)
name - SoftAP name or null.public void setPassphrase(@Nullable
java.lang.String passphrase)
passphrase - SoftAP passphrase or null.public void setSecurityMode(@Nullable
SecurityMode securityMode)
securityMode - SoftAP security mode or null.public void setSSID(@Nullable
java.lang.String ssid)
ssid - SoftAP SSID or null.