Lines Matching defs:he_chandef
3370 struct cfg80211_chan_def he_chandef = *chandef;
3413 he_chandef.chan = ieee80211_get_channel(sdata->local->hw.wiphy, freq);
3418 he_chandef.width = NL80211_CHAN_WIDTH_20;
3421 he_chandef.width = NL80211_CHAN_WIDTH_40;
3424 he_chandef.width = NL80211_CHAN_WIDTH_80;
3427 he_chandef.width = NL80211_CHAN_WIDTH_80;
3432 he_chandef.width = NL80211_CHAN_WIDTH_160;
3435 he_chandef.width = NL80211_CHAN_WIDTH_80P80;
3440 if (he_chandef.width == NL80211_CHAN_WIDTH_160) {
3441 he_chandef.center_freq1 =
3445 he_chandef.center_freq1 =
3449 he_chandef.center_freq2 =
3454 if (!cfg80211_chandef_valid(&he_chandef)) {
3457 he_chandef.chan ? he_chandef.chan->center_freq : 0,
3458 he_chandef.width,
3459 he_chandef.center_freq1,
3460 he_chandef.center_freq2);
3464 *chandef = he_chandef;