D-Bus: Add function documentation for wpas_dbus_unregister_interface()
This is needed to add this function into Doxygen documentation. Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
This commit is contained in:
parent
adfbbd2b48
commit
09d5048b76
1 changed files with 5 additions and 0 deletions
|
@ -3337,6 +3337,11 @@ err:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* wpas_dbus_unregister_interface - Unregister the interface from D-Bus
|
||||||
|
* @wpa_s: wpa_supplicant interface structure
|
||||||
|
* Returns: 0 on success, -1 on failure
|
||||||
|
*/
|
||||||
int wpas_dbus_unregister_interface(struct wpa_supplicant *wpa_s)
|
int wpas_dbus_unregister_interface(struct wpa_supplicant *wpa_s)
|
||||||
{
|
{
|
||||||
struct wpas_dbus_priv *ctrl_iface;
|
struct wpas_dbus_priv *ctrl_iface;
|
||||||
|
|
Loading…
Reference in a new issue