Searched refs:channel_type (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Dutil.c2242 enum nl80211_channel_type channel_type; local
2252 channel_type = NL80211_CHAN_HT20;
2255 channel_type = NL80211_CHAN_HT40PLUS;
2258 channel_type = NL80211_CHAN_HT40MINUS;
2261 channel_type = NL80211_CHAN_NO_HT;
2264 cfg80211_chandef_create(chandef, control_chan, channel_type);
H A Dmesh.c439 enum nl80211_channel_type channel_type = local
457 if (!ht_cap->ht_supported || channel_type == NL80211_CHAN_NO_HT)

Completed in 162 milliseconds