[PATCH 04/15] monitor: add Cisco Meraki as a printable vendor
James Prestwood <[email protected]> Fri, 22 Aug 2025 12:51:07 -0700
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
---
monitor/nlmon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/monitor/nlmon.c b/monitor/nlmon.c
index 7924f6f2..65437dc8 100644
--- a/monitor/nlmon.c
+++ b/monitor/nlmon.c
@@ -404,6 +404,7 @@ static const struct {
{ { 0x00, 0x50, 0xf2 }, "Microsoft" },
{ { 0x00, 0x90, 0x4c }, "Epigram" },
{ { 0x50, 0x6f, 0x9a }, "Wi-Fi Alliance" },
+ { { 0x00, 0x18, 0x0a }, "Cisco Meraki" },
{ }
};
--
2.34.1