Lines Matching refs:csa_ie

1780 	struct ieee80211_csa_ie csa_ie;  in ieee80211_sta_process_chanswitch()  local
1798 link->u.mgd.bssid, &csa_ie); in ieee80211_sta_process_chanswitch()
1803 ch_switch.block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1804 ch_switch.chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1805 ch_switch.count = csa_ie.count; in ieee80211_sta_process_chanswitch()
1806 ch_switch.delay = csa_ie.max_switch_time; in ieee80211_sta_process_chanswitch()
1825 csa_ie.chandef.chan->band) { in ieee80211_sta_process_chanswitch()
1829 csa_ie.chandef.chan->center_freq, in ieee80211_sta_process_chanswitch()
1830 csa_ie.chandef.width, csa_ie.chandef.center_freq1, in ieee80211_sta_process_chanswitch()
1831 csa_ie.chandef.center_freq2); in ieee80211_sta_process_chanswitch()
1835 if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1842 csa_ie.chandef.chan->center_freq, in ieee80211_sta_process_chanswitch()
1843 csa_ie.chandef.chan->freq_offset, in ieee80211_sta_process_chanswitch()
1844 csa_ie.chandef.width, csa_ie.chandef.center_freq1, in ieee80211_sta_process_chanswitch()
1845 csa_ie.chandef.freq1_offset, in ieee80211_sta_process_chanswitch()
1846 csa_ie.chandef.center_freq2); in ieee80211_sta_process_chanswitch()
1850 if (cfg80211_chandef_identical(&csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1852 (!csa_ie.mode || !beacon)) { in ieee80211_sta_process_chanswitch()
1895 res = ieee80211_link_reserve_chanctx(link, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1906 link->csa_chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1907 link->csa_block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1916 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef, 0, in ieee80211_sta_process_chanswitch()
1917 csa_ie.count, csa_ie.mode); in ieee80211_sta_process_chanswitch()
1926 if (csa_ie.count <= 1) in ieee80211_sta_process_chanswitch()
1930 TU_TO_EXP_TIME((csa_ie.count - 1) * in ieee80211_sta_process_chanswitch()
1945 link->csa_block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()