Home
last modified time | relevance | path

Searched refs:HDD_NL80211_BAND_5GHZ (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_eht.c180 hdd_ctx->wiphy->bands[HDD_NL80211_BAND_5GHZ]; in hdd_update_wiphy_eht_cap()
H A Dwlan_hdd_sar_limits.c75 return HDD_NL80211_BAND_5GHZ; in hdd_sar_wmi_to_nl_band()
634 case HDD_NL80211_BAND_5GHZ: in wlan_hdd_cfg80211_sar_convert_band()
H A Dwlan_hdd_cfg80211.c263 .band = HDD_NL80211_BAND_5GHZ, \
450 .band = HDD_NL80211_BAND_5GHZ,
21343 } else if (HDD_NL80211_BAND_5GHZ == i && in wlan_hdd_cfg80211_update_band()
22045 band_5g = hdd_ctx->wiphy->bands[HDD_NL80211_BAND_5GHZ]; in wlan_hdd_update_ht_cap()
22145 } else if (HDD_NL80211_BAND_5GHZ == i && in wlan_hdd_update_band_cap_in_wiphy()
22563 wiphy->bands[HDD_NL80211_BAND_5GHZ] = &wlan_hdd_band_5_ghz; in wlan_hdd_update_wiphy_supported_band()
22564 wiphy->bands[HDD_NL80211_BAND_5GHZ]->channels = hdd_ctx->channels_5ghz; in wlan_hdd_update_wiphy_supported_band()
22570 wiphy->bands[HDD_NL80211_BAND_5GHZ]->n_channels = num_ch; in wlan_hdd_update_wiphy_supported_band()
22571 qdf_mem_copy(wiphy->bands[HDD_NL80211_BAND_5GHZ]->channels, in wlan_hdd_update_wiphy_supported_band()
22575 HDD_NL80211_BAND_5GHZ]->channels + in wlan_hdd_update_wiphy_supported_band()
[all …]
H A Dwlan_hdd_cfg.c2213 ieee_band = hdd_ctx->wiphy->bands[HDD_NL80211_BAND_5GHZ]; in hdd_update_phymode()
H A Dwlan_hdd_main.c2252 wiphy->bands[HDD_NL80211_BAND_5GHZ]; in hdd_update_tgt_vht_cap()
2607 hdd_ctx->wiphy->bands[HDD_NL80211_BAND_5GHZ]; in hdd_update_wiphy_he_cap()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h222 #define HDD_NL80211_BAND_5GHZ NL80211_BAND_5GHZ macro
226 #define HDD_NL80211_BAND_5GHZ IEEE80211_BAND_5GHZ macro