We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a55cf6 commit 0d4649bCopy full SHA for 0d4649b
src/config.rs
@@ -185,7 +185,7 @@ fn get_latest_wifi_version() -> std::io::Result<u16> {
185
// for checking 6GHz: filter_iw_list("5955.0 MHz")
186
// We don't use this right now. This is for future expansion with Wi-Fi 6E devices
187
188
- if filter_iw_list("HE Iftypes: AP")? {
+ if filter_iw_list("HE PHY Capabilities")? {
189
// 802.11ax
190
Ok(6)
191
} else if filter_iw_list("VHT Capabilities")? {
0 commit comments