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

Function ieee80211_vht_node_init

freebsd/net80211/ieee80211_vht.c:223–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void
224ieee80211_vht_node_init(struct ieee80211_node *ni)
225{
226
227 IEEE80211_NOTE(ni->ni_vap, IEEE80211_MSG_11N, ni,
228 "%s: called", __func__);
229 ni->ni_flags |= IEEE80211_NODE_VHT;
230}
231
232void
233ieee80211_vht_node_cleanup(struct ieee80211_node *ni)

Callers 5

sta_recv_mgmtFunction · 0.85
ieee80211_node.cFile · 0.85
ieee80211_sta_joinFunction · 0.85
ieee80211_init_neighborFunction · 0.85
hostap_recv_mgmtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected