<div dir="ltr">Hi,<br><br>I'm trying to start/stop our Wi-Fi sharing daemons [1] in tandem with wifi up/down. On AA we used to patch /sbin/wifi, but on BB it seems this logic has moved into netifd and that it may be possible to do it patchless, perhaps by monitoring ubus for some event?<br><br>I tried just doing "ubus listen" in one shell and then running "wifi" from another, but that doesn't give much to go on:<br><br>  { "ubus.object.remove": {"id":-1034588819,"path":"hostapd.wlan0"} }<br>  { "ubus.object.add": {"id":-522709706,"path":"hostapd.wlan0"} }<br><br>Is it possible to register with netifd or something to get more events?<br><br><a href="http://anyfi.net/documentation#architecture">1. Anyfi.net architecture</a><br><br>Many thanks,<br><br>Johan<br><br></div>