Home
last modified time | relevance | path

Searched refs:ic_prevchan (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211.c198 ic->ic_prevchan = NULL; in ieee80211_chan_init()
1386 c = ic->ic_prevchan; in ieee80211_find_channel()
1406 c = ic->ic_prevchan; in ieee80211_find_channel_byieee()
HDieee80211_superg.c991 ic->ic_prevchan = ic->ic_curchan; in ieee80211_dturbo_switch()
HDieee80211_ddb.c601 _db_show_channel("\tprevchan", ic->ic_prevchan); in _db_show_com()
/dragonfly/sys/netproto/802_11/
HDieee80211_var.h199 struct ieee80211_channel *ic_prevchan; /* previous channel */ member