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