/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_mlo.c | 100 struct sir_multi_link_ie *mlo_ie; in lim_get_bpcc_from_mlo_ie() local 106 mlo_ie = &bcn->mlo_ie; in lim_get_bpcc_from_mlo_ie() 107 if (mlo_ie->mlo_ie_present && in lim_get_bpcc_from_mlo_ie() 108 mlo_ie->mlo_ie.bss_param_change_cnt_present) { in lim_get_bpcc_from_mlo_ie() 109 *bpcc = mlo_ie->mlo_ie.bss_param_change_count; in lim_get_bpcc_from_mlo_ie() 1040 struct wlan_mlo_ie *mlo_ie; in lim_fill_complete_mlo_ie() local 1045 mlo_ie = &session->mlo_ie; in lim_fill_complete_mlo_ie() 1047 mlo_ie->data[TAG_LEN_POS] = WLAN_MAX_IE_LEN; in lim_fill_complete_mlo_ie() 1049 mlo_ie->data[TAG_LEN_POS] = total_len - MIN_IE_LEN; in lim_fill_complete_mlo_ie() 1056 qdf_mem_copy(pbuf, mlo_ie->data, mlo_ie->num_data); in lim_fill_complete_mlo_ie() [all …]
|
H A D | lim_process_probe_rsp_frame.c | 219 probe_rsp->mlo_ie.mlo_ie_present)) in lim_update_mlo_mgr_prb_info() 242 struct wlan_mlo_ie *mlo_ie; in lim_validate_probe_rsp_mld_addr() local 247 if (!probe_rsp->mlo_ie.mlo_ie_present || in lim_validate_probe_rsp_mld_addr() 257 mlo_ie = &probe_rsp->mlo_ie.mlo_ie; in lim_validate_probe_rsp_mld_addr() 258 probe_rsp_mld = (struct qdf_mac_addr *)mlo_ie->mld_mac_addr; in lim_validate_probe_rsp_mld_addr()
|
H A D | lim_process_beacon_frame.c | 142 if (bcn_ptr->mlo_ie.mlo_ie.medium_sync_delay_info_present) { in lim_process_beacon_mlo() 149 bcn_ptr->mlo_ie.mlo_ie.ext_mld_capab_and_op_info.rec_max_simultaneous_links; in lim_process_beacon_mlo() 153 for (i = 0; i < bcn_ptr->mlo_ie.mlo_ie.num_sta_profile; i++) { in lim_process_beacon_mlo() 157 per_sta_pro = bcn_ptr->mlo_ie.mlo_ie.sta_profile[i].data; in lim_process_beacon_mlo() 159 per_sta_pro_len = bcn_ptr->mlo_ie.mlo_ie.sta_profile[i].num_data; in lim_process_beacon_mlo()
|
H A D | lim_mlo.h | 274 uint16_t lim_caculate_mlo_ie_length(struct wlan_mlo_ie *mlo_ie); 354 struct wlan_mlo_ie *mlo_ie);
|
H A D | lim_prop_exts_utils.c | 427 assoc_rsp->mlo_ie.mlo_ie.eml_capabilities_info.emlsr_support; in lim_objmgr_update_emlsr_caps()
|
H A D | lim_utils.c | 8373 struct wlan_mlo_ie mlo_ie; in lim_send_mlo_caps_ie() local 8375 populate_dot11f_mlo_ie(mac_ctx, vdev, &mlo_ie); in lim_send_mlo_caps_ie() 8377 CDS_BAND_2GHZ, &mlo_ie.data[2], in lim_send_mlo_caps_ie() 8378 mlo_ie.num_data - 2); in lim_send_mlo_caps_ie() 8381 CDS_BAND_5GHZ, &mlo_ie.data[2], in lim_send_mlo_caps_ie() 8382 mlo_ie.num_data - 2); in lim_send_mlo_caps_ie() 9403 assoc_rsp->mlo_ie.mlo_ie.link_id_info_present) in lim_extract_per_link_id() 9405 assoc_rsp->mlo_ie.mlo_ie.link_id; in lim_extract_per_link_id() 9516 assoc_rsp->mlo_ie.mlo_ie.eml_capabilities_info.transition_timeout; in lim_intersect_ap_emlsr_caps() 9566 assoc_rsp->mlo_ie.mlo_ie.medium_sync_delay_info_present; in lim_extract_msd_caps() [all …]
|
H A D | lim_send_management_frames.c | 3356 struct wlan_mlo_ie *mlo_ie; in lim_calculate_auth_mlo_ie_len() local 3360 mlo_ie = &session->mlo_ie; in lim_calculate_auth_mlo_ie_len() 3362 qdf_mem_zero(mlo_ie, sizeof(*mlo_ie)); in lim_calculate_auth_mlo_ie_len() 3366 populate_dot11f_auth_mlo_ie(mac_ctx, session, mlo_ie); in lim_calculate_auth_mlo_ie_len() 3367 mlo_ie_len = lim_caculate_mlo_ie_length(mlo_ie); in lim_calculate_auth_mlo_ie_len() 3382 mlo_ie); in lim_calculate_auth_mlo_ie_len() 3383 mlo_ie_len = lim_caculate_mlo_ie_length(mlo_ie); in lim_calculate_auth_mlo_ie_len()
|
H A D | lim_process_assoc_rsp_frame.c | 1051 assoc_rsp->mlo_ie.mlo_ie.eml_capabilities_info.transition_timeout; in lim_cache_emlsr_params()
|
H A D | lim_api.c | 4196 rcvd_probe_resp->mlo_ie.mlo_ie_present) { in lim_gen_link_specific_probe_rsp() 4337 !rcvd_probe_resp->mlo_ie.mlo_ie_present) { in lim_gen_link_specific_probe_rsp()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 2878 if (pr->mlo_ie.present) { 2885 &p_probe_resp->mlo_ie); 3279 if (ar->mlo_ie.present) { 3808 if (!ar->mlo_ie.present) 3817 ml_ie_info = &p_assoc_rsp->mlo_ie.mlo_ie; 4294 ar->mlo_ie.present); 4336 if (ar->mlo_ie.present) { 5316 if (bcn_frm->mlo_ie.present) { 5327 bcn_struct->mlo_ie.mlo_ie.num_sta_profile = 5336 &bcn_struct->mlo_ie.mlo_ie); [all …]
|
H A D | dot11f.c | 11759 { offsetof(tDot11fAssocRequest, mlo_ie), offsetof(tDot11fIEmlo_ie, 11965 { offsetof(tDot11fAssocResponse, mlo_ie), offsetof(tDot11fIEmlo_ie, 12082 { offsetof(tDot11fAuthentication, mlo_ie), offsetof(tDot11fIEmlo_ie, 12280 { offsetof(tDot11fBeacon, mlo_ie), offsetof(tDot11fIEmlo_ie, present), 0, 12539 { offsetof(tDot11fBeacon2, mlo_ie), offsetof(tDot11fIEmlo_ie, present), 0, 12790 { offsetof(tDot11fBeaconIEs, mlo_ie), offsetof(tDot11fIEmlo_ie, present), 13268 { offsetof(tDot11fProbeRequest, mlo_ie), offsetof(tDot11fIEmlo_ie, 13474 { offsetof(tDot11fProbeResponse, mlo_ie), offsetof(tDot11fIEmlo_ie, 13756 { offsetof(tDot11fReAssocRequest, mlo_ie), offsetof(tDot11fIEmlo_ie, 13944 { offsetof(tDot11fReAssocResponse, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 282 const uint8_t *mlo_ie; in lim_upt_mlo_partner_info() local 290 mlo_ie = wlan_get_ext_ie_ptr_from_ext_id(MLO_IE_OUI_TYPE, in lim_upt_mlo_partner_info() 294 if (!mlo_ie) { in lim_upt_mlo_partner_info() 304 subie_len = mlo_ie[per_sta_ofst]; in lim_upt_mlo_partner_info() 309 subie_sta_prof = mlo_ie + per_sta_ofst + in lim_upt_mlo_partner_info() 312 subie_len = mlo_ie[per_sta_ofst]; in lim_upt_mlo_partner_info() 1401 if (beacon2->mlo_ie.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1404 qdf_mem_copy((void *)&prb_rsp->mlo_ie, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1405 (void *)&beacon2->mlo_ie, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1406 sizeof(beacon2->mlo_ie)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | parser_api.h | 211 struct wlan_mlo_ie mlo_ie; member 319 struct sir_multi_link_ie mlo_ie; member 520 struct sir_multi_link_ie mlo_ie; member 717 struct wlan_mlo_ie *mlo_ie); 1739 struct wlan_mlo_ie *mlo_ie); 1764 struct wlan_mlo_ie *mlo_ie);
|
H A D | dot11f.h | 10998 tDot11fIEmlo_ie mlo_ie; member 11075 tDot11fIEmlo_ie mlo_ie; member 11128 tDot11fIEmlo_ie mlo_ie; member 11205 tDot11fIEmlo_ie mlo_ie; member 11317 tDot11fIEmlo_ie mlo_ie; member 11409 tDot11fIEmlo_ie mlo_ie; member 11766 tDot11fIEmlo_ie mlo_ie; member 11843 tDot11fIEmlo_ie mlo_ie; member 11997 tDot11fIEmlo_ie mlo_ie; member 12069 tDot11fIEmlo_ie mlo_ie; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
H A D | wlan_mlo_mgr_peer.h | 43 struct wlan_objmgr_peer *peer, uint8_t *mlo_ie,
|
H A D | wlan_mlo_mgr_public_structs.h | 1101 uint8_t *mlo_ie; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 4028 IE mlo_ie (EID_EXTN_ID_ELEMENT) OUI (0x6B) 4096 OPTIE mlo_ie; 4202 OPTIE mlo_ie; 4282 OPTIE mlo_ie; 4343 OPTIE mlo_ie; 4401 OPTIE mlo_ie; 4448 OPTIE mlo_ie; 4500 OPTIE mlo_ie; 4530 OPTIE mlo_ie; 4589 OPTIE mlo_ie; [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_session.h | 1004 struct wlan_mlo_ie mlo_ie; member
|