Lines Matching defs:csa_ie
1371 struct ieee80211_csa_ie csa_ie;
1389 ifmgd->associated->bssid, &csa_ie);
1394 ch_switch.block_tx = csa_ie.mode;
1395 ch_switch.chandef = csa_ie.chandef;
1396 ch_switch.count = csa_ie.count;
1397 ch_switch.delay = csa_ie.max_switch_time;
1417 if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef,
1424 csa_ie.chandef.chan->center_freq,
1425 csa_ie.chandef.chan->freq_offset,
1426 csa_ie.chandef.width, csa_ie.chandef.center_freq1,
1427 csa_ie.chandef.freq1_offset,
1428 csa_ie.chandef.center_freq2);
1434 if (cfg80211_chandef_identical(&csa_ie.chandef,
1436 (!csa_ie.mode || !beacon)) {
1479 res = ieee80211_vif_reserve_chanctx(sdata, &csa_ie.chandef,
1490 sdata->csa_chandef = csa_ie.chandef;
1491 sdata->csa_block_tx = csa_ie.mode;
1499 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef,
1500 csa_ie.count);
1509 if (csa_ie.count <= 1)
1513 TU_TO_EXP_TIME((csa_ie.count - 1) *
1525 sdata->csa_block_tx = csa_ie.mode;