Package: android.hardware.wifi.supplicant@1.0
ISupplicantCallback
interface ISupplicantCallback
Callback Interface exposed by the supplicant service(ISupplicant).
Clients need to host an instance of this HIDL interface object and pass a reference of the object to the supplicant via the |ISupplicant.registerCallback| method.
Methods
onInterfaceCreated
oneway onInterfaceCreated (string ifName)
Used to indicate that a new interface has been created.
Details |
RPC mode |
|
Parameters |
ifName
|
Name of the network interface, e.g ., wlan0
|
|
onInterfaceRemoved
oneway onInterfaceRemoved (string ifName)
Used to indicate that an interface has been removed.
Details |
RPC mode |
|
Parameters |
ifName
|
Name of the network interface, e.g ., wlan0
|
|
onTerminating
oneway onTerminating ()
Used to indicate that the supplicant daemon is terminating.