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

Function ieee80211_update_chw

freebsd/net80211/ieee80211_node.c:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void
826ieee80211_update_chw(struct ieee80211com *ic)
827{
828
829 ieee80211_setupcurchan(ic, ic->ic_curchan);
830 ieee80211_runtask(ic, &ic->ic_chw_task);
831}
832
833/*
834 * Join the specified IBSS/BSS network. The node is assumed to

Callers 2

sta_recv_mgmtFunction · 0.85
adhoc_recv_mgmtFunction · 0.85

Calls 2

ieee80211_setupcurchanFunction · 0.85
ieee80211_runtaskFunction · 0.85

Tested by

no test coverage detected