mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 09:18:24 -05:00
1b4d379366
ieee80211n_supported_ht_capab is called after ieee80211n_check_40mhz in function hostapd_check_ht_capab. ieee80211n_check_40mhz can return 1 in a valid scenario where the initialization is completed in a callback. In this case ieee80211n_supported_ht_capab is skipped and hostapd does not check the ht capabilities reported by the driver. Fix this issue making sure ieee80211n_supported_ht_capab gets called. Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> |
||
---|---|---|
.. | ||
ap | ||
common | ||
crypto | ||
drivers | ||
eap_common | ||
eap_peer | ||
eap_server | ||
eapol_auth | ||
eapol_supp | ||
l2_packet | ||
p2p | ||
radius | ||
rsn_supp | ||
tls | ||
utils | ||
wps | ||
lib.rules | ||
Makefile |