Home
last modified time | relevance | path

Searched refs:band (Results 176 - 200 of 1044) sorted by relevance

12345678910>>...42

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dregd.c134 enum nl80211_band band; in _rtl_reg_apply_beaconing_flags() local
140 for (band = 0; band < NUM_NL80211_BANDS; band++) { in _rtl_reg_apply_beaconing_flags()
142 if (!wiphy->bands[band]) in _rtl_reg_apply_beaconing_flags()
145 sband = wiphy->bands[band]; in _rtl_reg_apply_beaconing_flags()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dchan.c11 static enum rtw89_subband rtw89_get_subband_type(enum rtw89_band band, in rtw89_get_subband_type() argument
14 switch (band) { in rtw89_get_subband_type()
89 enum rtw89_band band, enum rtw89_bandwidth bandwidth) in rtw89_chan_create()
91 enum nl80211_band nl_band = rtw89_hw_to_nl80211_band(band); in rtw89_chan_create()
97 chan->band_type = band; in rtw89_chan_create()
104 chan->subband_type = rtw89_get_subband_type(band, center_chan); in rtw89_chan_create()
88 rtw89_chan_create(struct rtw89_chan *chan, u8 center_chan, u8 primary_chan, enum rtw89_band band, enum rtw89_bandwidth bandwidth) rtw89_chan_create() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dcost_enc.c61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
67 for (band = 0; band < NUM_BANDS; ++band) { in VP8CalculateLevelCosts()
69 const uint8_t* const p = proba->coeffs_[ctype][band][ctx]; in VP8CalculateLevelCosts()
70 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; in VP8CalculateLevelCosts()
/kernel/linux/linux-5.10/net/mac80211/
H A Dibss.c93 sband = local->hw.wiphy->bands[chandef->chan->band]; in ieee80211_ibss_build_presp()
129 if (sband->band == NL80211_BAND_2GHZ) { in ieee80211_ibss_build_presp()
351 sdata->vif.bss_conf.use_short_slot = chan->band == NL80211_BAND_5GHZ; in __ieee80211_sta_join_ibss()
355 if (chan->band == NL80211_BAND_2GHZ && have_higher_than_11mbit) in __ieee80211_sta_join_ibss()
444 sband = sdata->local->hw.wiphy->bands[cbss->channel->band]; in ieee80211_sta_join_ibss()
612 int band; in __acquires() local
639 band = chanctx_conf->def.chan->band; in __acquires()
650 sband = local->hw.wiphy->bands[band]; in __acquires()
651 sta->sta.supp_rates[band] in __acquires()
993 enum nl80211_band band = rx_status->band; ieee80211_update_sta_info() local
1122 enum nl80211_band band = rx_status->band; ieee80211_rx_bss_info() local
1215 int band; ieee80211_ibss_rx_no_sta() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dibss.c93 sband = local->hw.wiphy->bands[chandef->chan->band]; in ieee80211_ibss_build_presp()
129 if (sband->band == NL80211_BAND_2GHZ) { in ieee80211_ibss_build_presp()
350 sdata->vif.bss_conf.use_short_slot = chan->band == NL80211_BAND_5GHZ; in __ieee80211_sta_join_ibss()
355 chan->band == NL80211_BAND_2GHZ && have_higher_than_11mbit; in __ieee80211_sta_join_ibss()
441 sband = sdata->local->hw.wiphy->bands[cbss->channel->band]; in ieee80211_sta_join_ibss()
604 int band; in __acquires() local
631 band = chanctx_conf->def.chan->band; in __acquires()
642 sband = local->hw.wiphy->bands[band]; in __acquires()
643 sta->sta.deflink.supp_rates[band] in __acquires()
986 enum nl80211_band band = rx_status->band; ieee80211_update_sta_info() local
1116 enum nl80211_band band = rx_status->band; ieee80211_rx_bss_info() local
1209 int band; ieee80211_ibss_rx_no_sta() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H A Dmwl8k.c349 { .band = NL80211_BAND_2GHZ, .center_freq = 2412, .hw_value = 1, },
350 { .band = NL80211_BAND_2GHZ, .center_freq = 2417, .hw_value = 2, },
351 { .band = NL80211_BAND_2GHZ, .center_freq = 2422, .hw_value = 3, },
352 { .band = NL80211_BAND_2GHZ, .center_freq = 2427, .hw_value = 4, },
353 { .band = NL80211_BAND_2GHZ, .center_freq = 2432, .hw_value = 5, },
354 { .band = NL80211_BAND_2GHZ, .center_freq = 2437, .hw_value = 6, },
355 { .band = NL80211_BAND_2GHZ, .center_freq = 2442, .hw_value = 7, },
356 { .band = NL80211_BAND_2GHZ, .center_freq = 2447, .hw_value = 8, },
357 { .band = NL80211_BAND_2GHZ, .center_freq = 2452, .hw_value = 9, },
358 { .band
2384 mwl8k_set_ht_caps(struct ieee80211_hw *hw, struct ieee80211_supported_band *band, u32 cap) mwl8k_set_ht_caps() argument
2867 __le16 band; global() member
3082 int band, ch, idx = 0; freq_to_idx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H A Dmwl8k.c349 { .band = NL80211_BAND_2GHZ, .center_freq = 2412, .hw_value = 1, },
350 { .band = NL80211_BAND_2GHZ, .center_freq = 2417, .hw_value = 2, },
351 { .band = NL80211_BAND_2GHZ, .center_freq = 2422, .hw_value = 3, },
352 { .band = NL80211_BAND_2GHZ, .center_freq = 2427, .hw_value = 4, },
353 { .band = NL80211_BAND_2GHZ, .center_freq = 2432, .hw_value = 5, },
354 { .band = NL80211_BAND_2GHZ, .center_freq = 2437, .hw_value = 6, },
355 { .band = NL80211_BAND_2GHZ, .center_freq = 2442, .hw_value = 7, },
356 { .band = NL80211_BAND_2GHZ, .center_freq = 2447, .hw_value = 8, },
357 { .band = NL80211_BAND_2GHZ, .center_freq = 2452, .hw_value = 9, },
358 { .band
2388 mwl8k_set_ht_caps(struct ieee80211_hw *hw, struct ieee80211_supported_band *band, u32 cap) mwl8k_set_ht_caps() argument
2871 __le16 band; global() member
3086 int band, ch, idx = 0; freq_to_idx() local
[all...]
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-si476x.c72 static inline bool si476x_radio_freq_is_inside_of_the_band(u32 freq, int band) in si476x_radio_freq_is_inside_of_the_band() argument
74 return freq >= si476x_bands[band].rangelow && in si476x_radio_freq_is_inside_of_the_band()
75 freq <= si476x_bands[band].rangehigh; in si476x_radio_freq_is_inside_of_the_band()
79 int band) in si476x_radio_range_is_inside_of_the_band()
81 return low >= si476x_bands[band].rangelow && in si476x_radio_range_is_inside_of_the_band()
82 high <= si476x_bands[band].rangehigh; in si476x_radio_range_is_inside_of_the_band()
344 struct v4l2_frequency_band *band) in si476x_radio_enum_freq_bands()
349 if (band->tuner != 0) in si476x_radio_enum_freq_bands()
356 if (band->index < ARRAY_SIZE(si476x_bands)) { in si476x_radio_enum_freq_bands()
357 *band in si476x_radio_enum_freq_bands()
78 si476x_radio_range_is_inside_of_the_band(u32 low, u32 high, int band) si476x_radio_range_is_inside_of_the_band() argument
343 si476x_radio_enum_freq_bands(struct file *file, void *priv, struct v4l2_frequency_band *band) si476x_radio_enum_freq_bands() argument
694 const int band = (freq > midrange) ? si476x_radio_s_frequency() local
[all...]
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-si476x.c72 static inline bool si476x_radio_freq_is_inside_of_the_band(u32 freq, int band) in si476x_radio_freq_is_inside_of_the_band() argument
74 return freq >= si476x_bands[band].rangelow && in si476x_radio_freq_is_inside_of_the_band()
75 freq <= si476x_bands[band].rangehigh; in si476x_radio_freq_is_inside_of_the_band()
79 int band) in si476x_radio_range_is_inside_of_the_band()
81 return low >= si476x_bands[band].rangelow && in si476x_radio_range_is_inside_of_the_band()
82 high <= si476x_bands[band].rangehigh; in si476x_radio_range_is_inside_of_the_band()
338 struct v4l2_frequency_band *band) in si476x_radio_enum_freq_bands()
343 if (band->tuner != 0) in si476x_radio_enum_freq_bands()
350 if (band->index < ARRAY_SIZE(si476x_bands)) { in si476x_radio_enum_freq_bands()
351 *band in si476x_radio_enum_freq_bands()
78 si476x_radio_range_is_inside_of_the_band(u32 low, u32 high, int band) si476x_radio_range_is_inside_of_the_band() argument
337 si476x_radio_enum_freq_bands(struct file *file, void *priv, struct v4l2_frequency_band *band) si476x_radio_enum_freq_bands() argument
688 const int band = (freq > midrange) ? si476x_radio_s_frequency() local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dutil.c57 if (sband->band == NL80211_BAND_2GHZ) { in ieee80211_mandatory_rates()
75 u32 ieee80211_channel_to_freq_khz(int chan, enum nl80211_band band) in ieee80211_channel_to_freq_khz() argument
81 switch (band) { in ieee80211_channel_to_freq_khz()
117 if (WARN_ON(!chan || chan->band != NL80211_BAND_S1GHZ)) in ieee80211_s1g_channel_width()
157 else if (freq <= 45000) /* DMG band lower limit */ in ieee80211_freq_khz_to_channel()
170 enum nl80211_band band; in ieee80211_get_channel_khz() local
174 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ieee80211_get_channel_khz()
175 sband = wiphy->bands[band]; in ieee80211_get_channel_khz()
259 enum nl80211_band band; ieee80211_set_bitrate_flags() local
1612 ieee80211_operating_class_to_band(u8 operating_class, enum nl80211_band *band) ieee80211_operating_class_to_band() argument
1991 enum nl80211_band band; ieee80211_get_num_supported_channels() local
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dutil.c57 if (sband->band == NL80211_BAND_2GHZ) { in ieee80211_mandatory_rates()
75 u32 ieee80211_channel_to_freq_khz(int chan, enum nl80211_band band) in ieee80211_channel_to_freq_khz() argument
81 switch (band) { in ieee80211_channel_to_freq_khz()
118 if (WARN_ON(!chan || chan->band != NL80211_BAND_S1GHZ)) in ieee80211_s1g_channel_width()
158 else if (freq <= 45000) /* DMG band lower limit */ in ieee80211_freq_khz_to_channel()
171 enum nl80211_band band; in ieee80211_get_channel_khz() local
175 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ieee80211_get_channel_khz()
176 sband = wiphy->bands[band]; in ieee80211_get_channel_khz()
261 enum nl80211_band band; ieee80211_set_bitrate_flags() local
1975 ieee80211_operating_class_to_band(u8 operating_class, enum nl80211_band *band) ieee80211_operating_class_to_band() argument
2380 enum nl80211_band band; ieee80211_get_num_supported_channels() local
[all...]
/kernel/linux/common_modules/newip/tools/
H A Dwireshark_cfg_for_newip.lua164 local pkt_hdr_type = bit.band(bit.rshift(bitmap1, 7), 0x00000001) --右移 7 位 与 0x01 相与,获取 pkt_hdr_type 位
165 local include_ttl = bit.band(bit.rshift(bitmap1, 6), 0x00000001) --右移 6 位 与 0x01 相与,获取 include_ttl 位
166 local include_total_len = bit.band(bit.rshift(bitmap1, 5), 0x00000001) --右移 5 位 与 0x01 相与,获取 include_total_len 位
167 local include_nexthdr = bit.band(bit.rshift(bitmap1, 4), 0x00000001) --右移 4 位 与 0x01 相与,获取 include_nexthdr 位
168 local include_daddr = bit.band(bit.rshift(bitmap1, 2), 0x00000001) --右移 2 位 与 0x01 相与,获取 include_daddr 位
169 local include_saddr = bit.band(bit.rshift(bitmap1, 1), 0x00000001) --右移 1 位 与 0x01 相与,获取 include_saddr 位
170 local include_bitmap2 = bit.band(bitmap1, 0x00000001) --获取 include_bitmap2 位
195 include_hdr_len = bit.band(bit.rshift(bitmap2, 7), 0x00000001) --右移 7 位 与 0x01 相与,获取 include_hdr_len 位
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ds921.c261 int band, rc, i; in s921_pll_tune() local
268 for (band = 0; band < ARRAY_SIZE(s921_bandselect); band++) in s921_pll_tune()
269 if (p->frequency < s921_bandselect[band].freq_low) in s921_pll_tune()
271 band--; in s921_pll_tune()
273 if (band < 0) { in s921_pll_tune()
278 f_switch = s921_bandselect[band].band_reg; in s921_pll_tune()
324 dprintk("pll tune band=%d, pll=%d\n", f_switch, (int)f_offset); in s921_pll_tune()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Dregd.c60 /* This one skips what we call "mid band" */
343 enum nl80211_band band; in ath_reg_apply_beaconing_flags() local
348 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath_reg_apply_beaconing_flags()
349 if (!wiphy->bands[band]) in ath_reg_apply_beaconing_flags()
351 sband = wiphy->bands[band]; in ath_reg_apply_beaconing_flags()
781 enum nl80211_band band) in ath_regd_get_band_ctl()
802 switch (band) { in ath_regd_get_band_ctl()
780 ath_regd_get_band_ctl(struct ath_regulatory *reg, enum nl80211_band band) ath_regd_get_band_ctl() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ds921.c261 int band, rc, i; in s921_pll_tune() local
268 for (band = 0; band < ARRAY_SIZE(s921_bandselect); band++) in s921_pll_tune()
269 if (p->frequency < s921_bandselect[band].freq_low) in s921_pll_tune()
271 band--; in s921_pll_tune()
273 if (band < 0) { in s921_pll_tune()
278 f_switch = s921_bandselect[band].band_reg; in s921_pll_tune()
324 dprintk("pll tune band=%d, pll=%d\n", f_switch, (int)f_offset); in s921_pll_tune()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Dregd.c60 /* This one skips what we call "mid band" */
343 enum nl80211_band band; in ath_reg_apply_beaconing_flags() local
348 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath_reg_apply_beaconing_flags()
349 if (!wiphy->bands[band]) in ath_reg_apply_beaconing_flags()
351 sband = wiphy->bands[band]; in ath_reg_apply_beaconing_flags()
782 enum nl80211_band band) in ath_regd_get_band_ctl()
803 switch (band) { in ath_regd_get_band_ctl()
781 ath_regd_get_band_ctl(struct ath_regulatory *reg, enum nl80211_band band) ath_regd_get_band_ctl() argument
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c206 mt76x0_phy_set_band(struct mt76x02_dev *dev, enum nl80211_band band) in mt76x0_phy_set_band() argument
208 switch (band) { in mt76x0_phy_set_band()
239 enum nl80211_band band; in mt76x0_phy_set_chan_rf_params() local
253 rf_band = mt76x0_frequency_plan[i].band; in mt76x0_phy_set_chan_rf_params()
361 band = (rf_band & RF_G_BAND) ? NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; in mt76x0_phy_set_chan_rf_params()
362 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x0_phy_set_chan_rf_params()
364 * [2]1'b1: enable external A band PA in mt76x0_phy_set_chan_rf_params()
365 * 1'b0: disable external A band PA in mt76x0_phy_set_chan_rf_params()
366 * [3]1'b1: enable external G band PA in mt76x0_phy_set_chan_rf_params()
367 * 1'b0: disable external G band P in mt76x0_phy_set_chan_rf_params()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Ddebug.c1013 struct ieee80211_supported_band *band = &ah->sbands[b]; in ath5k_debug_dump_bands() local
1015 switch (band->band) { in ath5k_debug_dump_bands()
1024 band->band); in ath5k_debug_dump_bands()
1028 band->n_channels, band->n_bitrates); in ath5k_debug_dump_bands()
1030 for (i = 0; i < band->n_channels; i++) in ath5k_debug_dump_bands()
1033 band->channels[i].center_freq), in ath5k_debug_dump_bands()
1034 band in ath5k_debug_dump_bands()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Ddebug.c1011 struct ieee80211_supported_band *band = &ah->sbands[b]; in ath5k_debug_dump_bands() local
1013 switch (band->band) { in ath5k_debug_dump_bands()
1022 band->band); in ath5k_debug_dump_bands()
1026 band->n_channels, band->n_bitrates); in ath5k_debug_dump_bands()
1028 for (i = 0; i < band->n_channels; i++) in ath5k_debug_dump_bands()
1031 band->channels[i].center_freq), in ath5k_debug_dump_bands()
1032 band in ath5k_debug_dump_bands()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c206 mt76x0_phy_set_band(struct mt76x02_dev *dev, enum nl80211_band band) in mt76x0_phy_set_band() argument
208 switch (band) { in mt76x0_phy_set_band()
239 enum nl80211_band band; in mt76x0_phy_set_chan_rf_params() local
253 rf_band = mt76x0_frequency_plan[i].band; in mt76x0_phy_set_chan_rf_params()
361 band = (rf_band & RF_G_BAND) ? NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; in mt76x0_phy_set_chan_rf_params()
362 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x0_phy_set_chan_rf_params()
364 * [2]1'b1: enable external A band PA in mt76x0_phy_set_chan_rf_params()
365 * 1'b0: disable external A band PA in mt76x0_phy_set_chan_rf_params()
366 * [3]1'b1: enable external G band PA in mt76x0_phy_set_chan_rf_params()
367 * 1'b0: disable external G band P in mt76x0_phy_set_chan_rf_params()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c434 u32 phy_get_tx_swing_8812A(struct ieee80211_hw *hw, u8 band, in phy_get_tx_swing_8812A() argument
454 if (band == BAND_ON_2_4G) { in phy_get_tx_swing_8812A()
468 } else if (band == BAND_ON_5G) { in phy_get_tx_swing_8812A()
495 if (band == BAND_ON_2_4G) { in phy_get_tx_swing_8812A()
535 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
541 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
547 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
553 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
561 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
567 if (band in phy_get_tx_swing_8812A()
592 rtl8821ae_phy_switch_wirelessband(struct ieee80211_hw *hw, u8 band) rtl8821ae_phy_switch_wirelessband() argument
895 u8 band, rfpath, txnum, rate_section; _rtl8821ae_phy_init_tx_power_by_rate() local
907 _rtl8821ae_phy_set_txpower_by_rate_base(struct ieee80211_hw *hw, u8 band, u8 path, u8 rate_section, u8 txnum, u8 value) _rtl8821ae_phy_set_txpower_by_rate_base() argument
976 _rtl8821ae_phy_get_txpower_by_rate_base(struct ieee80211_hw *hw, u8 band, u8 path, u8 txnum, u8 rate_section) _rtl8821ae_phy_get_txpower_by_rate_base() argument
1170 _rtl8812ae_phy_get_txpower_by_rate_base_index(struct ieee80211_hw *hw, enum band_type band, u8 rate) _rtl8812ae_phy_get_txpower_by_rate_base_index() argument
1603 _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt(struct ieee80211_hw *hw, u8 band, u8 channel) _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt() argument
1741 _rtl8812ae_phy_config_bb_txpwr_lmt(struct ieee80211_hw *hw, const char *regulation, const char *band, const char *bandwidth, const char *rate_section, const char *rf_path, const char *channel, const char *power_limit) _rtl8812ae_phy_config_bb_txpwr_lmt() argument
1772 const char *band = array[i+1]; _rtl8821ae_phy_read_and_config_txpwr_lmt() local
1956 _rtl8821ae_store_tx_power_by_rate(struct ieee80211_hw *hw, u32 band, u32 rfpath, u32 txnum, u32 regaddr, u32 bitmask, u32 data) _rtl8821ae_store_tx_power_by_rate() argument
2322 _rtl8812ae_phy_get_txpower_limit(struct ieee80211_hw *hw, u8 band, enum ht_channel_width bandwidth, enum radio_path rf_path, u8 rate, u8 channel) _rtl8812ae_phy_get_txpower_limit() argument
2490 _rtl8821ae_phy_get_txpower_by_rate(struct ieee80211_hw *hw, u8 band, u8 path, u8 rate) _rtl8821ae_phy_get_txpower_by_rate() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c434 u32 phy_get_tx_swing_8812A(struct ieee80211_hw *hw, u8 band, in phy_get_tx_swing_8812A() argument
454 if (band == BAND_ON_2_4G) { in phy_get_tx_swing_8812A()
468 } else if (band == BAND_ON_5G) { in phy_get_tx_swing_8812A()
495 if (band == BAND_ON_2_4G) { in phy_get_tx_swing_8812A()
535 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
541 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
547 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
553 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
561 if (band == BAND_ON_2_4G) in phy_get_tx_swing_8812A()
567 if (band in phy_get_tx_swing_8812A()
592 rtl8821ae_phy_switch_wirelessband(struct ieee80211_hw *hw, u8 band) rtl8821ae_phy_switch_wirelessband() argument
894 u8 band, rfpath, txnum, rate_section; _rtl8821ae_phy_init_tx_power_by_rate() local
906 _rtl8821ae_phy_set_txpower_by_rate_base(struct ieee80211_hw *hw, u8 band, u8 path, u8 rate_section, u8 txnum, u8 value) _rtl8821ae_phy_set_txpower_by_rate_base() argument
975 _rtl8821ae_phy_get_txpower_by_rate_base(struct ieee80211_hw *hw, u8 band, u8 path, u8 txnum, u8 rate_section) _rtl8821ae_phy_get_txpower_by_rate_base() argument
1169 _rtl8812ae_phy_get_txpower_by_rate_base_index(struct ieee80211_hw *hw, enum band_type band, u8 rate) _rtl8812ae_phy_get_txpower_by_rate_base_index() argument
1602 _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt(struct ieee80211_hw *hw, u8 band, u8 channel) _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt() argument
1740 _rtl8812ae_phy_config_bb_txpwr_lmt(struct ieee80211_hw *hw, const char *regulation, const char *band, const char *bandwidth, const char *rate_section, const char *rf_path, const char *channel, const char *power_limit) _rtl8812ae_phy_config_bb_txpwr_lmt() argument
1771 const char *band = array[i+1]; _rtl8821ae_phy_read_and_config_txpwr_lmt() local
1955 _rtl8821ae_store_tx_power_by_rate(struct ieee80211_hw *hw, u32 band, u32 rfpath, u32 txnum, u32 regaddr, u32 bitmask, u32 data) _rtl8821ae_store_tx_power_by_rate() argument
2318 _rtl8812ae_phy_get_txpower_limit(struct ieee80211_hw *hw, u8 band, enum ht_channel_width bandwidth, enum radio_path rf_path, u8 rate, u8 channel) _rtl8812ae_phy_get_txpower_limit() argument
2487 _rtl8821ae_phy_get_txpower_by_rate(struct ieee80211_hw *hw, u8 band, u8 path, u8 rate) _rtl8821ae_phy_get_txpower_by_rate() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c2012 int i, band, ret; in ath6kl_wmi_beginscan_cmd() local
2050 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath6kl_wmi_beginscan_cmd()
2051 sband = ar->wiphy->bands[band]; in ath6kl_wmi_beginscan_cmd()
2056 if (WARN_ON(band >= ATH6KL_NUM_BANDS)) in ath6kl_wmi_beginscan_cmd()
2059 ratemask = rates[band]; in ath6kl_wmi_beginscan_cmd()
2060 supp_rates = sc->supp_rates[band].rates; in ath6kl_wmi_beginscan_cmd()
2069 sc->supp_rates[band].nrates = num_rates; in ath6kl_wmi_beginscan_cmd()
2771 int ret, mode, band; in ath6kl_set_bitrate_mask64() local
2823 int ret, mode, band; ath6kl_set_bitrate_mask32() local
3181 ath6kl_wmi_set_htcap_cmd(struct wmi *wmi, u8 if_idx, enum nl80211_band band, struct ath6kl_htcap *htcap) ath6kl_wmi_set_htcap_cmd() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c2003 int i, band, ret; in ath6kl_wmi_beginscan_cmd() local
2036 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath6kl_wmi_beginscan_cmd()
2037 sband = ar->wiphy->bands[band]; in ath6kl_wmi_beginscan_cmd()
2042 if (WARN_ON(band >= ATH6KL_NUM_BANDS)) in ath6kl_wmi_beginscan_cmd()
2045 ratemask = rates[band]; in ath6kl_wmi_beginscan_cmd()
2046 supp_rates = sc->supp_rates[band].rates; in ath6kl_wmi_beginscan_cmd()
2055 sc->supp_rates[band].nrates = num_rates; in ath6kl_wmi_beginscan_cmd()
2757 int ret, mode, band; in ath6kl_set_bitrate_mask64() local
2809 int ret, mode, band; ath6kl_set_bitrate_mask32() local
3167 ath6kl_wmi_set_htcap_cmd(struct wmi *wmi, u8 if_idx, enum nl80211_band band, struct ath6kl_htcap *htcap) ath6kl_wmi_set_htcap_cmd() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c63 enum nl80211_band band = msta->vif->phy->mt76->chandef.chan->band; in mt7915_mcu_set_sta_he_mcs() local
64 const u16 *mask = msta->vif->bitrate_mask.control[band].he_mcs; in mt7915_mcu_set_sta_he_mcs()
587 enum nl80211_band band = chandef->chan->band; in mt7915_mcu_bss_bmc_tlv() local
593 if (band == NL80211_BAND_2GHZ) { in mt7915_mcu_bss_bmc_tlv()
616 u8 band; in mt7915_mcu_muar_config() member
625 .band = phy->mt76->band_idx, in mt7915_mcu_muar_config()
1401 enum nl80211_band band = chandef->chan->band; in mt7915_mcu_add_rate_ctrl_fixed() local
1491 enum nl80211_band band = chandef->chan->band; mt7915_mcu_sta_rate_ctrl_tlv() local
1895 enum nl80211_band band = chandef->chan->band; mt7915_mcu_add_inband_discov() local
2025 mt7915_driver_own(struct mt7915_dev *dev, u8 band) mt7915_driver_own() argument
2401 mt7915_mcu_set_rx_hdr_trans_blacklist(struct mt7915_dev *dev, int band) mt7915_mcu_set_rx_hdr_trans_blacklist() argument
2421 mt7915_mcu_set_mac(struct mt7915_dev *dev, int band, bool enable, bool hdr_trans) mt7915_mcu_set_mac() argument
2438 u8 band; mt7915_mcu_set_mac() member
2704 u8 band = phy->mt76->band_idx; mt7915_mcu_set_chan_info() local
2881 u8 band; mt7915_mcu_set_pre_cal() member
3364 mt7915_mcu_set_ser(struct mt7915_dev *dev, u8 action, u8 set, u8 band) mt7915_mcu_set_ser() argument
3369 u8 band; mt7915_mcu_set_ser() member
3626 u8 band; mt7915_mcu_get_rx_rate() member
[all...]

Completed in 45 milliseconds

12345678910>>...42