• Home
  • Raw
  • Download

Lines Matching refs:chandef

98 	cfg80211_chandef_create(&sta_chan_def, sdata->vif.bss_conf.chandef.chan,  in mesh_matches_local()
111 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chandef, in mesh_matches_local()
434 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_cap_ie()
435 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_ht_cap_ie()
436 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_ht_cap_ie()
475 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_oper_ie()
476 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_ht_oper_ie()
477 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_ht_oper_ie()
484 ieee80211_ie_build_ht_oper(pos, ht_cap, &sdata->vif.bss_conf.chandef, in mesh_add_ht_oper_ie()
506 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_vht_cap_ie()
507 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_vht_cap_ie()
508 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_vht_cap_ie()
547 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_vht_oper_ie()
548 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_vht_oper_ie()
549 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_vht_oper_ie()
557 &sdata->vif.bss_conf.chandef); in mesh_add_vht_oper_ie()
576 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_he_cap_ie()
577 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_he_cap_ie()
578 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_he_cap_ie()
604 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_he_oper_ie()
605 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_he_oper_ie()
606 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_he_oper_ie()
610 if (sdata->vif.bss_conf.chandef.chan->band == NL80211_BAND_6GHZ) in mesh_add_he_oper_ie()
617 ieee80211_ie_build_he_oper(pos, &sdata->vif.bss_conf.chandef); in mesh_add_he_oper_ie()
657 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_eht_cap_ie()
658 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_eht_cap_ie()
659 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_eht_cap_ie()
684 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_eht_oper_ie()
685 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_eht_oper_ie()
686 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_eht_oper_ie()
696 ieee80211_ie_build_eht_oper(pos, &sdata->vif.bss_conf.chandef, eht_cap); in mesh_add_eht_oper_ie()
744 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in ieee80211_mesh_update_bss_params()
745 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in ieee80211_mesh_update_bss_params()
746 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in ieee80211_mesh_update_bss_params()
1051 struct cfg80211_chan_def *chandef; in ieee80211_mesh_build_beacon() local
1060 csa->settings.chandef.chan->center_freq); in ieee80211_mesh_build_beacon()
1079 switch (csa->settings.chandef.width) { in ieee80211_mesh_build_beacon()
1086 ct = cfg80211_get_chandef_type(&csa->settings.chandef); in ieee80211_mesh_build_beacon()
1103 chandef = &csa->settings.chandef; in ieee80211_mesh_build_beacon()
1104 ieee80211_ie_build_wide_bw_cs(pos, chandef); in ieee80211_mesh_build_beacon()
1281 &sdata->vif.bss_conf.chandef, in ieee80211_mesh_csa_mark_radar()
1285 &sdata->vif.bss_conf.chandef, GFP_ATOMIC); in ieee80211_mesh_csa_mark_radar()
1306 switch (sdata->vif.bss_conf.chandef.width) { in ieee80211_mesh_process_chnswitch()
1340 params.chandef = csa_ie.chandef; in ieee80211_mesh_process_chnswitch()
1343 if (!cfg80211_chandef_usable(sdata->local->hw.wiphy, &params.chandef, in ieee80211_mesh_process_chnswitch()
1345 !cfg80211_reg_can_beacon(sdata->local->hw.wiphy, &params.chandef, in ieee80211_mesh_process_chnswitch()
1350 params.chandef.chan->center_freq, in ieee80211_mesh_process_chnswitch()
1351 params.chandef.width, in ieee80211_mesh_process_chnswitch()
1352 params.chandef.center_freq1, in ieee80211_mesh_process_chnswitch()
1353 params.chandef.center_freq2); in ieee80211_mesh_process_chnswitch()
1358 &params.chandef, in ieee80211_mesh_process_chnswitch()
1366 params.chandef.chan->center_freq, in ieee80211_mesh_process_chnswitch()
1367 params.chandef.width, in ieee80211_mesh_process_chnswitch()
1368 params.chandef.center_freq1, in ieee80211_mesh_process_chnswitch()
1369 params.chandef.center_freq2); in ieee80211_mesh_process_chnswitch()
1375 if (cfg80211_chandef_identical(&params.chandef, in ieee80211_mesh_process_chnswitch()
1376 &sdata->vif.bss_conf.chandef)) { in ieee80211_mesh_process_chnswitch()
1384 params.chandef.chan->center_freq); in ieee80211_mesh_process_chnswitch()
1556 sdata->vif.bss_conf.chandef.chan->center_freq); in ieee80211_mesh_finish_csa()