Lines Matching defs:he_chandef
3842 struct cfg80211_chan_def he_chandef = *chandef;
3895 he_chandef.chan = ieee80211_get_channel(sdata->local->hw.wiphy, freq);
3915 he_chandef.width = NL80211_CHAN_WIDTH_20;
3918 he_chandef.width = NL80211_CHAN_WIDTH_40;
3921 he_chandef.width = NL80211_CHAN_WIDTH_80;
3924 he_chandef.width = NL80211_CHAN_WIDTH_80;
3929 he_chandef.width = NL80211_CHAN_WIDTH_160;
3932 he_chandef.width = NL80211_CHAN_WIDTH_80P80;
3937 if (he_chandef.width == NL80211_CHAN_WIDTH_160) {
3938 he_chandef.center_freq1 =
3942 he_chandef.center_freq1 =
3946 he_chandef.center_freq2 =
3956 support_320, &he_chandef);
3959 if (!cfg80211_chandef_valid(&he_chandef)) {
3962 he_chandef.chan ? he_chandef.chan->center_freq : 0,
3963 he_chandef.width,
3964 he_chandef.center_freq1,
3965 he_chandef.center_freq2);
3969 *chandef = he_chandef;