- onJoin(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
-
Called before a join.
- onJoinError(AccessPointConfiguration, Exception) - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that a join failed using the given configuration.
- onMount(SoftAPConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
-
Called when the softAP has been mounted.
- onScan(AccessPoint[]) - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that a scan has been done.
- onScan(AccessPoint[]) - Method in class com.microej.example.wifi.setup.SoftAPConnector
-
Called when a scan is done.
- onSoftAPMount(SoftAPConfiguration) - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that the softAP is now mounted using the given configuration.
- onSoftAPMountError(SoftAPConfiguration, IOException) - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that the mount of the Soft AP failed using the given configuration.
- onSoftAPUnmount() - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that the Soft AP has been unmounted.
- onSuccessfulJoin(AccessPointConfiguration) - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that a join was successful using the given configuration.
- onSuccessfulJoin(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
-
Called when a successful join is done.
- onTryingJoin(AccessPointConfiguration) - Method in interface com.microej.example.wifi.setup.ConnectorListener
-
Notifies that a join will be done with the given configuration.
- onUnmount() - Method in class com.microej.example.wifi.setup.SoftAPConnector
-
Called when the softAP has been unmounted.