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

Function ieee80211_notify_node_auth

freebsd/net80211/ieee80211_freebsd.c:973–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973void
974ieee80211_notify_node_auth(struct ieee80211_node *ni)
975{
976 struct ieee80211vap *vap = ni->ni_vap;
977 struct ifnet *ifp = vap->iv_ifp;
978
979 IEEE80211_NOTE(vap, IEEE80211_MSG_NODE, ni, "%s", "node auth");
980
981 notify_macaddr(ifp, RTM_IEEE80211_AUTH, ni->ni_macaddr);
982}
983
984void
985ieee80211_notify_country(struct ieee80211vap *vap,

Callers 2

hostap_auth_openFunction · 0.85
hostap_auth_sharedFunction · 0.85

Calls 1

notify_macaddrFunction · 0.85

Tested by

no test coverage detected