mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
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>
This commit is contained in:
parent
de78844b33
commit
fd7d3c495e
@ -1415,7 +1415,7 @@ Interface for performing P2P (Wi-Fi Peer-to-Peer) P2P Device operations.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>GONegotiationRequest ( o : path, i : dev_passwd_id, y : device_go_intent )</h3>
|
||||
<h3>GONegotiationRequest ( o : path, q : dev_passwd_id, y : device_go_intent )</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
@ -3228,7 +3228,7 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
|
||||
{ "GONegotiationRequest", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||
{
|
||||
{ "path", "o", ARG_OUT },
|
||||
{ "dev_passwd_id", "i", ARG_OUT },
|
||||
{ "dev_passwd_id", "q", ARG_OUT },
|
||||
{ "device_go_intent", "y", ARG_OUT },
|
||||
END_ARGS
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user