mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
c7caac56b7
bss->freq was not updated for IBSS, so whatever old value was stored from a previous AP mode operation could end up having been used as the channel when trying to send Authentication frames in an RSN IBSS. This resulted in the frame not sent (cfg80211 rejects it) and potentially not being able to re-establish connection due to 4-way handshake failing with replay counter mismatches. Fix this by learning the operating channel of the IBSS both when join event is received and when a management frame is being transmitted since the IBSS may have changed channels due to merges. Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
ap | ||
common | ||
crypto | ||
drivers | ||
eap_common | ||
eap_peer | ||
eap_server | ||
eapol_auth | ||
eapol_supp | ||
l2_packet | ||
p2p | ||
pae | ||
radius | ||
rsn_supp | ||
tls | ||
utils | ||
wps | ||
lib.rules | ||
Makefile |