Added 11ax in mediaType

This commit is contained in:
vdutta 2021-09-20 22:51:06 +05:30
parent d804ec0d57
commit 1ebbb82cd1

View file

@ -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"))