Home
last modified time | relevance | path

Searched refs:ieee80211_channel_to_frequency (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c98 center_freq = ieee80211_channel_to_frequency(center_chan, nl_band); in rtw89_chan_create()
99 primary_freq = ieee80211_channel_to_frequency(primary_chan, nl_band); in rtw89_chan_create()
H A Drtw8852a.c1993 status->freq = ieee80211_channel_to_frequency(chan, band); in rtw8852a_fill_freq_with_ppdu()
H A Dcore.c1698 status->freq = ieee80211_channel_to_frequency(chan, band); in rtw89_correct_cck_chan()
1948 rx_status->freq = ieee80211_channel_to_frequency(chan, nl_band); in rtw89_core_update_rx_status()
H A Drtw8851b.c2209 status->freq = ieee80211_channel_to_frequency(ch, band); in rtw8851b_fill_freq_with_ppdu()
H A Drtw8852b.c2378 status->freq = ieee80211_channel_to_frequency(ch, band); in rtw8852b_fill_freq_with_ppdu()
H A Drtw8852c.c2685 status->freq = ieee80211_channel_to_frequency(ch, band); in rtw8852c_fill_freq_with_ppdu()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h219 status->freq = ieee80211_channel_to_frequency(chfreq, status->band); in mt792x_get_status_freq_info()
H A Dmac80211.c1576 freq = ieee80211_channel_to_frequency(chan->hw_value, chan->band); in mt76_get_sar_power()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c723 pkt_stat->freq = ieee80211_channel_to_frequency(channel, pkt_stat->band); in rtw_set_rx_freq_band()
744 center_freq = ieee80211_channel_to_frequency(center_channel, nl_band); in rtw_update_channel()
745 primary_freq = ieee80211_channel_to_frequency(primary_channel, nl_band); in rtw_update_channel()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c450 ieee80211_channel_to_frequency( in iwl_init_channel_map()
1678 center_freq = ieee80211_channel_to_frequency(nvm_chan[ch_idx], in iwl_parse_nvm_mcc_info()
H A Diwl-eeprom-parse.c555 ieee80211_channel_to_frequency( in iwl_init_channel_map()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c357 ieee80211_channel_to_frequency(le16_to_cpu(phy_info->channel), in iwl_mvm_rx_rx_mpdu()
H A Dmac-ctxt.c1699 ieee80211_channel_to_frequency(le16_to_cpu(sb->channel), in iwl_mvm_rx_stored_beacon_notif()
H A Drxmq.c2269 rx_status->freq = ieee80211_channel_to_frequency(phy_data->channel, in iwl_mvm_rx_fill_status()
H A Dscan.c2765 ieee80211_channel_to_frequency(conn_info->channel, in iwl_mvm_mei_limited_scan()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1540 ieee80211_channel_to_frequency(uint32_t channel, enum nl80211_band band) in ieee80211_channel_to_frequency() function
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c214 status->freq = ieee80211_channel_to_frequency(chfreq, status->band); in mt7615_get_status_freq_info()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2390 rx_status->freq = ieee80211_channel_to_frequency(channel_num, in ath12k_dp_rx_h_ppdu()
H A Dwmi.c6009 status->freq = ieee80211_channel_to_frequency(rx_ev.channel, in ath12k_mgmt_rx_event()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2472 rx_status->freq = ieee80211_channel_to_frequency(channel_num, in ath11k_dp_rx_h_ppdu()
H A Dwmi.c7932 status->freq = ieee80211_channel_to_frequency(rx_ev.channel, in ath11k_mgmt_rx_event()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c2575 status->freq = ieee80211_channel_to_frequency(channel, status->band); in ath10k_wmi_event_mgmt_rx()