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

Function node_free

freebsd/net80211/ieee80211_node.c:1274–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274static void
1275node_free(struct ieee80211_node *ni)
1276{
1277 struct ieee80211com *ic = ni->ni_ic;
1278
1279 ieee80211_ratectl_node_deinit(ni);
1280 ic->ic_node_cleanup(ni);
1281 ieee80211_ies_cleanup(&ni->ni_ies);
1282 ieee80211_psq_cleanup(&ni->ni_psq);
1283 IEEE80211_FREE(ni, M_80211_NODE);
1284}
1285
1286static void
1287node_age(struct ieee80211_node *ni)

Callers

nothing calls this directly

Calls 3

ieee80211_ies_cleanupFunction · 0.85
ieee80211_psq_cleanupFunction · 0.85

Tested by

no test coverage detected