mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-07 04:34:04 -05:00
D-Bus: Add function documentation for wpas_dbus_register_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
c5967f027a
commit
adfbbd2b48
@ -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)
|
int wpas_dbus_register_interface(struct wpa_supplicant *wpa_s)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user