[PATCH 0/6] implement EAP SM param required functionality for the D-Bus interface

Johannes Berg johannes
Wed Nov 2 01:34:06 PDT 2011


On Mon, 2011-10-24 at 10:51 -0500, Dan Williams wrote:
> This patch series implements the EAP SM param required functionality for
> the D-Bus interface, comparable to the functionality already present in
> the socket control interface.  When information is required, the
> Interface object emits a signal that indicates which network the request
> is for, the specific item requested (ie PASSWORD, PIN, NEW_PASSWORD,
> etc) and the optional additional text (like an OTP prompty).  Clients
> listening for that signal can then respond by calling a NetworkReply
> method on the Interface object and providing the information, which
> triggers the EAP SM to continue.

Hmm. This broke compilation when

CONFIG_CTRL_IFACE_DBUS=y
#CONFIG_CTRL_IFACE_DBUS_NEW=y

(and I have P2P enabled, but I don't think it's relevant). Error is:

In file included from dbus/dbus_common.c:24:0:
dbus/dbus_new.h:251:25: error: parameter 3 (?rtype?) has incomplete type


I tried fixing it with the right #include but ran into more include
issues and gave up.

johannes




More information about the Hostap mailing list