diff --git a/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json b/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json index b618bdab3dcaa37396844f9780261bf4e6da2bce..a6c4ecccad8abbad11d80e644c1b7ec8af4d64ed 100644 --- a/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json +++ b/iopsys-brcm63xx-arm/disc/base-files/etc/wifi.json @@ -26,6 +26,33 @@ "group": [ "notify" ] + }, + { + "type": "wifi-event", + "name": "cfg", + "ifname": "wl0", + "family": "nl80211", + "group": [ + "scan" + ] + }, + { + "type": "wifi-event", + "name": "cfg", + "ifname": "wl1", + "family": "nl80211", + "group": [ + "scan" + ] + }, + { + "type": "wifi-event", + "name": "cfg", + "ifname": "wl2", + "family": "nl80211", + "group": [ + "scan" + ] } ] } diff --git a/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json b/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json index ea11010fbe014e7e828d36b11b816ee498f6297f..132e768166da278b371aa179f82da8621a9ae2b1 100644 --- a/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json +++ b/iopsys-brcm63xx-arm/smarthub3/base-files/etc/wifi.json @@ -17,6 +17,24 @@ "group": [ "notify" ] + }, + { + "type": "wifi-event", + "name": "cfg", + "ifname": "wl0", + "family": "nl80211", + "group": [ + "scan" + ] + }, + { + "type": "wifi-event", + "name": "cfg", + "ifname": "wl1", + "family": "nl80211", + "group": [ + "scan" + ] } ] }