mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Added 11ax in mediaType
This commit is contained in:
parent
d804ec0d57
commit
1ebbb82cd1
1 changed files with 4 additions and 0 deletions
|
|
@ -319,6 +319,10 @@ static char *get_datamodel_media_type(const char *media)
|
|||
return "IEEE 802.11n 5.0";
|
||||
else if (!strcmp(media, "IEEE 802_11AC_5_GHZ"))
|
||||
return "IEEE 802.11ac";
|
||||
else if (!strcmp(media, "IEEE 802_11AX_2_4_GHZ"))
|
||||
return "IEEE 802.11ax 2.4";
|
||||
else if (!strcmp(media, "IEEE 802_11AX_5_GHZ"))
|
||||
return "IEEE 802.11ax 5.0";
|
||||
else if (!strcmp(media, "IEEE 802_11AD_60_GHZ"))
|
||||
return "IEEE 802.11ad";
|
||||
else if (!strcmp(media, "IEEE 802_11AF_GHZ"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue