D-BUS: dev_passwd_id should be "q" because it uses DBUS_TYPE_UINT16
authorNishant Chaprana <n.chaprana@samsung.com>
Thu, 17 Sep 2015 12:46:03 +0000 (18:16 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 25 Sep 2015 17:54:11 +0000 (20:54 +0300)
commitfd7d3c495ee89f3115788b356533571ecf9b6df1
treed017e90b92150b87fae9582d5779ad668fac5496
parentde78844b3345ff9980af1b9f2431c1d53571f87c
D-BUS: dev_passwd_id should be "q" because it uses DBUS_TYPE_UINT16

This corrects the type of dev_passwd_id in GONegotiationRequest event.
This field is packed as DBUS_TYPE_UINT16 but in
wpas_dbus_interface_signals it was "i" which is DBUS_TYPE_INT32.

Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
doc/dbus.doxygen
wpa_supplicant/dbus/dbus_new.c