Skip to content
Snippets Groups Projects
Commit 11a619ee authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

brcm63xx: smarthub3/disc enable scan events


Enable receiving scan events using nl80211.

Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent 5e27bc0d
Branches
Tags
1 merge request!126brcm63xx: smarthub3/disc enable scan events
...@@ -26,6 +26,33 @@ ...@@ -26,6 +26,33 @@
"group": [ "group": [
"notify" "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"
]
} }
] ]
} }
...@@ -17,6 +17,24 @@ ...@@ -17,6 +17,24 @@
"group": [ "group": [
"notify" "notify"
] ]
},
{
"type": "wifi-event",
"name": "cfg",
"ifname": "wl0",
"family": "nl80211",
"group": [
"scan"
]
},
{
"type": "wifi-event",
"name": "cfg",
"ifname": "wl1",
"family": "nl80211",
"group": [
"scan"
]
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment