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