Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_eht.c176 tDot11fIEeht_cap eht_cap_cfg; in hdd_update_wiphy_eht_cap() local
196 status = ucfg_mlme_cfg_get_eht_caps(hdd_ctx->psoc, &eht_cap_cfg); 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()
217 if (eht_cap_cfg.su_beamformer) in hdd_update_wiphy_eht_cap()
220 if (eht_cap_cfg.su_beamformee) 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()
248 if (eht_cap_cfg.su_beamformer) in hdd_update_wiphy_eht_cap()
251 if (eht_cap_cfg.su_beamformee) in hdd_update_wiphy_eht_cap()
262 hdd_update_wiphy_eht_caps_6ghz(hdd_ctx, eht_cap_cfg); in hdd_update_wiphy_eht_cap()