MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ieee80211_notify_node_deauth

Function ieee80211_notify_node_deauth

freebsd/net80211/ieee80211_freebsd.c:962–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962void
963ieee80211_notify_node_deauth(struct ieee80211_node *ni)
964{
965 struct ieee80211vap *vap = ni->ni_vap;
966 struct ifnet *ifp = vap->iv_ifp;
967
968 IEEE80211_NOTE(vap, IEEE80211_MSG_NODE, ni, "%s", "node deauth");
969
970 notify_macaddr(ifp, RTM_IEEE80211_DEAUTH, ni->ni_macaddr);
971}
972
973void
974ieee80211_notify_node_auth(struct ieee80211_node *ni)

Callers

nothing calls this directly

Calls 1

notify_macaddrFunction · 0.85

Tested by

no test coverage detected