D-Bus: Add function documentation for wpas_dbus_register_interface()
authorManeesh Jain <maneesh.jain@samsung.com>
Mon, 22 Jun 2015 04:05:08 +0000 (09:35 +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 8372d6d..14f232b 100644 (file)
@@ -3282,6 +3282,11 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
 };
 
 
+/**
+ * wpas_dbus_register_interface - Register an interface with D-Bus
+ * @wpa_s: wpa_supplicant interface structure
+ * Returns: 0 on success, -1 on failure
+ */
 int wpas_dbus_register_interface(struct wpa_supplicant *wpa_s)
 {