Lines Matching defs:csa_ie
1850 struct ieee80211_csa_ie csa_ie;
1866 link->u.mgd.bssid, &csa_ie);
1871 ch_switch.block_tx = csa_ie.mode;
1872 ch_switch.chandef = csa_ie.chandef;
1873 ch_switch.count = csa_ie.count;
1874 ch_switch.delay = csa_ie.max_switch_time;
1893 csa_ie.chandef.chan->band) {
1897 csa_ie.chandef.chan->center_freq,
1898 csa_ie.chandef.width, csa_ie.chandef.center_freq1,
1899 csa_ie.chandef.center_freq2);
1903 if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef,
1910 csa_ie.chandef.chan->center_freq,
1911 csa_ie.chandef.chan->freq_offset,
1912 csa_ie.chandef.width, csa_ie.chandef.center_freq1,
1913 csa_ie.chandef.freq1_offset,
1914 csa_ie.chandef.center_freq2);
1918 if (cfg80211_chandef_identical(&csa_ie.chandef,
1920 (!csa_ie.mode || !beacon)) {
1963 res = ieee80211_link_reserve_chanctx(link, &csa_ie.chandef,
1974 link->csa_chandef = csa_ie.chandef;
1975 link->csa_block_tx = csa_ie.mode;
1984 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef,
1985 link->link_id, csa_ie.count,
1986 csa_ie.mode, 0);
1995 timeout = TU_TO_JIFFIES((max_t(int, csa_ie.count, 1) - 1) *
2013 link->csa_block_tx = csa_ie.mode;