Lines Matching defs:chandef
322 struct cfg80211_chan_def chandef;
461 struct cfg80211_chan_def chandef;
518 struct cfg80211_chan_def chandef;
1462 cfg80211_chandef_create(struct cfg80211_chan_def *chandef,
1466 KASSERT(chandef != NULL, ("%s: chandef is NULL\n", __func__));
1469 memset(chandef, 0, sizeof(*chandef));
1470 chandef->chan = chan;
1471 chandef->center_freq2 = 0; /* Set here and only overwrite if needed. */
1475 chandef->width = NL80211_CHAN_WIDTH_20_NOHT;
1476 chandef->center_freq1 = chan->center_freq;
1481 chandef->width = NL80211_CHAN_WIDTH_20;
1483 chandef->width = NL80211_CHAN_WIDTH_40;
1485 chandef->width = NL80211_CHAN_WIDTH_80;
1487 chandef->width = NL80211_CHAN_WIDTH_160;
1490 chandef->center_freq1 = chan->center_freq;
1496 cfg80211_bss_iter(struct wiphy *wiphy, struct cfg80211_chan_def *chandef,
2010 cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef,
2019 struct cfg80211_chan_def *chandef, gfp_t gfp)
2032 cfg80211_chandef_valid(const struct cfg80211_chan_def *chandef)
2039 cfg80211_chandef_dfs_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef)
2046 cfg80211_chandef_dfs_cac_time(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef)