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

Function ieee80211_node_authorize

freebsd/net80211/ieee80211_node.c:212–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 */
211
212void
213ieee80211_node_authorize(struct ieee80211_node *ni)
214{
215 struct ieee80211vap *vap = ni->ni_vap;
216
217 ni->ni_flags |= IEEE80211_NODE_AUTH;
218 ni->ni_inact_reload = vap->iv_inact_run;
219 ni->ni_inact = ni->ni_inact_reload;
220
221 IEEE80211_NOTE(vap, IEEE80211_MSG_INACT, ni,
222 "%s: inact_reload %u", __func__, ni->ni_inact_reload);
223}
224
225void
226ieee80211_node_unauthorize(struct ieee80211_node *ni)

Callers 11

sta_newstateFunction · 0.85
ieee80211_create_wdsFunction · 0.85
adhoc_newstateFunction · 0.85
monitor_newstateFunction · 0.85
setmlme_commonFunction · 0.85
ieee80211_add_neighborFunction · 0.85
hostap_newstateFunction · 0.85
hostap_auth_openFunction · 0.85
hostap_auth_sharedFunction · 0.85
mesh_newstateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected