Skip to content

Commit

Permalink
WifiStatus: Added support Wifi 7 (802.11be)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianferguson committed Jul 26, 2023
1 parent 85abf87 commit 3c06c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/MeasureWifiStatus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ const WCHAR* MeasureWifiStatus::GetPHYString(DOT11_PHY_TYPE value)
case dot11_phy_type_vht: return L"802.11ac";
case dot11_phy_type_dmg: return L"802.11ad";
case dot11_phy_type_he: return L"802.11ax";
case dot11_phy_type_eht: return L"802.11be";
default: return L"???";
}
}
Expand Down

0 comments on commit 3c06c79

Please sign in to comment.