TDLS: Use a valid dialog-token in a setup request
A zero dialog-token is considered invalid by IEEE Std 802.11z-2010. Signed-off-by: Arik Nemtsov <arik@wizery.com> Cc: Kalyan C Gaddam <chakkal@iit.edu>
This commit is contained in:
parent
ba3936d990
commit
568526f1ea
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ skip_ies:
|
|||
"Handshake Message 1 (peer " MACSTR ")",
|
||||
MAC2STR(peer->addr));
|
||||
|
||||
wpa_tdls_tpk_send(sm, peer->addr, WLAN_TDLS_SETUP_REQUEST, 0, 0,
|
||||
wpa_tdls_tpk_send(sm, peer->addr, WLAN_TDLS_SETUP_REQUEST, 1, 0,
|
||||
rbuf, pos - rbuf);
|
||||
os_free(rbuf);
|
||||
|
||||
|
|
Loading…
Reference in a new issue