|
wpa_supplicant / hostapd
2.5
|
wpa_supplicant - D-Bus introspection Copyright (c) 2009, Witold Sowa witold.sowa@gmail.com Copyright (c) 2010, Jouni Malinen j@w1.fi More...
#include "utils/includes.h"#include "utils/common.h"#include "utils/list.h"#include "utils/wpabuf.h"#include "dbus_common_i.h"#include "dbus_new_helpers.h"Data Structures | |
| struct | interfaces |
Functions | |
| DBusMessage * | wpa_dbus_introspect (DBusMessage *message, struct wpa_dbus_object_desc *obj_dsc) |
| Responds for Introspect calls on object. More... | |
wpa_supplicant - D-Bus introspection Copyright (c) 2009, Witold Sowa witold.sowa@gmail.com Copyright (c) 2010, Jouni Malinen j@w1.fi
| DBusMessage* wpa_dbus_introspect | ( | DBusMessage * | message, |
| struct wpa_dbus_object_desc * | obj_dsc | ||
| ) |
Responds for Introspect calls on object.
| message | Message with Introspect call |
| obj_dsc | Object description on which Introspect was called |
Iterates over all methods, signals and properties registered with object and generates introspection data for the object as XML string.
1.8.6