Searched refs:notify_macaddr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.c | 772 notify_macaddr(struct ifnet *ifp, int op, const uint8_t mac[IEEE80211_ADDR_LEN]) in notify_macaddr() function 794 notify_macaddr(ifp, newassoc ? in ieee80211_notify_node_join() 798 notify_macaddr(ifp, newassoc ? in ieee80211_notify_node_join() 819 notify_macaddr(ifp, RTM_IEEE80211_LEAVE, ni->ni_macaddr); in ieee80211_notify_node_leave() 900 notify_macaddr(ifp, RTM_IEEE80211_WDS, ni->ni_macaddr); in ieee80211_notify_wds_discover() 974 notify_macaddr(ifp, RTM_IEEE80211_DEAUTH, ni->ni_macaddr); in ieee80211_notify_node_deauth() 985 notify_macaddr(ifp, RTM_IEEE80211_AUTH, ni->ni_macaddr); in ieee80211_notify_node_auth()
|