/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_ft.c | 208 pBeaconStruct->vendor_vht_ie.VHTCaps.present) { in lim_ft_prepare_add_bss_req() 211 pBeaconStruct->vendor_vht_ie.VHTCaps.present; in lim_ft_prepare_add_bss_req() 212 vht_caps = &pBeaconStruct->vendor_vht_ie.VHTCaps; in lim_ft_prepare_add_bss_req() 425 bcn->vendor_vht_ie.present) && in lim_calculate_dot11_mode() 437 bcn->vendor_vht_ie.present) && in lim_calculate_dot11_mode() 682 IS_BSS_VHT_CAPABLE(pBeaconStruct->vendor_vht_ie.VHTCaps))); in lim_fill_ft_session() 719 } else if (IS_BSS_VHT_CAPABLE(pBeaconStruct->vendor_vht_ie.VHTCaps) && in lim_fill_ft_session() 720 pBeaconStruct->vendor_vht_ie.VHTOperation.present && in lim_fill_ft_session() 738 pBeaconStruct->vendor_vht_ie.VHTOperation.chanWidth) { in lim_fill_ft_session() 740 pBeaconStruct->vendor_vht_ie.VHTOperation.chanWidth + 1; in lim_fill_ft_session() [all …]
|
D | lim_assoc_utils.c | 2528 if (assoc_req->vendor_vht_ie.VHTCaps.present) in lim_add_sta() 2529 vht_caps = assoc_req->vendor_vht_ie.VHTCaps; in lim_add_sta() 3354 beacon_probe_rsp->vendor_vht_ie.VHTCaps.present) { in lim_check_and_announce_join_success() 3357 beacon_probe_rsp->vendor_vht_ie.sub_type; in lim_check_and_announce_join_success() 3797 pAssocRsp->vendor_vht_ie.VHTCaps.present){ in lim_sta_send_add_bss() 3799 pAssocRsp->vendor_vht_ie.VHTCaps.present; in lim_sta_send_add_bss() 3801 vht_caps = &pAssocRsp->vendor_vht_ie.VHTCaps; in lim_sta_send_add_bss() 3802 vht_oper = &pAssocRsp->vendor_vht_ie.VHTOperation; in lim_sta_send_add_bss() 3891 vendor_vht_ie.VHTCaps))) { in lim_sta_send_add_bss() 3900 else if (pAssocRsp->vendor_vht_ie.VHTCaps.present) { in lim_sta_send_add_bss() [all …]
|
D | lim_send_frames_host_roam.c | 338 frm->vendor_vht_ie.present = 1; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 339 frm->vendor_vht_ie.sub_type = in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 341 frm->vendor_vht_ie.VHTCaps.present = 1; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 343 &frm->vendor_vht_ie.VHTCaps); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
|
D | lim_process_assoc_req_frame.c | 518 else if (assoc_req->vendor_vht_ie.VHTCaps.present && in lim_chk_11ac_only() 520 vht_caps = &assoc_req->vendor_vht_ie.VHTCaps; in lim_chk_11ac_only() 1573 else if (assoc_req->vendor_vht_ie.VHTCaps.present && in lim_update_sta_ds() 1575 vht_caps = &assoc_req->vendor_vht_ie.VHTCaps; in lim_update_sta_ds() 3502 else if (assoc_req->vendor_vht_ie.VHTCaps.present) in lim_fill_lim_assoc_ind_params() 3504 &assoc_req->vendor_vht_ie.VHTCaps, in lim_fill_lim_assoc_ind_params()
|
D | lim_process_assoc_rsp_frame.c | 169 } else if (assoc_rsp->vendor_vht_ie.VHTCaps.present) { in lim_update_assoc_sta_datas() 170 vht_caps = &assoc_rsp->vendor_vht_ie.VHTCaps; in lim_update_assoc_sta_datas() 171 vht_oper = &assoc_rsp->vendor_vht_ie.VHTOperation; in lim_update_assoc_sta_datas()
|
D | lim_send_management_frames.c | 1670 assoc_req->vendor_vht_ie.VHTCaps.present) { in lim_send_assoc_rsp_mgmt_frame() 1671 frm.vendor_vht_ie.present = 1; in lim_send_assoc_rsp_mgmt_frame() 1672 frm.vendor_vht_ie.sub_type = in lim_send_assoc_rsp_mgmt_frame() 1674 frm.vendor_vht_ie.VHTCaps.present = 1; in lim_send_assoc_rsp_mgmt_frame() 1676 &frm.vendor_vht_ie.VHTCaps); in lim_send_assoc_rsp_mgmt_frame() 1678 &frm.vendor_vht_ie.VHTOperation); in lim_send_assoc_rsp_mgmt_frame() 1945 frm.vendor_vht_ie.present, frm.he_cap.present, in lim_send_assoc_rsp_mgmt_frame() 2602 frm->vendor_vht_ie.present = 1; in lim_send_assoc_req_mgmt_frame() 2603 frm->vendor_vht_ie.sub_type = in lim_send_assoc_req_mgmt_frame() 2605 frm->vendor_vht_ie.VHTCaps.present = 1; in lim_send_assoc_req_mgmt_frame() [all …]
|
D | lim_prop_exts_utils.c | 636 beacon_struct->vendor_vht_ie.present && in lim_extract_ap_capability()
|
D | lim_process_sme_req_messages.c | 1452 else if (bcn_ie->vendor_vht_ie.VHTCaps.present) in lim_join_req_update_ht_vht_caps() 1453 vht_caps = &bcn_ie->vendor_vht_ie.VHTCaps; in lim_join_req_update_ht_vht_caps() 1481 (IS_BSS_VHT_CAPABLE(bcn_ie->vendor_vht_ie.VHTCaps) && in lim_join_req_update_ht_vht_caps() 1482 bcn_ie->vendor_vht_ie.VHTCaps.suBeamformeeCap))) in lim_join_req_update_ht_vht_caps() 1665 ies->vendor_vht_ie.present); in lim_handle_iot_ap_no_common_he_rates() 1668 (ies->vendor_vht_ie.present || in lim_handle_iot_ap_no_common_he_rates() 2134 IS_BSS_VHT_CAPABLE(ie_struct->vendor_vht_ie.VHTCaps)) in lim_get_bss_dot11_mode() 2350 IS_BSS_VHT_CAPABLE(ie_struct->vendor_vht_ie.VHTCaps)) in lim_handle_11ac_dot11_mode() 2401 IS_BSS_VHT_CAPABLE(ie_struct->vendor_vht_ie.VHTCaps)) in lim_handle_11ax_dot11_mode() 2575 IS_BSS_VHT_CAPABLE(ie_struct->vendor_vht_ie.VHTCaps)) in lim_handle_11ac_only_dot11_mode()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 3187 pProbeResp->vendor_vht_ie.present = pr->vendor_vht_ie.present; 3188 if (pr->vendor_vht_ie.present) 3189 pProbeResp->vendor_vht_ie.sub_type = pr->vendor_vht_ie.sub_type; 3190 if (pr->vendor_vht_ie.VHTCaps.present) { 3191 qdf_mem_copy(&pProbeResp->vendor_vht_ie.VHTCaps, 3192 &pr->vendor_vht_ie.VHTCaps, 3195 if (pr->vendor_vht_ie.VHTOperation.present) { 3196 qdf_mem_copy(&pProbeResp->vendor_vht_ie.VHTOperation, 3197 &pr->vendor_vht_ie.VHTOperation, 3494 pAssocReq->vendor_vht_ie.present = ar->vendor_vht_ie.present; [all …]
|
D | dot11f.c | 11796 { offsetof(tDot11fAssocRequest, vendor_vht_ie), 12000 { offsetof(tDot11fAssocResponse, vendor_vht_ie), 12317 { offsetof(tDot11fBeacon, vendor_vht_ie), 12574 { offsetof(tDot11fBeacon2, vendor_vht_ie), 12830 { offsetof(tDot11fBeaconIEs, vendor_vht_ie), 13515 { offsetof(tDot11fProbeResponse, vendor_vht_ie), 13802 { offsetof(tDot11fReAssocRequest, vendor_vht_ie), 13982 { offsetof(tDot11fReAssocResponse, vendor_vht_ie),
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | parser_api.h | 287 tDot11fIEvendor_vht_ie vendor_vht_ie; member 392 tDot11fIEvendor_vht_ie vendor_vht_ie; member 495 tDot11fIEvendor_vht_ie vendor_vht_ie; member
|
D | dot11f.h | 11009 tDot11fIEvendor_vht_ie vendor_vht_ie; member 11087 tDot11fIEvendor_vht_ie vendor_vht_ie; member 11218 tDot11fIEvendor_vht_ie vendor_vht_ie; member 11329 tDot11fIEvendor_vht_ie vendor_vht_ie; member 11422 tDot11fIEvendor_vht_ie vendor_vht_ie; member 11856 tDot11fIEvendor_vht_ie vendor_vht_ie; member 12011 tDot11fIEvendor_vht_ie vendor_vht_ie; member 12081 tDot11fIEvendor_vht_ie vendor_vht_ie; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 4016 IE vendor_vht_ie (EID_VENDOR_SPECIFIC) OUI (0x00, 0x90, 0x4c, 0x04) 4109 OPTIE vendor_vht_ie; 4214 OPTIE vendor_vht_ie; 4295 OPTIE vendor_vht_ie; 4354 OPTIE vendor_vht_ie; 4412 OPTIE vendor_vht_ie; 4461 OPTIE vendor_vht_ie; 4511 OPTIE vendor_vht_ie; 4602 OPTIE vendor_vht_ie;
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_process.c | 464 } else if (bcn->vendor_vht_ie.VHTCaps.present) { in sch_bcn_update_opmode_change() 465 vht_caps = &bcn->vendor_vht_ie.VHTCaps; in sch_bcn_update_opmode_change() 466 vht_op = &bcn->vendor_vht_ie.VHTOperation; in sch_bcn_update_opmode_change()
|