This sets up some new devd notify goodies. We don't seem to have any
net80211-related goodies, so I've structured it such that we have
net80211 as the overarching system, with the intention that subsystem
may be sta/ap/ibss/etc.
The only notifications currently added are:
net80211:sta:assoc, providing $vap, $ssid, $bssid
net80211:sta:disassoc, providing $vap, $ssid, $bssid
A potential use for this is triggering a backup script once a laptop
returns its home wifi network, for instance.