iwinfo: add basic IEEE 802.11ax support
[project/iwinfo.git] / iwinfo_lua.c
index abe848bc4c2a058448f57a3d82d4f17231286e7c..9935a8daa5d7a840cbbaec199496fe3de662af8c 100644 (file)
@@ -530,6 +530,9 @@ static int iwinfo_L_hwmodelist(lua_State *L, int (*func)(const char *, int *))
                lua_pushboolean(L, hwmodes & IWINFO_80211_AD);
                lua_setfield(L, -2, "ad");
 
+               lua_pushboolean(L, hwmodes & IWINFO_80211_AX);
+               lua_setfield(L, -2, "ax");
+
                return 1;
        }