Open nt-o opened 5 years ago
It seems the same TODO comment here https://github.com/aircrack-ng/rtl8812au/blob/v5.2.20/os_dep/linux/ioctl_cfg80211.c#L4264 but the driver supports monitor mode and frame injection.
Naive solution: compare both repos and add monitor mode fixes here.
It seems the same TODO comment here https://github.com/aircrack-ng/rtl8812au/blob/v5.2.20/os_dep/linux/ioctl_cfg80211.c#L4264 but the driver supports monitor mode and frame injection.
Naive solution: compare both repos and add monitor mode fixes here.
can use fluxion?
Referencing https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.2.4.1_22719_COEX20170518-4444.20170613/issues/2
Specifically:
My system: Linux kali 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux
Compiling the driver with the monitor flag in the makefile set to "y" allows me to use iw to set the interface to monitor mode and capture packets using kismet. The problem with airmon-ng persists. I don't know anything about anything but it appears that there might be a relevant TODO on line 4497 of /os_dep/linux/ioctl_cfg80211.c: