mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
D-Bus: Add pmf to global capabilities
This indicates that the wpa_supplicant binary has been compiled with PMF support. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
76055b4c61
commit
3cdb4ac074
@ -991,6 +991,9 @@ dbus_bool_t wpas_dbus_getter_global_capabilities(
|
||||
#ifdef CONFIG_INTERWORKING
|
||||
capabilities[num_items++] = "interworking";
|
||||
#endif /* CONFIG_INTERWORKING */
|
||||
#ifdef CONFIG_IEEE80211W
|
||||
capabilities[num_items++] = "pmf";
|
||||
#endif /* CONFIG_IEEE80211W */
|
||||
|
||||
return wpas_dbus_simple_array_property_getter(iter,
|
||||
DBUS_TYPE_STRING,
|
||||
|
Loading…
Reference in New Issue
Block a user