/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 830 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? in iwlagn_rx_reply_rx() 834 rx_status.band); in iwlagn_rx_reply_rx() 836 iwlagn_hwrate_to_mac80211_idx(rate_n_flags, rx_status.band); in iwlagn_rx_reply_rx()
|
H A D | rs.h | 338 enum nl80211_band band; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 152 * @band: band this channel belongs to 160 * to enable this, this is useful only on 5 GHz band. 166 u8 band; member 274 * @QLINK_CMD_BAND_INFO_GET: for the specified MAC and specified band, get 275 * the band's description including number of operational channels and 624 * @QLINK_BAND_2GHZ: 2.4GHz band 625 * @QLINK_BAND_5GHZ: 5GHz band 626 * @QLINK_BAND_60GHZ: 60GHz band 637 * @band 641 u8 band; global() member 1183 u8 band; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | wsm.h | 21 /* Radio band 2.412 -2.484 GHz. */ 24 /* Radio band 4.9375-5.8250 GHz. */ 694 u8 band; member 895 u8 band; member 899 /* according to the band */ 1186 /* [in] */ u8 band; member
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi.h | 739 HPI_TUNER_BAND_AM = 1, /**< AM band */ 740 HPI_TUNER_BAND_FM = 2, /**< FM band (mono) */ 741 HPI_TUNER_BAND_TV_NTSC_M = 3, /**< NTSC-M TV band*/ 743 HPI_TUNER_BAND_FM_STEREO = 4, /**< FM band (stereo) */ 745 HPI_TUNER_BAND_TV_PAL_BG = 6, /**< PAL-B/G TV band*/ 746 HPI_TUNER_BAND_TV_PAL_I = 7, /**< PAL-I TV band*/ 747 HPI_TUNER_BAND_TV_PAL_DK = 8, /**< PAL-D/K TV band*/ 748 HPI_TUNER_BAND_TV_SECAM_L = 9, /**< SECAM-L TV band*/ 750 HPI_TUNER_BAND_LAST = 10 /**< the index of the last tuner band. */ 858 HPI_FILTER_TYPE_BANDPASS = 6, /**< standard band pas [all...] |
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_mbdrc.c | 65 .band = MBDRC_LOW_BAND, 115 .band = MBDRC_MID_BAND, 165 .band = MBDRC_HIGH_BAND,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 505 * band to band for a single radio, need to see how this should be in ath12k_pull_mac_phy_cap_svc_ready_ext() 535 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext() 555 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext() 574 cap_band = &pdev_cap->band[NL80211_BAND_6GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext() 838 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath12k_wmi_vdev_create() 847 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath12k_wmi_vdev_create() 4154 static void ath12k_wmi_eht_caps_parse(struct ath12k_pdev *pdev, u32 band, in ath12k_wmi_eht_caps_parse() argument 4161 struct ath12k_band_cap *cap_band = &pdev->cap.band[band]; in ath12k_wmi_eht_caps_parse() 5208 int band, ch, idx = 0; freq_to_idx() local [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 82 * @IEEE80211_CHAN_NO_80MHZ: If the driver supports 80 MHz on the band, 87 * @IEEE80211_CHAN_NO_160MHZ: If the driver supports 160 MHz on the band, 151 * @band: band this channel belongs to. 157 * to enable this, this is useful only on 5 GHz band. 166 enum nl80211_band band; member 190 * preamble on this bitrate; only relevant in 2.4GHz band and 193 * when used with 802.11a (on the 5 GHz band); filled by the 196 * when used with 802.11b (on the 2.4 GHz band); filled by the 199 * when used with 802.11g (on the 2.4 GHz band); fille 489 enum nl80211_band band; global() member 2254 enum nl80211_band band; global() member 5405 ieee80211_channel_to_frequency(int chan, enum nl80211_band band) ieee80211_channel_to_frequency() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 2184 WARN_ONCE(1, "Unsupported phy band (%u)\n", phy_band); in iwl_mvm_nl80211_band_from_rx_msdu() 2207 * Note: requires also rx_status->band to be prefilled, as well 2254 rx_status->band); in iwl_mvm_rx_fill_status() 2305 rx_status->band); in iwl_mvm_rx_fill_status() 2312 IWL_ERR(mvm, "Invalid rate flags 0x%x, band %d,\n", in iwl_mvm_rx_fill_status() 2313 rate_n_flags, rx_status->band); in iwl_mvm_rx_fill_status() 2450 u8 band = BAND_IN_RX_STATUS(desc->mac_phy_idx); in iwl_mvm_rx_mpdu_mq() local 2452 rx_status->band = iwl_mvm_nl80211_band_from_rx_msdu(band); in iwl_mvm_rx_mpdu_mq() 2454 rx_status->band in iwl_mvm_rx_mpdu_mq() [all...] |
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_device.h | 263 * @param band - band 267 virtual ErrCode GetSignalLevel(const int &rssi, const int &band, int &level) = 0; 350 * @Description check wifi-band type is supported 352 * @param bandType - wifi band type
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | hal_device_manage_test.h | 59 virtual int32_t GetSupportFreqs(int32_t band, std::vector<uint32_t>& frequencies)
in GetSupportFreqs() argument
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_device.h | 343 * @param band - band 347 virtual ErrCode GetSignalLevel(const int &rssi, const int &band, int &level) = 0; 381 * @Description check wifi-band type is supported 383 * @param bandType - wifi band type
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_impl.h | 272 * @param band - band 276 ErrCode GetSignalLevel(const int &rssi, const int &band, int &level) override; 366 * @Description check wifi-band type is supported 368 * @param bandType - wifi band type
|
H A D | wifi_device_callback_stub.cpp | 171 info.band = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
|
H A D | wifi_device_callback_stub_lite.cpp | 185 (void)ReadInt32(data, &info.band); in RemoteOnWifiConnectionChanged()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_struct.h | 227 int32_t band; member
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_callback_proxy_lite.cpp | 78 (void)WriteInt32(&data, info.band); in OnWifiConnectionChanged()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_ap_interface.c | 297 WifiErrorNo GetValidFrequenciesForBand(int32_t band, int *frequencies, int32_t *size, int id) in GetValidFrequenciesForBand() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher_lite.cpp | 244 int signalLevel = WifiSettings::GetInstance().GetSignalLevel(state, likedInfo.band); in PublishRssiValueChangedEvent()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | wcn36xx.h | 91 #define WCN36XX_BAND(__wcn) (__wcn->hw->conf.chandef.chan->band)
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.h | 343 enum nl80211_band band; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 190 struct ieee80211_supported_band band; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | sap.h | 366 * @band: The band on which we are associated. 377 u8 band; member 456 * @colloc_band: The band of the collocated channel. 686 * struct iwl_sap_oob_filters - Out of band filters (for RX only) 712 * @filters: Out of band filters.
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 190 struct ieee80211_supported_band band; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | he.c | 166 if (sband->band == NL80211_BAND_6GHZ && he_6ghz_capa) in ieee80211_he_cap_ie_to_sta_he_cap()
|