Rin Cat (鈴猫)
Rin Cat (鈴猫)
Maybe you can try `modprobe 88x2bu vht_enable=2`.
@jbd1986 I don't know since I don't have their internal documents, I can only guess why their logic is set up like this. Set `vht_enable = 2` is the only...
@jbd1986 VHT is a feature in 802.11ac, it does not work if you set it to 802.11n mode. 802.11n only support HT.
@jbd1986 you can remove and reload the module to do that. By default `rtw_vht_enable=1` which will enable VHT if available, but it usually not work. This may be a bug...
Sorry, I do not understand what you mean. If you wanna test evil twin attack, you should check Kali linux.
`make USER_EXTRA_CFLAGS="-DCONFIG_CONCURRENT_MODE"` will enable VIF, but I did not test if it usable in the attack.
Can you check how many interface you have? After enable that I have 2 same interfaces.
Hi, set `echo 6 > /proc/net/rtl88x2bu/log_level` and see `dmesg`. Is there any `new beacon occur!!` in the log?
txpower is not implemented in the official driver. https://github.com/RinCat/RTL88x2BU-Linux-Driver/blob/master/os_dep/linux/ioctl_cfg80211.c#L4180