Skip to content

Commit

Permalink
Add Wifi 7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and trasher committed Feb 2, 2024
1 parent cb39520 commit 3cbc0e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/WifiNetwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ public static function getWifiCardVersion()
return [
'' => '',
'a' => 'a',
'b' => 'b',
'a/b' => 'a/b',
'a/b/g' => 'a/b/g',
'a/b/g/n' => 'a/b/g/n',
'a/b/g/n/y' => 'a/b/g/n/y',
'ac' => 'ac',
'ax' => 'ax',
'ac' => 'ac', // Wifi 5
'ax' => 'ax', // Wifi 6/6E
'be' => 'be', // Wifi 7
];
}

Expand Down

0 comments on commit 3cbc0e3

Please sign in to comment.