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

Function ieee80211_mesh_node_init

freebsd/net80211/ieee80211_mesh.c:3358–3364  ·  view source on GitHub ↗

* Initialize any mesh-specific node state. */

Source from the content-addressed store, hash-verified

3356 * Initialize any mesh-specific node state.
3357 */
3358void
3359ieee80211_mesh_node_init(struct ieee80211vap *vap, struct ieee80211_node *ni)
3360{
3361 ni->ni_flags |= IEEE80211_NODE_QOS;
3362 callout_init(&ni->ni_mltimer, 1);
3363 callout_init(&ni->ni_mlhtimer, 1);
3364}
3365
3366/*
3367 * Cleanup any mesh-specific node state.

Callers 1

ieee80211_alloc_nodeFunction · 0.85

Calls 1

callout_initFunction · 0.50

Tested by

no test coverage detected