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.2k stars 296 forks source link

allow setting channel width #258

Open theofficialgman opened 2 years ago

theofficialgman commented 2 years ago

wifi channel width always seems to default to the lowest width (eg: 20Mhz), allow setting the width in the GUI (eg: 40mhz, 80mhz, whatever is supported)

sigmaSd commented 2 years ago

It seems like we can use https://github.com/latelee/hostapd/blob/master/src/ap/hw_features.c#L312

Can you try this option manually and see if it works?