lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.01k stars 278 forks source link

Add 802.11ax(wifi6) ability #362

Closed Catty2014 closed 6 months ago

Catty2014 commented 7 months ago

This PR adds 802.11ax(wifi6) ability to create_ap and GUI. This PR solves #357 In create_ap, an option named --ieee80211ax is added. In GUI, a checkbox "IEEE80211ax" is added.

lakinduakash commented 7 months ago

Thanks for the contribution. Were you able to compile this with the current Makefile? What is the gtk version you used?

Catty2014 commented 7 months ago

I use gtk 3.24.38 and it compiles successfully.

2023年11月24日 05:05:58 Lakindu Akash @.***>:

Thanks for the contribution. Were you able to compile this with the current Makefile? What is the gtk version you used?

— Reply to this email directly, view it on GitHub[https://github.com/lakinduakash/linux-wifi-hotspot/pull/362#issuecomment-1824901197], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AJ76AU3IZLCPJY36VXDYBKTYF63DBAVCNFSM6AAAAAA7WGZHBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRUHEYDCMJZG4]. You are receiving this because you authored the thread.[追踪用途的图像][https://github.com/notifications/beacon/AJ76AU6HONQGMGQTTX53BP3YF63DBA5CNFSM6AAAAAA7WGZHBCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTMYXEE2.gif]

unphased commented 7 months ago

This would be epic. So far I am able to get AC 40mhz working on my Intel Corporation Wi-Fi 6 AX200 (rev 1a), can only get a 40Mhz band by leaving Channel as Auto because none of the higher than 20mhz channels i tried would actually work. But somehow the default channel 36 can sometimes connect as AC on 40Mhz leading to 300 or so Mbit which is okay, but not stellar. Being able to obtain AX would be wonderful...

I will report back my findings.

unphased commented 7 months ago

Update: Not working for me on this particular hardware of mine. It just produces the usual "Failed to run hostapd" error

robertkirkman commented 6 months ago

WORKING for me.

Thank you!!!

copitz commented 6 months ago

Works fine for me - thank you very much! (IMHO this could and should be merged)

lakinduakash commented 6 months ago

ATM I don't have an Ubuntu machine, But I hope it compiles and works fine as others feedback. Thanks for the contribution

TriMoon commented 5 months ago

@unphased

Update: Not working for me on this particular hardware of mine. It just produces the usual "Failed to run hostapd" error

That is caused by the intel driver limiting functionality, it's same on AX210... Intel's LAR (Locality Aware Regulator) is what is screwing us over with respect to higher than 2.4GHz bands..

lilkidsuave commented 3 months ago

Can you make it also compatible with 6e?