D-Bus: Fix ServiceDiscoveryResponse to accept int32 dialog_token
authorJouni Malinen <j@w1.fi>
Wed, 31 Dec 2014 08:45:50 +0000 (10:45 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 31 Dec 2014 08:47:31 +0000 (10:47 +0200)
commit2544394406424f0157b3e3a259a57a4b0fb0b202
tree9238e4124fc8d4ef55bca8222cd84374a319dda9
parent9c4694ce7ca3cd4bffe9c4b0097e7e254fb3bb75
D-Bus: Fix ServiceDiscoveryResponse to accept int32 dialog_token

The ServiceDiscoveryRequest signal uses int32 for encoding dialog_token
for some reason (even though this is a u8 field).
ServiceDiscoveryResponse is supposed to accept the values from the
signal as-is, so extend that to accept int32 in addition to the
previously used uint32.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_new_handlers_p2p.c