1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00
rtl8812au/core
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 Fix compile issues introduced yesterday + more cleanup 2019-08-17 12:52:47 +02:00
mesh Upload new v5.6.4.1 branch 2019-06-22 15:16:29 +02:00
rtw_ap.c Fix kernel hang with active keepalive disabled 2020-05-20 15:19:33 +08:00
rtw_beamforming.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_br_ext.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_bt_mp.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_btcoex_wifionly.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_btcoex.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_chplan.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_chplan.h Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_cmd.c Fixed scan timeout interfering with normal scan 2019-11-13 16:57:08 +01:00
rtw_debug.c Revert: Test fix for latest kernel which changed 'asm' to 'asm_inline' 2019-12-17 22:28:41 +01:00
rtw_eeprom.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_ieee80211.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
rtw_io.c Minor cleanup. Finish merging code, for now. 2020-02-01 10:15:59 +01:00
rtw_ioctl_query.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_ioctl_rtl.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_ioctl_set.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_iol.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_mem.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_mi.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_mlme_ext.c Some tweaks around the code 2020-02-01 09:04:01 +01:00
rtw_mlme.c Add a simple check to prevent kernel panics from nullptr dereferences 2020-02-01 07:21:46 +01:00
rtw_mp_ioctl.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_mp.c Minor cleanup. Finish merging code, for now. 2020-02-01 10:15:59 +01:00
rtw_odm.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_p2p.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
rtw_pwrctrl.c Fix power savings breaking monitor mode 2019-11-13 21:20:04 +01:00
rtw_recv.c Report correct band in RX radiotap 2020-02-01 07:17:49 +01:00
rtw_rf.c Add a bunch of VID/PID's + Add 8814/8821AU support 2019-11-09 18:53:04 +00:00
rtw_rm_fsm.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_rm.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_rson.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_sdio.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_security.c Fixed build/compile error + some compiler warnings + minor cleanup 2019-11-11 01:04:53 +01:00
rtw_sreset.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_sta_mgt.c Fixed 8821au (8811au) support, fixed fw bug. fixes #466 2019-11-14 20:37:13 +01:00
rtw_tdls.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_vht.c Fix errors from all patches added earlier 2019-09-19 21:05:00 +02:00
rtw_wapi_sms4.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
rtw_wapi.c Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
rtw_wlan_util.c Fox a kernel trace with hostapd + A minor tweak to 'dkms-install.sh' 2019-11-11 03:29:02 +01:00
rtw_xmit.c rtl8812a: do not overwrite sequence number of injected frames 2020-06-26 09:27:54 +04:00