Home
last modified time | relevance | path

Searched refs:band_2g (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_eht.c177 struct ieee80211_supported_band *band_2g = in hdd_update_wiphy_eht_cap() local
200 if (band_2g) { in hdd_update_wiphy_eht_cap()
205 band_2g->n_iftype_data = EHT_OPMODE_SUPPORTED; in hdd_update_wiphy_eht_cap()
206 band_2g->iftype_data = hdd_ctx->iftype_data_2g; in hdd_update_wiphy_eht_cap()
213 band_2g->n_iftype_data = 1; in hdd_update_wiphy_eht_cap()
Dwlan_hdd_main.c2063 struct ieee80211_supported_band *band_2g = in hdd_update_2g_wiphy_vhtcap() local
2068 if (!band_2g) { in hdd_update_2g_wiphy_vhtcap()
2077 band_2g->vht_cap.vht_mcs.tx_mcs_map = value; in hdd_update_2g_wiphy_vhtcap()
2604 struct ieee80211_supported_band *band_2g = in hdd_update_wiphy_he_cap() local
2625 if (band_2g) { in hdd_update_wiphy_he_cap()
2629 band_2g->n_iftype_data = 1; in hdd_update_wiphy_he_cap()
2631 band_2g->iftype_data = hdd_ctx->iftype_data_2g; in hdd_update_wiphy_he_cap()
Dwlan_hdd_cfg80211.c22036 struct ieee80211_supported_band *band_2g; in wlan_hdd_update_ht_cap() local
22044 band_2g = hdd_ctx->wiphy->bands[HDD_NL80211_BAND_2GHZ]; in wlan_hdd_update_ht_cap()
22047 if (band_2g) { in wlan_hdd_update_ht_cap()
22049 band_2g->ht_cap.cap |= IEEE80211_HT_CAP_TX_STBC; in wlan_hdd_update_ht_cap()
22052 band_2g->vht_cap.vht_supported = 0; in wlan_hdd_update_ht_cap()
22053 band_2g->vht_cap.cap = 0; in wlan_hdd_update_ht_cap()
22057 band_2g->ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20; in wlan_hdd_update_ht_cap()
22060 band_2g->ht_cap.mcs.rx_mask[i] = 0xff; in wlan_hdd_update_ht_cap()
22066 band_2g->ht_cap.mcs.rx_highest = in wlan_hdd_update_ht_cap()