]> git.ipfire.org Git - thirdparty/hostap.git/commit
Revert "D-Bus: Implement Pmf property"
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 7 Oct 2018 14:59:39 +0000 (16:59 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 24 Nov 2018 16:03:55 +0000 (18:03 +0200)
commit59d59eb0e03c8201a3a9049ac7d8bfa1ad228522
tree4bd0fbe790996d65af489afdadc23d0cbde98709
parentb8d8928f6cfd657e51164c3aee2484cdb835223b
Revert "D-Bus: Implement Pmf property"

This reverts commit adf8f45f8af27a9ac9429ecde81776b19b6f9224.

It is basically all wrong. The Pmf property did exist, with a signature of
"s" as documented in doc/dbus.doxygen. It was synthesized from
global_fields[].

The patch added a duplicate one, with a signature of "u", in violation
of D-Bus specification and to bemusement of tools that are careful
enough:

  $ busctl introspect fi.w1.wpa_supplicant1 /fi/w1/wpa_supplicant1/Interfaces/666
  Duplicate property

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new.h
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_new_handlers.h