diff --git a/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json b/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json
new file mode 100644
index 0000000000000000000000000000000000000000..8a313883fc838ac3a22229d21960c886aa7c71c7
--- /dev/null
+++ b/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json
@@ -0,0 +1,31 @@
+{
+        "events" : [
+                {
+                        "type": "wifi-event",
+                        "name": "brcm",
+                        "ifname": "wl0",
+                        "family": "bcmwl",
+                        "group": [
+                                "notify"
+                        ]
+                },
+                {
+                        "type": "wifi-event",
+                        "name": "brcm",
+                        "ifname": "wl1",
+                        "family": "bcmwl",
+                        "group": [
+                                "notify"
+                        ]
+                },
+                {
+                        "type": "wifi-event",
+                        "name": "brcm",
+                        "ifname": "wl2",
+                        "family": "bcmwl",
+                        "group": [
+                                "notify"
+                        ]
+		}
+        ]
+}
diff --git a/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json b/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json
new file mode 100644
index 0000000000000000000000000000000000000000..bef16063e17bbb4de74ed267d0a38789a86b2f70
--- /dev/null
+++ b/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json
@@ -0,0 +1,22 @@
+{
+        "events" : [
+                {
+                        "type": "wifi-event",
+                        "name": "brcm",
+                        "ifname": "wl0",
+                        "family": "bcmwl",
+                        "group": [
+                                "notify"
+                        ]
+                },
+                {
+                        "type": "wifi-event",
+                        "name": "brcm",
+                        "ifname": "wl1",
+                        "family": "bcmwl",
+                        "group": [
+                                "notify"
+                        ]
+                }
+        ]
+}