Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_eht.c183 hdd_ctx->iftype_data_5g->eht_cap.eht_cap_elem.phy_cap_info; in hdd_update_wiphy_eht_cap()
232 iftype_sta = hdd_ctx->iftype_data_5g; in hdd_update_wiphy_eht_cap()
233 iftype_ap = hdd_ctx->iftype_data_5g + 1; in hdd_update_wiphy_eht_cap()
234 hdd_ctx->iftype_data_5g->types_mask = in hdd_update_wiphy_eht_cap()
237 band_5g->iftype_data = hdd_ctx->iftype_data_5g; in hdd_update_wiphy_eht_cap()
239 hdd_ctx->iftype_data_5g->eht_cap.has_eht = eht_cap_cfg.present; in hdd_update_wiphy_eht_cap()
240 if (hdd_ctx->iftype_data_5g->eht_cap.has_eht && in hdd_update_wiphy_eht_cap()
241 !hdd_ctx->iftype_data_5g->he_cap.has_he) { in hdd_update_wiphy_eht_cap()
243 hdd_ctx->iftype_data_5g->eht_cap.has_eht = false; in hdd_update_wiphy_eht_cap()
254 qdf_mem_copy(iftype_ap, hdd_ctx->iftype_data_5g, in hdd_update_wiphy_eht_cap()
H A Dwlan_hdd_main.c2610 hdd_ctx->iftype_data_5g->he_cap.he_cap_elem.phy_cap_info; in hdd_update_wiphy_he_cap()
2618 hdd_ctx->iftype_data_5g->he_cap.he_cap_elem.mac_cap_info; in hdd_update_wiphy_he_cap()
2646 hdd_ctx->iftype_data_5g->types_mask = in hdd_update_wiphy_he_cap()
2648 hdd_ctx->iftype_data_5g->he_cap.has_he = he_cap_cfg.present; in hdd_update_wiphy_he_cap()
2650 hdd_update_wiphy_he_mcs(hdd_ctx->iftype_data_5g, &he_cap_cfg); in hdd_update_wiphy_he_cap()
2651 band_5g->iftype_data = hdd_ctx->iftype_data_5g; in hdd_update_wiphy_he_cap()
H A Dwlan_hdd_cfg80211.c21655 hdd_ctx->iftype_data_5g = in wlan_hdd_iftype_data_alloc()
21656 qdf_mem_malloc(sizeof(*hdd_ctx->iftype_data_5g) * in wlan_hdd_iftype_data_alloc()
21658 if (!hdd_ctx->iftype_data_5g) { in wlan_hdd_iftype_data_alloc()
21665 qdf_mem_free(hdd_ctx->iftype_data_5g); in wlan_hdd_iftype_data_alloc()
21668 hdd_ctx->iftype_data_5g = NULL; in wlan_hdd_iftype_data_alloc()
21679 qdf_mem_free(hdd_ctx->iftype_data_5g); in wlan_hdd_iftype_data_mem_free()
21681 hdd_ctx->iftype_data_5g = NULL; in wlan_hdd_iftype_data_mem_free()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2070 struct ieee80211_sband_iftype_data *iftype_data_5g; member