mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 00:34:03 -05:00
8e2c5f1a20
The dbus interface documentation says the following about the WPS property of the fi.w1.wpa_supplicant1.BSS interface: == WPS information of the BSS. Empty dictionary indicates no WPS support. Dictionary entries are: Type s "pbc", "pin", "" == However the implementation returns "type" => "" for BSSes that do not support WPS. Fix the implementation to match the documentation. Return empty dictionary if there is no WPS support. And "type" => "" if WPS is supported, but is not in progress right now. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> |
||
---|---|---|
.. | ||
.gitignore | ||
dbus_common_i.h | ||
dbus_common.c | ||
dbus_common.h | ||
dbus_dict_helpers.c | ||
dbus_dict_helpers.h | ||
dbus_new_handlers_p2p.c | ||
dbus_new_handlers_p2p.h | ||
dbus_new_handlers_wps.c | ||
dbus_new_handlers.c | ||
dbus_new_handlers.h | ||
dbus_new_helpers.c | ||
dbus_new_helpers.h | ||
dbus_new_introspect.c | ||
dbus_new.c | ||
dbus_new.h | ||
dbus_old_handlers_wps.c | ||
dbus_old_handlers.c | ||
dbus_old_handlers.h | ||
dbus_old.c | ||
dbus_old.h | ||
dbus-wpa_supplicant.conf | ||
fi.epitest.hostap.WPASupplicant.service.in | ||
fi.w1.wpa_supplicant1.service.in | ||
Makefile |