dbus: Add missing signal description for WPS (7)
Commit caff399250
added a property named
"WPS" to the dbus interface. It did not add the new
WPAS_DBUS_BSS_PROP_WPS property to the function responsible for marking
changed properties though. This cause the following messages to be
printed repeatedly to syslog:
dbus: wpas_dbus_bss_signal_prop_changed: Unknown Property value 7
Signed-hostap: Peter Wu <lekensteyn@gmail.com>
This commit is contained in:
parent
9ca8427486
commit
a24a5ccb28
1 changed files with 3 additions and 0 deletions
|
@ -1808,6 +1808,9 @@ void wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s,
|
|||
case WPAS_DBUS_BSS_PROP_RSN:
|
||||
prop = "RSN";
|
||||
break;
|
||||
case WPAS_DBUS_BSS_PROP_WPS:
|
||||
prop = "WPS";
|
||||
break;
|
||||
case WPAS_DBUS_BSS_PROP_IES:
|
||||
prop = "IEs";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue