Searched refs:htflags (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c673 findhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int htflags) argument
676 (c->ich_flags &~ IEEE80211_CHAN_HT) | htflags);
912 int htflags, chanflags; local
928 htflags = (ic->ic_flags_ext & IEEE80211_FEXT_HT) ?
934 htflags = IEEE80211_CHAN_HT40U;
936 htflags = IEEE80211_CHAN_HT40D;
938 chanflags = (in->in_chan->ich_flags &~ IEEE80211_CHAN_HT) | htflags;
942 if (c == NULL && htflags != IEEE80211_CHAN_HT20) {
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h614 uint32_t htflags; member in struct:iwn_node_info
642 uint32_t htflags; member in struct:iwn4965_node_info
H A Dif_iwn.c6046 node.htflags = htole32(IWN_AMDPU_SIZE_FACTOR(3) |

Completed in 579 milliseconds