wpa_supplicant / hostapd
2.5
|
wpa_supplicant - D-Bus introspection Copyright (c) 2009, Witold Sowa witol Copyright (c) 2010, Jouni Malinen d.so wa@gm ail. comj@w1. fiMore...
#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 witol Copyright (c) 2010, Jouni Malinen d.so wa@gm ail. comj@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.