D-Bus: Add function documentation for wpas_dbus_unregister_interface()
authorManeesh Jain <maneesh.jain@samsung.com>
Mon, 22 Jun 2015 04:08:39 +0000 (09:38 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 26 Jun 2015 19:44:41 +0000 (22:44 +0300)
This is needed to add this function into Doxygen documentation.

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
wpa_supplicant/dbus/dbus_new.c

index 14f232b..b228825 100644 (file)
@@ -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)
 {
        struct wpas_dbus_priv *ctrl_iface;