Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_frames_host_roam.c332 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()
Dlim_process_assoc_req_frame.c1728 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 …]
Dlim_process_assoc_rsp_frame.c478 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()
Dlim_send_management_frames.c331 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 …]
Dlim_process_tdls.c1702 &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()
Dlim_process_sme_req_messages.c2832 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/
Dsch_beacon_gen.c263 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()
Dsch_api.c768 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/
Ddot11f.frms2732 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/
Dparser_api.c3473 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 …]
Ddot11f.c11698 { 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/
Ddot11f.h10981 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 …]
Dparser_api.h390 tDot11fIEExtCap ExtCap; member
490 tDot11fIEExtCap ExtCap; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_connect.c1391 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()