Home
last modified time | relevance | path

Searched refs:eht_cap (Results 1 – 25 of 39) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_eht.c193 static void wma_convert_eht_cap(tDot11fIEeht_cap *eht_cap, uint32_t *mac_cap, in wma_convert_eht_cap() argument
196 eht_cap->present = true; in wma_convert_eht_cap()
199 eht_cap->epcs_pri_access = WMI_EHTCAP_MAC_NSEPPRIACCESS_GET(mac_cap); in wma_convert_eht_cap()
200 eht_cap->eht_om_ctl = WMI_EHTCAP_MAC_EHTOMCTRL_GET(mac_cap); in wma_convert_eht_cap()
201 eht_cap->triggered_txop_sharing_mode1 = in wma_convert_eht_cap()
203 eht_cap->triggered_txop_sharing_mode2 = in wma_convert_eht_cap()
205 eht_cap->restricted_twt = WMI_EHTCAP_MAC_RESTRICTTWT_GET(mac_cap); in wma_convert_eht_cap()
206 eht_cap->scs_traffic_desc = WMI_EHTCAP_MAC_SCSTRAFFICDESC_GET(mac_cap); in wma_convert_eht_cap()
207 eht_cap->max_mpdu_len = WMI_EHTCAP_MAC_MAXMPDULEN_GET(mac_cap); in wma_convert_eht_cap()
208 eht_cap->max_a_mpdu_len_exponent_ext = in wma_convert_eht_cap()
[all …]
H A Dwma_eht.h89 void wma_print_eht_cap(tDot11fIEeht_cap *eht_cap);
165 QDF_STATUS wma_get_eht_capabilities(struct eht_capability *eht_cap);
281 void wma_print_eht_cap(tDot11fIEeht_cap *eht_cap) in wma_print_eht_cap() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_eht.c127 tDot11fIEeht_cap eht_cap) in hdd_update_wiphy_eht_caps_6ghz() argument
132 hdd_ctx->iftype_data_6g->eht_cap.eht_cap_elem.phy_cap_info; in hdd_update_wiphy_eht_caps_6ghz()
149 hdd_ctx->iftype_data_6g->eht_cap.has_eht = eht_cap.present; in hdd_update_wiphy_eht_caps_6ghz()
150 if (hdd_ctx->iftype_data_6g->eht_cap.has_eht && in hdd_update_wiphy_eht_caps_6ghz()
153 hdd_ctx->iftype_data_6g->eht_cap.has_eht = false; in hdd_update_wiphy_eht_caps_6ghz()
158 if (eht_cap.support_320mhz_6ghz) in hdd_update_wiphy_eht_caps_6ghz()
161 if (eht_cap.su_beamformer) in hdd_update_wiphy_eht_caps_6ghz()
164 if (eht_cap.su_beamformee) in hdd_update_wiphy_eht_caps_6ghz()
183 hdd_ctx->iftype_data_5g->eht_cap.eht_cap_elem.phy_cap_info; in hdd_update_wiphy_eht_cap()
185 hdd_ctx->iftype_data_2g->eht_cap.eht_cap_elem.phy_cap_info; in hdd_update_wiphy_eht_cap()
[all …]
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dieee802_11_eht.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c8642 tDot11fIEeht_cap *eht_cap = &session->eht_config; in lim_update_usr_eht_cap() local
8662 eht_cap->su_beamformer, eht_cap->su_beamformee, in lim_update_usr_eht_cap()
8663 eht_cap->mu_bformer_le_80mhz, eht_cap->mu_bformer_160mhz, in lim_update_usr_eht_cap()
8664 eht_cap->mu_bformer_320mhz); in lim_update_usr_eht_cap()
8669 eht_cap->su_beamformer = in lim_update_usr_eht_cap()
8670 eht_cap->su_beamformer & eht_cap_from_ie->su_beamformer; in lim_update_usr_eht_cap()
8671 eht_cap->su_beamformee = in lim_update_usr_eht_cap()
8672 eht_cap->su_beamformee & eht_cap_from_ie->su_beamformee; in lim_update_usr_eht_cap()
8673 eht_cap->mu_bformer_le_80mhz = in lim_update_usr_eht_cap()
8674 eht_cap->mu_bformer_le_80mhz & in lim_update_usr_eht_cap()
[all …]
H A Dlim_prop_exts_utils.c400 beacon && beacon->eht_cap.present) { in lim_update_eht_bw_cap_mcs()
401 if (!beacon->eht_cap.support_320mhz_6ghz) in lim_update_eht_bw_cap_mcs()
403 if (!beacon->eht_cap.support_320mhz_6ghz || in lim_update_eht_bw_cap_mcs()
404 !beacon->eht_cap.su_beamformer) in lim_update_eht_bw_cap_mcs()
H A Dlim_ft.c226 pBeaconStruct->eht_cap.present) { in lim_ft_prepare_add_bss_req()
276 pBeaconStruct->eht_cap.present) in lim_ft_prepare_add_bss_req()
321 &pBeaconStruct->eht_cap, NULL, in lim_ft_prepare_add_bss_req()
693 pBeaconStruct->eht_cap.present) { in lim_fill_ft_session()
H A Dlim_process_assoc_rsp_frame.c146 tDot11fIEeht_cap *eht_cap = NULL; in lim_update_assoc_sta_datas() local
215 eht_cap = &assoc_rsp->eht_cap; in lim_update_assoc_sta_datas()
223 vht_caps, he_cap, eht_cap, in lim_update_assoc_sta_datas()
1327 &assoc_rsp->eht_cap, in lim_process_assoc_rsp_frame()
H A Dlim_process_assoc_req_frame.c273 &assoc_req->eht_cap, in lim_chk_assoc_req_parse_error()
286 if (!assoc_req->eht_cap.present && in lim_chk_assoc_req_parse_error()
642 !assoc_req->eht_cap.present) { in lim_chk_11be_only()
1787 &assoc_req->eht_cap) != QDF_STATUS_SUCCESS) { in lim_update_sta_ds()
2314 assoc_req->eht_cap.present && in lim_send_assoc_ind_to_sme()
2350 assoc_req->eht_cap.present && in lim_send_assoc_ind_to_sme()
2871 assoc_req->he_cap.present, assoc_req->eht_cap.present, in lim_process_assoc_req_frame()
2878 assoc_req->he_cap.present, assoc_req->eht_cap.present, in lim_process_assoc_req_frame()
3515 assoc_ind->eht_caps_present = assoc_req->eht_cap.present; in lim_fill_lim_assoc_ind_params()
H A Dlim_send_frames_host_roam.c410 populate_dot11f_eht_caps(mac_ctx, pe_session, &frm->eht_cap); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
801 populate_dot11f_eht_caps(mac, pe_session, &frm->eht_cap); in lim_send_reassoc_req_mgmt_frame()
907 frm->eht_cap.present, true); in lim_send_reassoc_req_mgmt_frame()
H A Dlim_send_management_frames.c347 populate_dot11f_eht_caps(mac_ctx, pesession, &pr->eht_cap); in lim_send_probe_req_mgmt_frame()
409 lim_ieee80211_pack_ehtcap(eht_cap_ie, pr->eht_cap, pr->he_cap, in lim_send_probe_req_mgmt_frame()
412 pr->eht_cap.present = false; in lim_send_probe_req_mgmt_frame()
821 populate_dot11f_eht_caps(mac_ctx, pe_session, &frm->eht_cap); in lim_send_probe_rsp_mgmt_frame()
1702 &frm.eht_cap); in lim_send_assoc_rsp_mgmt_frame()
1836 lim_ieee80211_pack_ehtcap(eht_cap_ie, frm.eht_cap, frm.he_cap, in lim_send_assoc_rsp_mgmt_frame()
1844 frm.eht_cap.present = false; in lim_send_assoc_rsp_mgmt_frame()
1946 frm.eht_cap.present); in lim_send_assoc_rsp_mgmt_frame()
1953 frm.eht_cap.present, false); in lim_send_assoc_rsp_mgmt_frame()
2640 populate_dot11f_eht_caps(mac_ctx, pe_session, &frm->eht_cap); in lim_send_assoc_req_mgmt_frame()
[all …]
H A Dlim_assoc_utils.c3824 (pAssocRsp->eht_cap.present)) { in lim_sta_send_add_bss()
3949 (pAssocRsp->eht_cap.present || in lim_sta_send_add_bss()
3950 pBeaconStruct->eht_cap.present)) { in lim_sta_send_add_bss()
4046 (pAssocRsp->eht_cap.present || in lim_sta_send_add_bss()
4047 pBeaconStruct->eht_cap.present)) { in lim_sta_send_add_bss()
4270 pBeaconStruct->eht_cap.present) { in lim_sta_send_add_bss_pre_assoc()
4328 pBeaconStruct->eht_cap.present) in lim_sta_send_add_bss_pre_assoc()
4418 &pBeaconStruct->eht_cap, NULL, in lim_sta_send_add_bss_pre_assoc()
H A Dlim_process_action_frame.c1560 bool eht_cap = false; in lim_process_addba_req() local
1601 eht_cap = lim_is_sta_eht_capable(sta_ds); in lim_process_addba_req()
1606 if (eht_cap) in lim_process_addba_req()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/psoc_mgr/dispatcher/src/
H A Dwlan_psoc_mlme_api.c42 *val = psoc_mlme->psoc_cfg.phy_config.eht_cap; in wlan_psoc_mlme_get_11be_capab()
59 psoc_mlme->psoc_cfg.phy_config.eht_cap &= val; in wlan_psoc_mlme_set_11be_capab()
183 mlme_psoc_obj->psoc_cfg.phy_config.eht_cap = in mlme_init_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c272 qdf_mem_copy(&link_ie->link_eht_cap, &bcn_2->eht_cap, in lim_update_link_info()
273 sizeof(bcn_2->eht_cap)); in lim_update_link_info()
785 populate_dot11f_eht_caps(mac_ctx, session, &bcn_2->eht_cap); in sch_set_fixed_beacon_fields()
995 lim_ieee80211_pack_ehtcap(eht_cap_ie, bcn_2->eht_cap, in sch_set_fixed_beacon_fields()
1089 bcn_2->he_cap.present, bcn_2->eht_cap.present); in sch_set_fixed_beacon_fields()
1385 if (beacon2->eht_cap.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1388 qdf_mem_copy((void *)&prb_rsp->eht_cap, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1389 (void *)&beacon2->eht_cap, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1390 sizeof(beacon2->eht_cap)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
/wlan-driver/wpa_supplicant_8/src/common/
H A Dhw_features_common.c
H A Dhw_features_common.h
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h307 tDot11fIEeht_cap eht_cap; member
397 tDot11fIEeht_cap eht_cap; member
505 tDot11fIEeht_cap eht_cap; member
1547 tDot11fIEeht_cap *eht_cap);
1560 bool is_2g, tDot11fIEeht_cap *eht_cap,
1661 struct pe_session *session, tDot11fIEeht_cap *eht_cap) in populate_dot11f_eht_caps() argument
1669 tDot11fIEeht_cap *eht_cap, in populate_dot11f_eht_caps_by_band() argument
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_psoc_mlme.h69 eht_cap:1, member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2854 if (pr->eht_cap.present) {
2855 qdf_mem_copy(&p_probe_resp->eht_cap, &pr->eht_cap,
3255 if (ar->eht_cap.present)
3256 qdf_mem_copy(&p_assoc_req->eht_cap, &ar->eht_cap,
3528 ar->eht_cap.present);
3739 if (ar->eht_cap.present)
3740 qdf_mem_copy(&p_assoc_rsp->eht_cap, &ar->eht_cap,
4288 ar->he_6ghz_band_cap.present, ar->eht_cap.present,
4289 pAssocRsp->eht_cap.support_320mhz_6ghz,
4308 if (ar->eht_cap.present) {
[all …]
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h295 tDot11fIEeht_cap eht_cap; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c1280 tDot11fIEeht_cap *eht_cap = &wma_cfg->eht_cap; in mlme_update_tgt_eht_caps_in_cfg() local
1292 qdf_mem_copy(&mlme_obj->cfg.eht_caps.dot11_eht_cap, eht_cap, in mlme_update_tgt_eht_caps_in_cfg()
1296 mlme_eht_cap->su_beamformer = eht_cap->su_beamformer; in mlme_update_tgt_eht_caps_in_cfg()
1298 eht_cap->num_sounding_dim_le_80mhz)) in mlme_update_tgt_eht_caps_in_cfg()
1300 eht_cap->num_sounding_dim_le_80mhz; in mlme_update_tgt_eht_caps_in_cfg()
1302 eht_cap->num_sounding_dim_160mhz)) in mlme_update_tgt_eht_caps_in_cfg()
1304 eht_cap->num_sounding_dim_160mhz; in mlme_update_tgt_eht_caps_in_cfg()
1306 eht_cap->num_sounding_dim_320mhz)) in mlme_update_tgt_eht_caps_in_cfg()
1308 eht_cap->num_sounding_dim_320mhz; in mlme_update_tgt_eht_caps_in_cfg()
1310 eht_cap->mu_bformer_le_80mhz; in mlme_update_tgt_eht_caps_in_cfg()
[all …]
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
H A Dwlan_tdls_public_structs.h892 struct ehtcap eht_cap; member
1464 struct ehtcap eht_cap; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3480 IE eht_cap (EID_EXTN_ID_ELEMENT) OUI (0x6C)
4094 OPTIE eht_cap;
4200 OPTIE eht_cap;
4280 OPTIE eht_cap;
4342 OPTIE eht_cap;
4399 OPTIE eht_cap;
4447 OPTIE eht_cap;
4498 OPTIE eht_cap;
4529 OPTIE eht_cap;
4587 OPTIE eht_cap;
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1611 if (!phy_config->eht_cap || !entry->ie_list.ehtcap) in cm_calculate_eht_score()
1645 struct wlan_ie_ehtcaps *eht_cap; in cm_get_su_beam_former() local
1648 eht_cap = (struct wlan_ie_ehtcaps *)util_scan_entry_ehtcap(entry); in cm_get_su_beam_former()
1649 if (eht_cap) { in cm_get_su_beam_former()
1650 eht_cap_info = (struct wlan_eht_cap_info *)eht_cap->eht_mac_cap; in cm_get_su_beam_former()
3229 config->he_cap, config->eht_cap, config->vht_24G_cap, in wlan_cm_calculate_bss_score()

12