/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
H A D | rxtx.c | 1248 if (info->band == NL80211_BAND_5GHZ) { in vnt_generate_fifo_header()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | chan.c | 542 if (chandef->chan->band == NL80211_BAND_S1GHZ) in ieee80211_del_chanctx()
|
/kernel/linux/linux-6.6/drivers/staging/vt6655/ |
H A D | rxtx.c | 1250 if (info->band == NL80211_BAND_5GHZ) { in vnt_generate_fifo_header()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.h | 2472 /* Whether PNO event shall be triggered if the network is found on A band */ 2475 /* Whether PNO event shall be triggered if the network is found on G band */ 2595 /* band which needs to get preference over other band 2598 __le32 band; member 2600 /* Amount of RSSI preference (in dB) that can be given to a band */ 2660 /** Number of connected NLO band preferences **/
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 165 vif->bss_conf.chandef.chan->band != NL80211_BAND_2GHZ || in iwl_mvm_rx_monitor_notif()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76.h | 642 u8 nss:5, band:3; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | fw.h | 81 * Map these bits to band capability by right shifting 8 bits. 1425 u8 band; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8821c.c | 1941 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | rtw8822b.c | 2548 .band = RTW_BAND_2G | RTW_BAND_5G,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 596 * The relative_adjust_rssi should be added to the band specified 605 * belong to the band specified by relative_adjust_band while comparing 691 * mode - Mode/band (HOSTAPD_MODE_IEEE80211A, ..) 1617 /** Driver supports automatic band selection */ 4080 * set_band - Notify driver of band selection 4082 * @band: The selected band(s) 4085 int (*set_band)(void *priv, enum set_band band); 5424 * @freq_24: Best 2.4 GHz band channel frequency in MHz 5425 * @freq_5: Best 5 GHz band channe [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 3246 struct v4l2_frequency_band *band) in radio_enum_freq_bands() 3252 return snd_tea575x_enum_freq_bands(&btv->tea, band); in radio_enum_freq_bands() 3245 radio_enum_freq_bands(struct file *file, void *priv, struct v4l2_frequency_band *band) radio_enum_freq_bands() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 300 static int wpas_ctrl_set_band(struct wpa_supplicant *wpa_s, char *band) in wpas_ctrl_set_band() argument 304 if (os_strcmp(band, "AUTO") == 0) in wpas_ctrl_set_band() 306 else if (os_strcmp(band, "5G") == 0) in wpas_ctrl_set_band() 308 else if (os_strcmp(band, "2G") == 0) in wpas_ctrl_set_band() 376 /* <band>:adjust_value */ in wpas_ctrl_set_relative_band_adjust()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3688 enum nl80211_band band = b43_current_band(dev->wl); in b43_nphy_get_tx_gain_table() local 3695 if ((dev->phy.n->ipa2g_on && band == NL80211_BAND_2GHZ) || in b43_nphy_get_tx_gain_table() 3696 (dev->phy.n->ipa5g_on && band == NL80211_BAND_5GHZ)) { in b43_nphy_get_tx_gain_table()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3688 enum nl80211_band band = b43_current_band(dev->wl); in b43_nphy_get_tx_gain_table() local 3695 if ((dev->phy.n->ipa2g_on && band == NL80211_BAND_2GHZ) || in b43_nphy_get_tx_gain_table() 3696 (dev->phy.n->ipa5g_on && band == NL80211_BAND_5GHZ)) { in b43_nphy_get_tx_gain_table()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 1587 rx_status.band = NL80211_BAND_2GHZ; in at76_rx_tasklet()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.c | 731 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) { in rt73usb_config_lna_gain()
|
H A D | rt61pci.c | 756 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) { in rt61pci_config_lna_gain()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822b.c | 2450 .band = RTW_BAND_2G | RTW_BAND_5G,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1117 extern void send_sigio(struct fown_struct *fown, int fd, int band);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1071 extern void send_sigio(struct fown_struct *fown, int fd, int band);
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 1587 rx_status.band = NL80211_BAND_2GHZ; in at76_rx_tasklet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.c | 731 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) { in rt73usb_config_lna_gain()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 2691 switch (conf->chandef.chan->band) { in b43legacy_op_dev_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 44 .band = NL80211_BAND_60GHZ, \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1179 u32 ctl = ath_regd_get_band_ctl(reg, chan->chan->band); in ath9k_regd_get_ctl() 1811 * If cross-band fcc is not supoprted, bail out if channelFlags differ. in ath9k_hw_do_fastcc() 2513 ath_warn(common, "disabling 5GHz band\n"); in ath9k_hw_fill_cap_info() 2520 ath_warn(common, "disabling 2GHz band\n"); in ath9k_hw_fill_cap_info()
|