mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
wlantest: Add TDLS entry on TDLS Setup Request
This will make the TDLS counters available even if setup fails.
This commit is contained in:
parent
2caf69247b
commit
8a1cf4be21
@ -201,6 +201,7 @@ static void rx_data_tdls_setup_request(struct wlantest *wt, const u8 *bssid,
|
|||||||
" initiator STA " MACSTR " responder STA " MACSTR,
|
" initiator STA " MACSTR " responder STA " MACSTR,
|
||||||
MAC2STR(elems.link_id), MAC2STR(elems.link_id + ETH_ALEN),
|
MAC2STR(elems.link_id), MAC2STR(elems.link_id + ETH_ALEN),
|
||||||
MAC2STR(elems.link_id + 2 * ETH_ALEN));
|
MAC2STR(elems.link_id + 2 * ETH_ALEN));
|
||||||
|
get_tdls(wt, elems.link_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user