Home
last modified time | relevance | path

Searched refs:chanreq (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dlink.c175 if (link->chanreq.oper.width > NL80211_CHAN_WIDTH_20) in iwl_mld_fill_protection_flags()
217 if (link->chanreq.oper.width != NL80211_CHAN_WIDTH_20_NOHT) in iwl_mld_fill_qos_params()
678 link_conf->chanreq.oper.width; in iwl_mld_get_n_subchannels()
691 n_subchannels -= hweight16(link_conf->chanreq.oper.punctured); in iwl_mld_get_n_subchannels()
780 enum nl80211_band band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_default_chan_load()
830 band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_link_grade()
854 link_conf->chanreq.oper.width, in iwl_mld_get_link_grade()
855 link_conf->chanreq.oper.punctured, link_rssi); in iwl_mld_get_link_grade()
H A Dtlc.c529 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan)) in iwl_mld_config_tlc_link()
541 band = link_conf->chanreq.oper.chan->band; in iwl_mld_config_tlc_link()
610 if (WARN_ON(!link || !link->chanreq.oper.chan)) in iwl_mld_get_amsdu_size_of_tid()
613 band = link->chanreq.oper.chan->band; in iwl_mld_get_amsdu_size_of_tid()
H A Diface.c613 if (!link->chanreq.oper.chan || in iwl_mld_handle_datapath_monitor_notif()
614 link->chanreq.oper.chan->band != NL80211_BAND_2GHZ || in iwl_mld_handle_datapath_monitor_notif()
615 link->chanreq.oper.width < NL80211_CHAN_WIDTH_40) in iwl_mld_handle_datapath_monitor_notif()
H A Dmlo.c757 data[n_data].chandef = &link_conf->chanreq.oper; in iwl_mld_set_link_sel_data()
1063 if (WARN_ON(!link->chanreq.oper.chan)) in iwl_mld_emlsr_check_bt_iter()
1066 if (link->chanreq.oper.chan->band == NL80211_BAND_2GHZ) { in iwl_mld_emlsr_check_bt_iter()
H A Dpower.c345 if (link->chanreq.oper.chan->band != NL80211_BAND_6GHZ) in iwl_mld_send_ap_tx_power_constraint_cmd()
H A Dstats.c390 iwl_mld_get_emlsr_rssi_thresh(mld, &bss_conf->chanreq.oper, in iwl_mld_update_link_sig()
H A Dmac80211.c1062 iwl_mld_chandef_get_primary_80(&vif->bss_conf.chanreq.oper); in iwl_mld_assign_vif_chanctx()
1588 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan)) in iwl_mld_check_he_obss_narrow_bw_ru()
1591 if (!(link_conf->chanreq.oper.chan->flags & IEEE80211_CHAN_RADAR)) { in iwl_mld_check_he_obss_narrow_bw_ru()
1596 cfg80211_bss_iter(mld->wiphy, &link_conf->chanreq.oper, in iwl_mld_check_he_obss_narrow_bw_ru()
H A Dtx.c329 if (link_conf->chanreq.oper.chan) in iwl_mld_get_basic_rates_and_band()
330 *band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_basic_rates_and_band()
H A Dsta.c66 if (link->chanreq.oper.chan->band == NL80211_BAND_6GHZ) { in iwl_mld_fill_ampdu_size_and_dens()
H A Dscan.c1865 channels[n_channels++] = link_conf->chanreq.oper.chan; in iwl_mld_int_mlo_scan()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c440 link_conf->chanreq.oper.width; in iwl_mvm_get_puncturing_factor()
455 n_punctured = hweight16(link_conf->chanreq.oper.punctured); in iwl_mvm_get_puncturing_factor()
469 enum nl80211_band band = link_conf->chanreq.oper.chan->band; in iwl_mvm_get_chan_load()
550 band = link_conf->chanreq.oper.chan->band; in iwl_mvm_get_link_grade()
608 data[n_data].chandef = &link_conf->chanreq.oper; in iwl_mvm_set_link_selection_data()
H A Drs-fw.c522 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan)) in rs_fw_get_max_amsdu_len()
525 if (link_conf->chanreq.oper.chan->band == NL80211_BAND_6GHZ) { in rs_fw_get_max_amsdu_len()
535 } else if (link_conf->chanreq.oper.chan->band == NL80211_BAND_2GHZ && in rs_fw_get_max_amsdu_len()
H A Dmld-mac80211.c532 if (bss_conf->chanreq.oper.chan->band != NL80211_BAND_6GHZ) in iwl_mvm_send_ap_tx_power_constraint_cmd()
698 if (link_conf->chanreq.oper.width == in iwl_mvm_esr_bw_criteria()
699 other_link->chanreq.oper.width) in iwl_mvm_esr_bw_criteria()
H A Dmac-ctxt.c465 if (link_conf->chanreq.oper.width > NL80211_CHAN_WIDTH_20) in iwl_mvm_set_fw_protection_flags()
504 if (link_conf->chanreq.oper.width != NL80211_CHAN_WIDTH_20_NOHT) in iwl_mvm_set_fw_qos_params()
903 if (link_conf->chanreq.oper.chan) in iwl_mvm_mac_ctxt_get_lowest_rate()
904 band = link_conf->chanreq.oper.chan->band; in iwl_mvm_mac_ctxt_get_lowest_rate()
H A Dops.c198 if (!vif->bss_conf.chanreq.oper.chan || in iwl_mvm_rx_monitor_notif()
199 vif->bss_conf.chanreq.oper.chan->band != NL80211_BAND_2GHZ || in iwl_mvm_rx_monitor_notif()
200 vif->bss_conf.chanreq.oper.width < NL80211_CHAN_WIDTH_40) in iwl_mvm_rx_monitor_notif()
256 link_conf->chanreq.oper.width == NL80211_CHAN_WIDTH_160 && in iwl_mvm_update_link_smps()
H A Dmac80211.c1893 iwl_mvm_chandef_get_primary_80(&vif->bss_conf.chanreq.oper); in iwl_mvm_mac_add_interface()
3654 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan || in iwl_mvm_check_he_obss_narrow_bw_ru()
3658 if (!(link_conf->chanreq.oper.chan->flags & IEEE80211_CHAN_RADAR)) { in iwl_mvm_check_he_obss_narrow_bw_ru()
3663 cfg80211_bss_iter(hw->wiphy, &link_conf->chanreq.oper, in iwl_mvm_check_he_obss_narrow_bw_ru()
3723 if (!vif->bss_conf.chanreq.oper.chan) in iwl_mvm_mei_host_associated()
3726 conn_info.channel = vif->bss_conf.chanreq.oper.chan->hw_value; in iwl_mvm_mei_host_associated()
H A Dtx.c908 band = link_conf->chanreq.oper.chan->band; in iwl_mvm_max_amsdu_size()
911 band = mvmsta->vif->bss_conf.chanreq.oper.chan->band; in iwl_mvm_max_amsdu_size()
H A Dmld-sta.c1192 link_conf->chanreq.oper.chan->band); in iwl_mvm_mld_update_sta_links()
H A Drx.c645 &bss_conf->chanreq.oper, in iwl_mvm_update_link_sig()
H A Dsta.c77 if (link_conf->chanreq.oper.chan->band == NL80211_BAND_6GHZ) { in iwl_mvm_get_sta_ampdu_dens()
214 mvm_sta->vif->bss_conf.chanreq.oper.chan->band == NL80211_BAND_6GHZ) in iwl_mvm_sta_send_to_fw()
/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Dlink-selection.c89 link->chanreq.oper = *test_param->input.link.chandef; in setup_link()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c1357 links[i].chan = link_conf->chanreq.oper.chan; in mt7925_mcu_set_mlo_roc()
1790 &link_conf->chanreq.oper; in mt7925_mcu_sta_phy_tlv()
1868 &link_conf->chanreq.oper; in mt7925_mcu_sta_rate_ctrl_tlv()
2301 &link_conf->chanreq.oper; in mt7925_mcu_bss_rlm_tlv()
2390 &link_conf->chanreq.oper; in mt7925_mcu_bss_eht_tlv()
2492 &link_conf->chanreq.oper; in mt7925_mcu_bss_basic_tlv()
2619 &link_conf->chanreq.oper; in mt7925_mcu_bss_bmc_tlv()
H A Dmain.c998 struct cfg80211_chan_def *chandef = &link_conf->chanreq.oper; in mt7925_mac_set_links()
1008 secondary_band = link_conf->chanreq.oper.chan->band; in mt7925_mac_set_links()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c523 vif->bss_conf.chanreq.oper.width = chanctx_conf->def.width; in lkpi_sync_chanctx_cw_from_rx_bw()
2408 vif->bss_conf.chanreq.oper.chan = chanctx_conf->def.chan; in lkpi_sta_scan_to_auth()
2409 vif->bss_conf.chanreq.oper.width = chanctx_conf->def.width; in lkpi_sta_scan_to_auth()
2410 vif->bss_conf.chanreq.oper.center_freq1 = in lkpi_sta_scan_to_auth()
2412 vif->bss_conf.chanreq.oper.center_freq2 = in lkpi_sta_scan_to_auth()
4058 vif->bss_conf.chanreq.oper.width = NL80211_CHAN_WIDTH_20_NOHT; in lkpi_ic_vap_create()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h293 struct ieee80211_chanreq chanreq; member

12