1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00
rtl8812au/hal
Mathy Vanhoef 1b86121806 rtl8812a: do not overwrite sequence number of injected frames
The sequence number of inject frames was being overwritten. This prevents
certain older attacks against WEP fragmentation older TKIP attacks. Fix
this by tracking if a frames was injected in monitor mode, and if so, do
not overwrite its sequence number.

The patch also adds a module parameter to revert this behaviour if needed.
By setting rtw_monitor_overwrite_seqnum to 1, sequence numbers will again
be set by the driver/device. This may by useful if user-space relied on
the driver/device to set sequence numbers.

This patch was tested using an Alfa AWUS036ACH.
2020-06-26 09:27:54 +04:00
..
efuse Add a bunch of VID/PID's + Add 8814/8821AU support 2019-11-09 18:53:04 +00:00
hal_hci Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
led hal_led: Explicitly convert RTW_LED_OFF to enum type LED_CTL_MODE 2020-02-01 09:25:43 +01:00
phydm Fix some compiler errors 2020-03-08 19:53:37 +01:00
rtl8812a rtl8812a: do not overwrite sequence number of injected frames 2020-06-26 09:27:54 +04:00
rtl8814a Minor fix for 8814au BEAMFORMING + retry limit 2020-02-01 06:19:18 +01:00
hal_btcoex_wifionly.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
hal_btcoex.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
hal_com_c2h.h Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
hal_com_phycfg.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
hal_com.c Searching for MAC addr and return output (seems to work fine) 2019-11-11 21:47:20 +01:00
hal_dm_acs.c Use for RTL8814A chip (AWWD-165) 2020-02-01 09:55:13 +01:00
hal_dm_acs.h Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
hal_dm.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
hal_dm.h Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
hal_halmac.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
hal_halmac.h Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
hal_intf.c Better handling of 'fallthrough's 2020-01-20 08:03:10 +01:00
hal_mcc.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
hal_mp.c Some Makefile updates + other minor fixes 2019-10-31 01:43:41 +01:00
hal_phy.c Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
HalPwrSeqCmd.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00