Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If RTL88xx support 11ac or only can use 11n to broadcast? #340

Open
yuace opened this issue Apr 22, 2024 · 4 comments
Open

If RTL88xx support 11ac or only can use 11n to broadcast? #340

yuace opened this issue Apr 22, 2024 · 4 comments

Comments

@yuace
Copy link

yuace commented Apr 22, 2024

hi,

I use wifibroadcast with RTL88xx, but I find only work in 11n.( Enable CONFIG_80211AC_VHT)
If RTL88xx support 11ac or only can use 11n to broadcast?

Thanks!

@svpcom
Copy link
Owner

svpcom commented Apr 22, 2024

By default wfb_tx support only 11n injection. But you can patch it to allow 11ac (need to add additional flags to radiotap header if mcs_index is 11ac). Pull requests are welcome

See https://github.com/svpcom/rtl8812au/blob/60cb82df48247e94bae91c0642c17c90ad8d6276/core/rtw_xmit.c#L4335

@yuace
Copy link
Author

yuace commented Apr 22, 2024 via email

@libc0607
Copy link

libc0607 commented May 8, 2024

For anyone who wants to test VHT rates, I've made a dirty patch here.

Only tested on my 8812au & 8812eu, with an SDR receiver as a spectrum analyzer. Tested several combinations of MCS rates, STBC, and LDPC, and all features seem working.

I've added an arg -N for VHT NSS. The HT/VHT is automatically determined by (bandwidth>=80). The other arguments are the same.

I'm not sure if I'm doing the mod in the right way... I can open a pull request if someone else proves it's working.

@yuace
Copy link
Author

yuace commented May 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants