When CONFIG_IEEE80211W=y, attempting to use busctl introspect on an interface fails: # busctl introspect fi.w1.wpa_supplicant1 /fi/w1/wpa_supplicant1/Interfaces/0 Duplicate property It turns out that the fi.w1.wpa_supplicant1.Interface interface has two properties named "Pmf", with different types: <property name="Pmf" type="u" access="readwrite"/> <property name="Pmf" type="s" access="readwrite"/> Both of which are indeed present in the dictionary returned by org.freedesktop.DBus.Properties.GetAll, which is a dbus protocol violation. Reverting commit adf8f45f8af2 (D-Bus: Implement Pmf property) fixes the problem for me. Matthijs _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap