dbus: Add global capabilities property
authorDan Williams <dcbw@redhat.com>
Sat, 29 Sep 2012 16:06:30 +0000 (19:06 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Sep 2012 16:06:30 +0000 (19:06 +0300)
commit1634ac0654eba8d458640a115efc0a6cde3bac4d
treee0196f8906313d6ecbff97d045b2981b233b3d4c
parent817762d9c46bea8cfd73d0e5b449ad67ad451d2f
dbus: Add global capabilities property

Otherwise it's difficult to determine if the supplicant was built with
CONFIG_AP, CONFIG_IBSS_RSN, CONFIG_P2P, etc. CONFIG_AP and CONFIG_P2P
can be inferred from the introspection data of the Interface object,
but CONFIG_IBSS_RSN does not change the introspection data at all and
thus it's impossible to determine whether the supplicant supports it
without knowing its compile-time options.

Signed-hostap: Dan Williams <dcbw@redhat.com>
intended-for: hostap-1
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_new_handlers.h