Home
last modified time | relevance | path

Searched refs:iftype_data_2g (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_eht.c185 hdd_ctx->iftype_data_2g->eht_cap.eht_cap_elem.phy_cap_info; in hdd_update_wiphy_eht_cap()
201 iftype_sta = hdd_ctx->iftype_data_2g; in hdd_update_wiphy_eht_cap()
202 iftype_ap = hdd_ctx->iftype_data_2g + 1; in hdd_update_wiphy_eht_cap()
203 hdd_ctx->iftype_data_2g->types_mask = in hdd_update_wiphy_eht_cap()
206 band_2g->iftype_data = hdd_ctx->iftype_data_2g; in hdd_update_wiphy_eht_cap()
208 hdd_ctx->iftype_data_2g->eht_cap.has_eht = eht_cap_cfg.present; in hdd_update_wiphy_eht_cap()
209 if (hdd_ctx->iftype_data_2g->eht_cap.has_eht && in hdd_update_wiphy_eht_cap()
210 !hdd_ctx->iftype_data_2g->he_cap.has_he) { in hdd_update_wiphy_eht_cap()
212 hdd_ctx->iftype_data_2g->eht_cap.has_eht = false; in hdd_update_wiphy_eht_cap()
223 qdf_mem_copy(iftype_ap, hdd_ctx->iftype_data_2g, in hdd_update_wiphy_eht_cap()
H A Dwlan_hdd_cfg80211.c21648 hdd_ctx->iftype_data_2g = in wlan_hdd_iftype_data_alloc()
21649 qdf_mem_malloc(sizeof(*hdd_ctx->iftype_data_2g) * in wlan_hdd_iftype_data_alloc()
21652 if (!hdd_ctx->iftype_data_2g) in wlan_hdd_iftype_data_alloc()
21659 qdf_mem_free(hdd_ctx->iftype_data_2g); in wlan_hdd_iftype_data_alloc()
21660 hdd_ctx->iftype_data_2g = NULL; in wlan_hdd_iftype_data_alloc()
21666 qdf_mem_free(hdd_ctx->iftype_data_2g); in wlan_hdd_iftype_data_alloc()
21667 hdd_ctx->iftype_data_2g = NULL; in wlan_hdd_iftype_data_alloc()
21680 qdf_mem_free(hdd_ctx->iftype_data_2g); in wlan_hdd_iftype_data_mem_free()
21682 hdd_ctx->iftype_data_2g = NULL; in wlan_hdd_iftype_data_mem_free()
H A Dwlan_hdd_main.c2614 hdd_ctx->iftype_data_2g->he_cap.he_cap_elem.phy_cap_info; in hdd_update_wiphy_he_cap()
2616 hdd_ctx->iftype_data_2g->he_cap.he_cap_elem.mac_cap_info; in hdd_update_wiphy_he_cap()
2626 hdd_ctx->iftype_data_2g->types_mask = in hdd_update_wiphy_he_cap()
2628 hdd_ctx->iftype_data_2g->he_cap.has_he = he_cap_cfg.present; in hdd_update_wiphy_he_cap()
2630 hdd_update_wiphy_he_mcs(hdd_ctx->iftype_data_2g, &he_cap_cfg); in hdd_update_wiphy_he_cap()
2631 band_2g->iftype_data = hdd_ctx->iftype_data_2g; in hdd_update_wiphy_he_cap()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2069 struct ieee80211_sband_iftype_data *iftype_data_2g; member