Searched refs:ic_extieee (Results 1 – 5 of 5) sorted by relevance
404 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()
163 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()
148 uint8_t ic_extieee; /* HT40 extension channel number */ member
725 c->ic_state, c->ic_extieee); in _db_show_channel()
1847 if (scan.chan != ic->ic_curchan->ic_extieee) in hostap_recv_mgmt()