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

Function sta_drop

freebsd/net80211/ieee80211_hostap.c:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135static void
136sta_drop(void *arg, struct ieee80211_node *ni)
137{
138
139 if (ni->ni_associd != 0)
140 ieee80211_node_leave(ni);
141}
142
143/*
144 * Does a channel change require associated stations to re-associate

Callers

nothing calls this directly

Calls 1

ieee80211_node_leaveFunction · 0.85

Tested by

no test coverage detected