Skip to content

Instantly share code, notes, and snippets.

@osy
Created March 3, 2024 20:22
Show Gist options
  • Save osy/4025576ec173d0e5ec57d98ea83c75e0 to your computer and use it in GitHub Desktop.
Save osy/4025576ec173d0e5ec57d98ea83c75e0 to your computer and use it in GitHub Desktop.
MT7922/RZ616 Windows Hotspot Channel Settings

Windows Hotspot allows you to easily create an AP (Access Point) from your existing Wifi card. Many computers such as the ROG Ally have a variant of the MT7922 chipset which supports Wifi 6E and it can be used to create a high bandwidth P2P connection for game and VR streaming. Unfortunately, Windows does not provide much support for configuration of the AP channel and bandwidth. Fortunately, it is possible to change these from some registry entries. Note that you must reboot for the changes to take place.

The location of the registry key is inside HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class{4d36e972-e325-11ce-bfc1-08002be10318} and depends on the order the network devices are installed on your computer. For example, it is HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class{4d36e972-e325-11ce-bfc1-08002be10318}\0001 on the ROG Ally. Look at the data for value DriverDesc to confirm that you are in the right key.

WfdGOOperatingChannel

Sets the preferred channel number. Currently unknown if it is possible to specify a 6GHz channel.

Data Description
0 (Default) Select the best channel.
1-173 Select a specific channel number.

P2P_GO_Band

Specify the channel bandwidth.

Data Description
0 20MHz
1 40MHz
2 (Default) 80MHz
3 (Unknown) shows as 80MHz

WfdPhyMode

Physical mode for GO connections.

Data Description
1 (Default) 802.11ac
2 802.11ax

Appendix: Turning on Windows Hotspot without an internet connection

If you want to use the AP feature without an internet connection, it is possible through these instructions.

@Etienne-Schmitt
Copy link

Etienne-Schmitt commented Mar 30, 2024

Hi,
Is it possible possible to add which type the the new registre entry should be created?

REG_SZ, REG_BINARY, REG_DWORD, REG_QORD, REG_MULTI_SZ, REG_EXPAND_SZ?

And can we see somewhere in windows if the change works instead of just having to do a speedtest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment