Searched refs:notify_macaddr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.c | 768 notify_macaddr(struct ifnet *ifp, int op, const uint8_t mac[IEEE80211_ADDR_LEN]) in notify_macaddr() function 790 notify_macaddr(ifp, newassoc ? in ieee80211_notify_node_join() 794 notify_macaddr(ifp, newassoc ? in ieee80211_notify_node_join() 815 notify_macaddr(ifp, RTM_IEEE80211_LEAVE, ni->ni_macaddr); in ieee80211_notify_node_leave() 896 notify_macaddr(ifp, RTM_IEEE80211_WDS, ni->ni_macaddr); in ieee80211_notify_wds_discover() 970 notify_macaddr(ifp, RTM_IEEE80211_DEAUTH, ni->ni_macaddr); in ieee80211_notify_node_deauth() 981 notify_macaddr(ifp, RTM_IEEE80211_AUTH, ni->ni_macaddr); in ieee80211_notify_node_auth()
|