Lines Matching refs:csa_ie
1136 struct ieee80211_csa_ie csa_ie; in ieee80211_sta_process_chanswitch() local
1153 memset(&csa_ie, 0, sizeof(csa_ie)); in ieee80211_sta_process_chanswitch()
1156 ifmgd->associated->bssid, &csa_ie); in ieee80211_sta_process_chanswitch()
1163 if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1168 csa_ie.chandef.chan->center_freq, in ieee80211_sta_process_chanswitch()
1169 csa_ie.chandef.width, csa_ie.chandef.center_freq1, in ieee80211_sta_process_chanswitch()
1170 csa_ie.chandef.center_freq2); in ieee80211_sta_process_chanswitch()
1176 if (cfg80211_chandef_identical(&csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1216 ch_switch.block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1217 ch_switch.chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1218 ch_switch.count = csa_ie.count; in ieee80211_sta_process_chanswitch()
1226 res = ieee80211_vif_reserve_chanctx(sdata, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1237 sdata->csa_chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1238 sdata->csa_block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1246 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1247 csa_ie.count); in ieee80211_sta_process_chanswitch()
1256 if (csa_ie.count <= 1) in ieee80211_sta_process_chanswitch()
1260 TU_TO_EXP_TIME((csa_ie.count - 1) * in ieee80211_sta_process_chanswitch()