/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_send_frames_host_roam.c | 332 populate_dot11f_ext_cap(mac_ctx, vht_enabled, &frm->ExtCap, in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 360 lim_merge_extcap_struct(&frm->ExtCap, &extr_ext_cap, true); in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 363 if (frm->ExtCap.present && pe_session->is_ext_caps_present) { in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 380 lim_merge_extcap_struct(&frm->ExtCap, &bcn_ext_cap, in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 390 &frm->ExtCap); in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 789 populate_dot11f_ext_cap(mac, isVHTEnabled, &frm->ExtCap, pe_session); in lim_send_reassoc_req_mgmt_frame() 809 lim_merge_extcap_struct(&frm->ExtCap, &extr_ext_cap, true); in lim_send_reassoc_req_mgmt_frame() 812 if (frm->ExtCap.present && pe_session->is_ext_caps_present) { in lim_send_reassoc_req_mgmt_frame() 829 lim_merge_extcap_struct(&frm->ExtCap, &bcn_ext_cap, in lim_send_reassoc_req_mgmt_frame() 839 &frm->ExtCap); in lim_send_reassoc_req_mgmt_frame()
|
D | lim_process_assoc_req_frame.c | 1728 if (assoc_req->ExtCap.present) in lim_update_sta_ds() 1730 !((struct s_ext_cap *)assoc_req->ExtCap.bytes)-> in lim_update_sta_ds() 1916 if (assoc_req->ExtCap.present) { in lim_update_sta_ds() 1918 (struct s_ext_cap *) assoc_req->ExtCap.bytes, mac_ctx); in lim_update_sta_ds() 2524 ext_cap = (struct s_ext_cap *)assoc_req->ExtCap.bytes; in lim_update_ap_ext_cap() 3474 if (assoc_req->ExtCap.present) { in lim_fill_lim_assoc_ind_params() 3476 ((struct s_ext_cap *)assoc_req->ExtCap.bytes)->ext_chan_switch; in lim_fill_lim_assoc_ind_params() 3477 if (assoc_req->ExtCap.num_bytes >= sizeof(assoc_ind->ext_cap)) in lim_fill_lim_assoc_ind_params() 3479 assoc_req->ExtCap.bytes, in lim_fill_lim_assoc_ind_params() 3483 assoc_req->ExtCap.bytes, in lim_fill_lim_assoc_ind_params() [all …]
|
D | lim_process_assoc_rsp_frame.c | 478 if (!assoc_rsp->ExtCap.present) { in lim_update_stads_ext_cap() 489 ext_cap = (struct s_ext_cap *)assoc_rsp->ExtCap.bytes; in lim_update_stads_ext_cap() 1494 assoc_rsp->HTCaps.present && assoc_rsp->ExtCap.present) { in lim_process_assoc_rsp_frame() 1495 ext_cap = (struct s_ext_cap *)assoc_rsp->ExtCap.bytes; in lim_process_assoc_rsp_frame()
|
D | lim_send_management_frames.c | 331 populate_dot11f_ext_cap(mac_ctx, is_vht_enabled, &pr->ExtCap, in lim_send_probe_req_mgmt_frame() 395 lim_merge_extcap_struct(&pr->ExtCap, &extracted_ext_cap, true); in lim_send_probe_req_mgmt_frame() 399 &pr->ExtCap); in lim_send_probe_req_mgmt_frame() 826 populate_dot11f_ext_cap(mac_ctx, is_vht_enabled, &frm->ExtCap, in lim_send_probe_rsp_mgmt_frame() 915 lim_merge_extcap_struct(&frm->ExtCap, &extracted_ext_cap, in lim_send_probe_rsp_mgmt_frame() 917 populate_dot11f_bcn_prot_extcaps(mac_ctx, pe_session, &frm->ExtCap); in lim_send_probe_rsp_mgmt_frame() 1681 populate_dot11f_ext_cap(mac_ctx, is_vht, &frm.ExtCap, in lim_send_assoc_rsp_mgmt_frame() 1795 lim_merge_extcap_struct(&(frm.ExtCap), &extracted_ext_cap, in lim_send_assoc_rsp_mgmt_frame() 1797 populate_dot11f_bcn_prot_extcaps(mac_ctx, pe_session, &(frm.ExtCap)); in lim_send_assoc_rsp_mgmt_frame() 2617 &frm->ExtCap, pe_session); in lim_send_assoc_req_mgmt_frame() [all …]
|
D | lim_process_tdls.c | 1702 &tdls_dis_rsp->ExtCap); in lim_send_tdls_dis_rsp_frame() 2080 &tdls_setup_req->ExtCap); in lim_send_tdls_link_setup_req_frame() 2623 &setup_rsp->ExtCap); in lim_send_tdls_setup_rsp_frame()
|
D | lim_process_sme_req_messages.c | 2832 ext_cap = (struct s_ext_cap *)ie->ExtCap.bytes; in lim_enable_twt() 2833 if (twt_support_in_11n && ie->ExtCap.present && in lim_enable_twt() 2836 twt_support_in_11n, ie->ExtCap.present, in lim_enable_twt()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_gen.c | 263 qdf_mem_copy(&link_ie->link_ext_cap, &bcn_2->ExtCap, in lim_update_link_info() 264 sizeof(bcn_2->ExtCap)); in lim_update_link_info() 789 populate_dot11f_ext_cap(mac_ctx, is_vht_enabled, &bcn_2->ExtCap, in sch_set_fixed_beacon_fields() 911 lim_merge_extcap_struct(&bcn_2->ExtCap, in sch_set_fixed_beacon_fields() 915 &bcn_2->ExtCap); in sch_set_fixed_beacon_fields() 1347 if (beacon2->ExtCap.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1349 qdf_mem_copy((void *)&prb_rsp->ExtCap, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1350 (void *)&beacon2->ExtCap, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1351 sizeof(beacon2->ExtCap)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
|
D | sch_api.c | 768 lim_merge_extcap_struct(&prb_rsp_frm->ExtCap, in lim_send_probe_rsp_template_to_hal() 772 &prb_rsp_frm->ExtCap); in lim_send_probe_rsp_template_to_hal()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 2732 IE ExtCap (EID_EXT_CAP) 4073 OPTIE ExtCap; 4179 OPTIE ExtCap; 4259 OPTIE ExtCap; 4325 OPTIE ExtCap; 4378 OPTIE ExtCap; 4436 OPTIE ExtCap; 4484 OPTIE ExtCap; 4524 OPTIE ExtCap; 4568 OPTIE ExtCap; [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 3473 if (ar->ExtCap.present) { 3476 qdf_mem_copy(&pAssocReq->ExtCap, &ar->ExtCap, 3478 ext_cap = (struct s_ext_cap *)&pAssocReq->ExtCap.bytes; 4205 if (ar->ExtCap.present) { 4208 qdf_mem_copy(&pAssocRsp->ExtCap, &ar->ExtCap, 4210 ext_cap = (struct s_ext_cap *)&pAssocRsp->ExtCap.bytes; 4533 if (ar->ExtCap.present) { 4536 qdf_mem_copy(&pAssocReq->ExtCap, &ar->ExtCap, 4538 ext_cap = (struct s_ext_cap *)&pAssocReq->ExtCap.bytes; 5137 if (pBies->ExtCap.present) { [all …]
|
D | dot11f.c | 11698 { offsetof(tDot11fAssocRequest, ExtCap), offsetof(tDot11fIEExtCap, 11884 { offsetof(tDot11fAssocResponse, ExtCap), offsetof(tDot11fIEExtCap, 12199 { offsetof(tDot11fBeacon, ExtCap), offsetof(tDot11fIEExtCap, present), 0, 12458 { offsetof(tDot11fBeacon2, ExtCap), offsetof(tDot11fIEExtCap, present), 0, 12708 { offsetof(tDot11fBeaconIEs, ExtCap), offsetof(tDot11fIEExtCap, present), 13252 { offsetof(tDot11fProbeRequest, ExtCap), offsetof(tDot11fIEExtCap, 13400 { offsetof(tDot11fProbeResponse, ExtCap), offsetof(tDot11fIEExtCap, 13717 { offsetof(tDot11fReAssocRequest, ExtCap), offsetof(tDot11fIEExtCap, 13890 { offsetof(tDot11fReAssocResponse, ExtCap), offsetof(tDot11fIEExtCap, 14160 { offsetof(tDot11fTDLSDisRsp, ExtCap), offsetof(tDot11fIEExtCap, present), [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 10981 tDot11fIEExtCap ExtCap; member 11052 tDot11fIEExtCap ExtCap; member 11182 tDot11fIEExtCap ExtCap; member 11294 tDot11fIEExtCap ExtCap; member 11386 tDot11fIEExtCap ExtCap; member 11761 tDot11fIEExtCap ExtCap; member 11822 tDot11fIEExtCap ExtCap; member 11986 tDot11fIEExtCap ExtCap; member 12054 tDot11fIEExtCap ExtCap; member 12223 tDot11fIEExtCap ExtCap; member [all …]
|
D | parser_api.h | 390 tDot11fIEExtCap ExtCap; member 490 tDot11fIEExtCap ExtCap; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_cm_connect.c | 1391 if (bcn_ie->ExtCap.present) { in hdd_cm_save_connect_info() 1392 p_ext_cap = (struct s_ext_cap *)bcn_ie->ExtCap.bytes; in hdd_cm_save_connect_info()
|