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

Function copy_bss

freebsd/net80211/ieee80211_node.c:320–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static __inline void
321copy_bss(struct ieee80211_node *nbss, const struct ieee80211_node *obss)
322{
323 /* propagate useful state */
324 nbss->ni_authmode = obss->ni_authmode;
325 nbss->ni_txpower = obss->ni_txpower;
326 nbss->ni_vlan = obss->ni_vlan;
327 /* XXX statistics? */
328 /* XXX legacy WDS bssid? */
329}
330
331void
332ieee80211_create_ibss(struct ieee80211vap* vap, struct ieee80211_channel *chan)

Callers 5

ieee80211_node.cFile · 0.85
ieee80211_reset_bssFunction · 0.85
ieee80211_sta_join1Function · 0.85
ieee80211_dup_bssFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected