• Home
  • Raw
  • Download

Lines Matching refs:csa_ie

1309 	struct ieee80211_csa_ie csa_ie;  in ieee80211_sta_process_chanswitch()  local
1327 ifmgd->associated->bssid, &csa_ie); in ieee80211_sta_process_chanswitch()
1332 ch_switch.block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1333 ch_switch.chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1334 ch_switch.count = csa_ie.count; in ieee80211_sta_process_chanswitch()
1335 ch_switch.delay = csa_ie.max_switch_time; in ieee80211_sta_process_chanswitch()
1353 csa_ie.chandef.chan->band) { in ieee80211_sta_process_chanswitch()
1357 csa_ie.chandef.chan->center_freq, in ieee80211_sta_process_chanswitch()
1358 csa_ie.chandef.width, csa_ie.chandef.center_freq1, in ieee80211_sta_process_chanswitch()
1359 csa_ie.chandef.center_freq2); in ieee80211_sta_process_chanswitch()
1363 if (!cfg80211_chandef_usable(local->hw.wiphy, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1370 csa_ie.chandef.chan->center_freq, in ieee80211_sta_process_chanswitch()
1371 csa_ie.chandef.chan->freq_offset, in ieee80211_sta_process_chanswitch()
1372 csa_ie.chandef.width, csa_ie.chandef.center_freq1, in ieee80211_sta_process_chanswitch()
1373 csa_ie.chandef.freq1_offset, in ieee80211_sta_process_chanswitch()
1374 csa_ie.chandef.center_freq2); in ieee80211_sta_process_chanswitch()
1378 if (cfg80211_chandef_identical(&csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1380 (!csa_ie.mode || !beacon)) { in ieee80211_sta_process_chanswitch()
1423 res = ieee80211_vif_reserve_chanctx(sdata, &csa_ie.chandef, in ieee80211_sta_process_chanswitch()
1434 sdata->csa_chandef = csa_ie.chandef; in ieee80211_sta_process_chanswitch()
1435 sdata->csa_block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
1444 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef, 0, in ieee80211_sta_process_chanswitch()
1445 csa_ie.count, csa_ie.mode, 0); in ieee80211_sta_process_chanswitch()
1454 if (csa_ie.count <= 1) in ieee80211_sta_process_chanswitch()
1458 TU_TO_EXP_TIME((csa_ie.count - 1) * in ieee80211_sta_process_chanswitch()
1473 sdata->csa_block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()