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

Function ieee80211_setcurchan

freebsd/net80211/ieee80211_node.c:818–823  ·  view source on GitHub ↗

* Change the current channel. The channel change is guaranteed to have * happened before the next state change. */

Source from the content-addressed store, hash-verified

816 * happened before the next state change.
817 */
818void
819ieee80211_setcurchan(struct ieee80211com *ic, struct ieee80211_channel *c)
820{
821 ieee80211_setupcurchan(ic, c);
822 ieee80211_runtask(ic, &ic->ic_chan_task);
823}
824
825void
826ieee80211_update_chw(struct ieee80211com *ic)

Callers 3

setcurchanFunction · 0.85
ieee80211_sta_join1Function · 0.85

Calls 2

ieee80211_setupcurchanFunction · 0.85
ieee80211_runtaskFunction · 0.85

Tested by

no test coverage detected