Searched refs:band (Results 201 - 225 of 501) sorted by relevance

1234567891011>>

/linux-master/net/wireless/
H A Dscan.c687 enum nl80211_band band; local
692 if (!ieee80211_operating_class_to_band(info->op_class, &band))
699 if (band != NL80211_BAND_6GHZ ||
712 ieee80211_channel_to_frequency(info->channel, band);
845 * and the BSS is found and operating on 6GHz band then
848 * band APs have not been discovered.
852 res->channel->band != NL80211_BAND_6GHZ)
915 if (rdev_req->channels[i]->band == NL80211_BAND_6GHZ &&
1025 if (rdev_req->channels[i]->band != NL80211_BAND_6GHZ)
1041 if (rdev_req->channels[i]->band !
1493 cfg80211_bss_type_match(u16 capability, enum nl80211_band band, enum ieee80211_bss_type bss_type) argument
1993 cfg80211_get_ies_channel_number(const u8 *ie, size_t ielen, enum nl80211_band band) argument
2889 enum nl80211_band band; local
3350 enum nl80211_band band; local
[all...]
H A Dcore.c55 "Disable 40MHz support in the 2.4GHz band");
697 enum nl80211_band band; local
825 for (band = 0; band < NUM_NL80211_BANDS; band++) {
830 sband = wiphy->bands[band];
834 sband->band = band;
838 * on 60GHz or sub-1Ghz band, there are no legacy rates, so
841 if (WARN_ON((band !
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c426 * on region/band information.
439 enum nl80211_band band; local
445 for (band = 0; (band < NUM_NL80211_BANDS) ; band++) {
447 if (!priv->wdev.wiphy->bands[band])
450 sband = priv->wdev.wiphy->bands[band];
456 scan_chan_list[chan_idx].radio_type = band;
498 * on region/band information.
507 enum nl80211_band band; local
1837 u8 band; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac.c657 u8 band)
664 ret = rtw89_mac_check_mac_en(rtwdev, band, RTW89_CMAC_SEL);
666 if (band)
673 if (band)
677 rtw89_info(rtwdev, "R_AX_CMAC_ERR_ISR [%d]=0x%08x\n", band,
679 rtw89_info(rtwdev, "R_AX_CMAC_FUNC_EN [%d]=0x%08x\n", band,
681 rtw89_info(rtwdev, "R_AX_CK_EN [%d]=0x%08x\n", band,
685 rtw89_info(rtwdev, "R_AX_SCHEDULE_ERR_IMR [%d]=0x%08x\n", band,
687 rtw89_info(rtwdev, "R_AX_SCHEDULE_ERR_ISR [%d]=0x%08x\n", band,
692 rtw89_info(rtwdev, "R_AX_PTCL_IMR0 [%d]=0x%08x\n", band,
656 rtw89_mac_dump_cmac_err_status_ax(struct rtw89_dev *rtwdev, u8 band) argument
2952 rtw89_hw_sch_tx_en_h2c(struct rtw89_dev *rtwdev, u8 band, u16 tx_en_u16, u16 mask_u16) argument
4694 rtw89_is_op_chan(struct rtw89_dev *rtwdev, u8 band, u8 channel) argument
4710 u8 reason, status, tx_fail, band, actual_period, expect_period; local
5718 rtw89_mac_get_plt_cnt_ax(struct rtw89_dev *rtwdev, u8 band) argument
6250 rtw89_mac_ptk_drop_by_band_and_wait(struct rtw89_dev *rtwdev, enum rtw89_mac_idx band) argument
[all...]
H A Drtw8852c_rfk.c1911 dpk->bp[path][kidx].band = chan->band_type;
1920 dpk->bp[path][kidx].band == 0 ? "2G" :
1921 dpk->bp[path][kidx].band == 1 ? "5G" : "6G",
2063 if (dpk->bp[path][kidx].band == RTW89_BAND_2G) {
2085 if (dpk->bp[path][kidx].band == RTW89_BAND_6G && dpk->bp[path][kidx].ch >= 161)
2352 if (dpk->bp[path][kidx].band == RTW89_BAND_2G)
2509 if (cur_band != dpk->bp[path][idx].band ||
2762 u8 band = chan->band_type; local
2764 if (rtwdev->hal.cv == CHIP_CAV && band != RTW89_BAND_2G) {
2767 } else if (fem->epa_2g && band
2898 enum rtw89_band band = chan->band_type; local
2951 enum rtw89_band band = chan->band_type; local
3164 enum rtw89_band band = chan->band_type; local
3181 enum rtw89_band band = chan->band_type; local
3593 enum rtw89_band band = chan->band_type; local
3657 enum rtw89_band band = chan->band_type; local
3892 _ch_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 central_ch, enum rtw89_band band, bool is_dav) argument
3928 _ctrl_ch(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, u8 central_ch, enum rtw89_band band) argument
4052 rtw8852c_ctrl_bw_ch(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, u8 central_ch, enum rtw89_band band, enum rtw89_bandwidth bw) argument
[all...]
H A Dcoex.h207 void rtw89_btc_ntfy_scan_start(struct rtw89_dev *rtwdev, u8 phy_idx, u8 band);
209 void rtw89_btc_ntfy_switch_band(struct rtw89_dev *rtwdev, u8 phy_idx, u8 band);
H A Dmac.h479 u8 band; member in struct:rtw89_mac_ax_plt
924 int (*check_mac_en)(struct rtw89_dev *rtwdev, u8 band,
969 u16 (*get_plt_cnt)(struct rtw89_dev *rtwdev, u8 band);
997 u32 rtw89_mac_reg_by_idx(struct rtw89_dev *rtwdev, u32 reg_base, u8 band) argument
1001 return band == 0 ? reg_base : (reg_base + mac->band1_offset);
1099 int rtw89_mac_check_mac_en(struct rtw89_dev *rtwdev, u8 band, argument
1104 return mac->check_mac_en(rtwdev, band, sel);
1212 u16 rtw89_mac_get_plt_cnt(struct rtw89_dev *rtwdev, u8 band) argument
1216 return mac->get_plt_cnt(rtwdev, band);
1435 enum rtw89_mac_idx band);
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.h200 u8 band);
235 u32 phy_get_tx_swing_8812A(struct ieee80211_hw *hw, u8 band, u8 rf_path);
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c188 enum qlink_band qlink_utils_band_cfg2q(enum nl80211_band band) argument
190 switch (band) {
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.h70 u8 band; member in struct:rtw_txpwr_lmt_cfg_pair
78 u32 band; member in struct:rtw_phy_pg_cfg_pair
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_phy.c150 void mt76x02_phy_set_band(struct mt76x02_dev *dev, int band, argument
153 switch (band) {
H A Dmac80211.c10 .band = NL80211_BAND_2GHZ, \
17 .band = NL80211_BAND_5GHZ, \
24 .band = NL80211_BAND_6GHZ, \
396 enum nl80211_band band)
420 phy->hw->wiphy->bands[band] = NULL;
888 if (c->band == NL80211_BAND_2GHZ)
890 else if (c->band == NL80211_BAND_6GHZ)
1107 status->band = mstat.band;
1198 .band
395 mt76_check_sband(struct mt76_phy *phy, struct mt76_sband *msband, enum nl80211_band band) argument
[all...]
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h92 #define WCN36XX_BAND(__wcn) (__wcn->hw->conf.chandef.chan->band)
294 struct ieee80211_supported_band *band; member in struct:wcn36xx
H A Dmain.c37 .band = NL80211_BAND_2GHZ, \
44 .band = NL80211_BAND_5GHZ, \
327 struct ieee80211_supported_band *band; local
333 band = wcn->hw->wiphy->bands[i];
334 if (!band)
336 for (j = 0; j < band->n_channels; j++) {
337 if (HW_VALUE_CHANNEL(band->channels[j].hw_value) == ch) {
338 channel = &band->channels[j];
352 wcn->band = band;
716 wcn36xx_update_allowed_rates(struct ieee80211_sta *sta, enum nl80211_band band) argument
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h74 .band = NL80211_BAND_2GHZ, \
280 struct ieee80211_supported_band band; member in struct:wilc
/linux-master/drivers/media/radio/
H A Dradio-cadet.c373 v->rangelow = bands[0].rangelow; /* 520 kHz (start of AM band) */
374 v->rangehigh = bands[1].rangehigh; /* 108.0 MHz (end of FM band) */
400 struct v4l2_frequency_band *band)
402 if (band->tuner)
404 if (band->index >= ARRAY_SIZE(bands))
406 *band = bands[band->index];
399 vidioc_enum_freq_bands(struct file *file, void *priv, struct v4l2_frequency_band *band) argument
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c122 int band = dev->chandef.chan->band; local
125 r = &dev->hw->wiphy->bands[band]->bitrates[rate->idx];
490 status->band = dev->chandef.chan->band;
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c270 static bool ath5k_is_standard_channel(short chan, enum nl80211_band band) argument
276 static bool ath5k_is_standard_channel(short chan, enum nl80211_band band) argument
278 if (band == NL80211_BAND_2GHZ && chan <= 14)
299 enum nl80211_band band; local
305 band = NL80211_BAND_5GHZ;
310 band = NL80211_BAND_2GHZ;
319 freq = ieee80211_channel_to_frequency(ch, band);
326 channels[count].band = band;
333 if (!ath5k_is_standard_channel(ch, band))
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c112 chanctx_conf->def.chan->band != NL80211_BAND_2GHZ) {
408 chanctx_conf->def.chan->band != NL80211_BAND_2GHZ)) {
781 enum nl80211_band band)
785 if (band != NL80211_BAND_2GHZ)
806 if (info->band != NL80211_BAND_2GHZ)
780 iwl_mvm_bt_coex_is_tpc_allowed(struct iwl_mvm *mvm, enum nl80211_band band) argument
H A Dmvm.h937 /* For CDB this is low band scan type, for non-CDB - type. */
1622 enum nl80211_band band);
1624 enum nl80211_band band);
1626 enum nl80211_band band,
1629 enum nl80211_band band,
1916 u32 iwl_mvm_get_lmac_id(struct iwl_mvm *mvm, enum nl80211_band band);
2132 enum nl80211_band band);
2179 bool iwl_mvm_low_latency_band(struct iwl_mvm *mvm, enum nl80211_band band);
2438 static inline u8 iwl_mvm_phy_band_from_nl80211(enum nl80211_band band) argument
2440 switch (band) {
2515 iwl_mvm_set_chan_info(struct iwl_mvm *mvm, struct iwl_fw_channel_info *ci, u32 chan, u8 band, u8 width, u8 ctrl_pos) argument
2541 enum nl80211_band band = chandef->chan->band; local
[all...]
/linux-master/net/mac80211/
H A Dtx.c69 sband = local->hw.wiphy->bands[info->band];
75 if (sband->band == NL80211_BAND_S1GHZ)
147 switch (sband->band) {
182 dur = ieee80211_frame_duration(sband->band, 10, rate, erp,
190 dur += ieee80211_frame_duration(sband->band, next_frag_len,
690 sband = tx->local->hw.wiphy->bands[info->band];
705 txrc.rate_idx_mask = tx->sdata->rc_rateidx_mask[info->band];
707 if (tx->sdata->rc_has_mcs_mask[info->band])
709 tx->sdata->rc_rateidx_mcs_mask[info->band];
753 "%pM on %d GHz band\
1584 enum nl80211_band band; local
1891 ieee80211_tx_prepare_skb(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct sk_buff *skb, int band, struct ieee80211_sta **sta) argument
2616 enum nl80211_band band; local
5220 enum nl80211_band band; local
6050 __ieee80211_tx_skb_tid_band(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int tid, int link_id, enum nl80211_band band) argument
6111 enum nl80211_band band; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.c242 switch (il->band) {
337 if (info->band == NL80211_BAND_5GHZ)
540 rx_status.band =
546 rx_status.band);
549 if (rx_status.band == NL80211_BAND_5GHZ)
1084 * substitute the 3rd band/group's temp measured at factory */
1398 txpower.band = (il->band == NL80211_BAND_5GHZ) ? 0 : 1;
1399 ch_info = il_get_channel_info(il, il->band, chan);
1402 il->band);
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c275 common->band = NL80211_BAND_2GHZ;
658 * rsi_program_bb_rf() - This function starts base band and RF programming.
752 if (common->band == NL80211_BAND_5GHZ) {
1053 * rsi_band_check() - This function programs the band
1068 if (common->band != curchan->band) {
1070 common->band = curchan->band;
1079 if (common->band == NL80211_BAND_2GHZ) {
1313 u8 band local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c244 u8 band, path, txnum, section; local
246 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band)
253 [band][path][txnum][section] = 0;
278 u8 band,
292 if (band == BAND_ON_2_4G) {
315 band);
321 u8 band, u8 path, u8 txnum,
334 if (band
277 _rtl8723be_phy_set_txpower_by_rate_base(struct ieee80211_hw *hw, u8 band, u8 path, u8 rate_section, u8 txnum, u8 value) argument
320 _rtl8723be_phy_get_txpower_by_rate_base(struct ieee80211_hw *hw, u8 band, u8 path, u8 txnum, u8 rate_section) argument
677 _rtl8723be_store_tx_power_by_rate(struct ieee80211_hw *hw, u32 band, u32 rfpath, u32 txnum, u32 regaddr, u32 bitmask, u32 data) argument
875 _rtl8723be_get_txpower_by_rate(struct ieee80211_hw *hw, enum band_type band, enum radio_path rfpath, u8 rate) argument
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dcx24123.c25 MODULE_PARM_DESC(force_band, "Force a specific band select "\
111 /* band 1 */
119 /* band 2 */
127 /* band 3 */
135 /* band 4 */
143 /* band 5 */
151 /* band 6 */
159 /* band 7 */
167 /* band 8 */
175 /* band
509 int band = 0; local
[all...]

Completed in 441 milliseconds

1234567891011>>