Package | Description |
---|---|
com.microej.example.wifi.setup.rest |
Rest implementation to provide Wi-Fi credential using a SoftAp.
|
com.microej.example.wifi.setup.rest.endpoint |
Endpoints used to manage the softAp.
|
Modifier and Type | Method and Description |
---|---|
static void |
Main.start(RestSoftAPConnector connector,
java.lang.String ipAddr,
java.lang.String netMask,
boolean useDhcp,
java.lang.String softApSsid,
java.lang.String softApPassphrase,
ej.ecom.wifi.SecurityMode softApSecurity)
Configures and starts the connector.
|
Modifier and Type | Field and Description |
---|---|
protected RestSoftAPConnector |
SoftAPEndpoint.connector
The rest connector providing the endpoint.
|
Constructor and Description |
---|
DiagnosticEndPoint(RestSoftAPConnector restSoftAPConnector)
Instantiates a
DiagnosticEndPoint . |
JoinEndPoint(RestSoftAPConnector connector)
Instantiates a
JoinEndPoint . |
ScanEndPoint(RestSoftAPConnector connector)
Instantiates a
ScanEndPoint . |
SoftAPEndpoint(java.lang.String uri,
RestSoftAPConnector connector)
Instantiates a
SoftAPEndpoint . |