csa_ie           3684 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 csa_ie[2];
csa_ie            786 net/mac80211/ibss.c 	struct ieee80211_csa_ie csa_ie;
csa_ie            811 net/mac80211/ibss.c 					   sta_flags, ifibss->bssid, &csa_ie);
csa_ie            824 net/mac80211/ibss.c 	params.count = csa_ie.count;
csa_ie            825 net/mac80211/ibss.c 	params.chandef = csa_ie.chandef;
csa_ie            895 net/mac80211/ibss.c 	params.block_tx = !!csa_ie.mode;
csa_ie           1908 net/mac80211/ieee80211_i.h 				 struct ieee80211_csa_ie *csa_ie);
csa_ie           1043 net/mac80211/mesh.c 	struct ieee80211_csa_ie csa_ie;
csa_ie           1073 net/mac80211/mesh.c 					   &csa_ie);
csa_ie           1082 net/mac80211/mesh.c 	if (csa_ie.reason_code == WLAN_REASON_MESH_CHAN_REGULATORY)
csa_ie           1085 net/mac80211/mesh.c 	params.chandef = csa_ie.chandef;
csa_ie           1086 net/mac80211/mesh.c 	params.count = csa_ie.count;
csa_ie           1131 net/mac80211/mesh.c 	params.block_tx = csa_ie.mode & WLAN_EID_CHAN_SWITCH_PARAM_TX_RESTRICT;
csa_ie           1133 net/mac80211/mesh.c 		ifmsh->chsw_ttl = csa_ie.ttl - 1;
csa_ie           1134 net/mac80211/mesh.c 		if (ifmsh->pre_value >= csa_ie.pre_value)
csa_ie           1136 net/mac80211/mesh.c 		ifmsh->pre_value = csa_ie.pre_value;
csa_ie           1294 net/mac80211/mlme.c 	struct ieee80211_csa_ie csa_ie;
csa_ie           1309 net/mac80211/mlme.c 					   ifmgd->associated->bssid, &csa_ie);
csa_ie           1314 net/mac80211/mlme.c 		ch_switch.block_tx = csa_ie.mode;
csa_ie           1315 net/mac80211/mlme.c 		ch_switch.chandef = csa_ie.chandef;
csa_ie           1316 net/mac80211/mlme.c 		ch_switch.count = csa_ie.count;
csa_ie           1317 net/mac80211/mlme.c 		ch_switch.delay = csa_ie.max_switch_time;
csa_ie           1337 net/mac80211/mlme.c 	if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef,
csa_ie           1342 net/mac80211/mlme.c 			   csa_ie.chandef.chan->center_freq,
csa_ie           1343 net/mac80211/mlme.c 			   csa_ie.chandef.width, csa_ie.chandef.center_freq1,
csa_ie           1344 net/mac80211/mlme.c 			   csa_ie.chandef.center_freq2);
csa_ie           1350 net/mac80211/mlme.c 	if (cfg80211_chandef_identical(&csa_ie.chandef,
csa_ie           1352 net/mac80211/mlme.c 	    (!csa_ie.mode || !beacon)) {
csa_ie           1395 net/mac80211/mlme.c 	res = ieee80211_vif_reserve_chanctx(sdata, &csa_ie.chandef,
csa_ie           1406 net/mac80211/mlme.c 	sdata->csa_chandef = csa_ie.chandef;
csa_ie           1407 net/mac80211/mlme.c 	sdata->csa_block_tx = csa_ie.mode;
csa_ie           1415 net/mac80211/mlme.c 	cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef,
csa_ie           1416 net/mac80211/mlme.c 					  csa_ie.count);
csa_ie           1425 net/mac80211/mlme.c 	if (csa_ie.count <= 1)
csa_ie           1429 net/mac80211/mlme.c 			  TU_TO_EXP_TIME((csa_ie.count - 1) *
csa_ie           1441 net/mac80211/mlme.c 	sdata->csa_block_tx = csa_ie.mode;
csa_ie             26 net/mac80211/spectmgmt.c 				 struct ieee80211_csa_ie *csa_ie)
csa_ie             37 net/mac80211/spectmgmt.c 	memset(csa_ie, 0, sizeof(*csa_ie));
csa_ie             60 net/mac80211/spectmgmt.c 		csa_ie->count = elems->ext_chansw_ie->count;
csa_ie             61 net/mac80211/spectmgmt.c 		csa_ie->mode = elems->ext_chansw_ie->mode;
csa_ie             64 net/mac80211/spectmgmt.c 		csa_ie->count = elems->ch_switch_ie->count;
csa_ie             65 net/mac80211/spectmgmt.c 		csa_ie->mode = elems->ch_switch_ie->mode;
csa_ie             73 net/mac80211/spectmgmt.c 		csa_ie->ttl = elems->mesh_chansw_params_ie->mesh_ttl;
csa_ie             74 net/mac80211/spectmgmt.c 		csa_ie->mode = elems->mesh_chansw_params_ie->mesh_flags;
csa_ie             75 net/mac80211/spectmgmt.c 		csa_ie->pre_value = le16_to_cpu(
csa_ie             80 net/mac80211/spectmgmt.c 			csa_ie->reason_code = le16_to_cpu(
csa_ie            107 net/mac80211/spectmgmt.c 		cfg80211_chandef_create(&csa_ie->chandef, new_chan,
csa_ie            111 net/mac80211/spectmgmt.c 		cfg80211_chandef_create(&csa_ie->chandef, new_chan,
csa_ie            115 net/mac80211/spectmgmt.c 		cfg80211_chandef_create(&csa_ie->chandef, new_chan,
csa_ie            119 net/mac80211/spectmgmt.c 		cfg80211_chandef_create(&csa_ie->chandef, new_chan,
csa_ie            125 net/mac80211/spectmgmt.c 			csa_ie->chandef.width =
csa_ie            149 net/mac80211/spectmgmt.c 		new_vht_chandef = csa_ie->chandef;
csa_ie            168 net/mac80211/spectmgmt.c 						 &csa_ie->chandef)) {
csa_ie            174 net/mac80211/spectmgmt.c 		csa_ie->chandef = new_vht_chandef;
csa_ie            178 net/mac80211/spectmgmt.c 		csa_ie->max_switch_time =