Lines Matching refs:csa_ie
1113 struct ieee80211_csa_ie csa_ie; in ieee80211_sta_process_chanswitch() local
1130 memset(&csa_ie, 0, sizeof(csa_ie)); in ieee80211_sta_process_chanswitch()
1133 ifmgd->associated->bssid, &csa_ie); in ieee80211_sta_process_chanswitch()
1140 if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1145 csa_ie.chandef.chan->center_freq, in ieee80211_sta_process_chanswitch()
1146 csa_ie.chandef.width, csa_ie.chandef.center_freq1, in ieee80211_sta_process_chanswitch()
1147 csa_ie.chandef.center_freq2); in ieee80211_sta_process_chanswitch()
1153 if (cfg80211_chandef_identical(&csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1185 ch_switch.block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1186 ch_switch.chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1187 ch_switch.count = csa_ie.count; in ieee80211_sta_process_chanswitch()
1195 res = ieee80211_vif_reserve_chanctx(sdata, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1206 sdata->csa_chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1207 sdata->csa_block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1215 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1216 csa_ie.count); in ieee80211_sta_process_chanswitch()
1225 if (csa_ie.count <= 1) in ieee80211_sta_process_chanswitch()
1229 TU_TO_EXP_TIME((csa_ie.count - 1) * in ieee80211_sta_process_chanswitch()