Home
last modified time | relevance | path

Searched refs:ic_extieee (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_regdomain.c404 if (IEEE80211_IS_CHAN_HT40(c) && c->ic_extieee == 0) in ieee80211_setregdomain()
405 c->ic_extieee = ieee80211_mhz2ieee(c->ic_freq + in ieee80211_setregdomain()
H A Dieee80211.c163 if (IEEE80211_IS_CHAN_HT40(c) && c->ic_extieee == 0) in ieee80211_chan_init()
164 c->ic_extieee = ieee80211_mhz2ieee(c->ic_freq + in ieee80211_chan_init()
1127 c->ic_extieee = c->ic_ieee + 4; in set_extchan()
1129 c->ic_extieee = c->ic_ieee - 4; in set_extchan()
1131 c->ic_extieee = 0; in set_extchan()
H A D_ieee80211.h148 uint8_t ic_extieee; /* HT40 extension channel number */ member
H A Dieee80211_ddb.c725 c->ic_state, c->ic_extieee); in _db_show_channel()
H A Dieee80211_hostap.c1847 if (scan.chan != ic->ic_curchan->ic_extieee) in hostap_recv_mgmt()