]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - iw.h
link: update for MLO
[thirdparty/iw.git] / iw.h
diff --git a/iw.h b/iw.h
index e712c590e8993384df831152e7d43b47965142ff..45e4fbee8a7b5fb4113b354c302bc37257b86af5 100644 (file)
--- a/iw.h
+++ b/iw.h
@@ -242,6 +242,8 @@ const char *get_status_str(uint16_t status);
 enum print_ie_type {
        PRINT_SCAN,
        PRINT_LINK,
+       PRINT_LINK_MLO_MLD,
+       PRINT_LINK_MLO_LINK,
 };
 
 #define BIT(x) (1ULL<<(x))