/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_beacon_frame.c | 316 tDot11fIEeht_op *eht_op; in lim_process_beacon_eht_op() local 330 eht_op = &bcn_ptr->eht_op; in lim_process_beacon_eht_op() 350 if (eht_op->eht_op_information_present) { in lim_process_beacon_eht_op() 352 eht_op->channel_width); in lim_process_beacon_eht_op() 353 ccfs0 = eht_op->ccfs0; in lim_process_beacon_eht_op() 354 ccfs1 = eht_op->ccfs1; in lim_process_beacon_eht_op() 355 if (eht_op->disabled_sub_chan_bitmap_present) { in lim_process_beacon_eht_op() 356 ori_punc = QDF_GET_BITS(eht_op->disabled_sub_chan_bitmap[0][0], 0, 8); in lim_process_beacon_eht_op() 357 ori_punc |= QDF_GET_BITS(eht_op->disabled_sub_chan_bitmap[0][1], 0, 8) << 8; in lim_process_beacon_eht_op()
|
H A D | lim_prop_exts_utils.c | 350 if (!beacon_struct->eht_op.present) in lim_extract_eht_op() 353 if (!beacon_struct->eht_op.eht_op_information_present) in lim_extract_eht_op() 356 qdf_mem_copy(&session->eht_op, &beacon_struct->eht_op, in lim_extract_eht_op() 357 sizeof(session->eht_op)); in lim_extract_eht_op() 361 if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_320) { in lim_extract_eht_op() 370 } else if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_160) { in lim_extract_eht_op() 377 } else if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_80) { in lim_extract_eht_op() 380 } else if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_40) { in lim_extract_eht_op() 388 session->ch_center_freq_seg0 = session->eht_op.ccfs0; in lim_extract_eht_op() 389 session->ch_center_freq_seg1 = session->eht_op.ccfs1; in lim_extract_eht_op()
|
H A D | lim_process_assoc_rsp_frame.c | 603 if (beacon->eht_op.present) in lim_process_eht_info() 604 sta_ds->parsed_ies.eht_operation = beacon->eht_op; in lim_process_eht_info() 834 if (!assoc_resp->eht_op.disabled_sub_chan_bitmap_present) in lim_update_sta_vdev_punc() 845 *(uint16_t *)assoc_resp->eht_op.disabled_sub_chan_bitmap; in lim_update_sta_vdev_punc() 848 assoc_resp->eht_op.channel_width); in lim_update_sta_vdev_punc() 859 assoc_resp->eht_op.ccfs1, in lim_update_sta_vdev_punc() 1278 assoc_rsp->eht_op.present, true); in lim_process_assoc_rsp_frame() 1285 assoc_rsp->eht_op.present, false); in lim_process_assoc_rsp_frame() 1314 &assoc_rsp->eht_op, in lim_process_assoc_rsp_frame()
|
H A D | lim_assoc_utils.c | 2189 qdf_mem_copy(&add_sta_params->eht_op, &sta_ds->eht_op, in lim_add_tdls_sta_eht_config() 2190 sizeof(add_sta_params->eht_op)); in lim_add_tdls_sta_eht_config() 2236 assoc_rsp->eht_op.present && in lim_is_eht_connection_op_info_present() 2237 assoc_rsp->eht_op.eht_op_information_present) in lim_is_eht_connection_op_info_present() 3608 tDot11fIEeht_op *eht_op) in lim_update_eht_oper_assoc_resp() argument 3613 eht_op->channel_width); in lim_update_eht_oper_assoc_resp() 3633 tDot11fIEeht_op *eht_op) in lim_update_eht_oper_assoc_resp() argument 3830 pAssocRsp->eht_op.present && in lim_sta_send_add_bss() 3831 pAssocRsp->eht_op.eht_op_information_present) in lim_sta_send_add_bss() 3833 &pAssocRsp->eht_op); in lim_sta_send_add_bss()
|
H A D | lim_utils.c | 8598 qdf_mem_copy(&add_sta_params->eht_op, &session->eht_op, in lim_add_self_eht_cap() 8599 sizeof(add_sta_params->eht_op)); in lim_add_self_eht_cap() 8844 tDot11fIEeht_op *eht_op; in lim_add_bss_eht_cap() local 8847 eht_op = &assoc_rsp->eht_op; in lim_add_bss_eht_cap() 8852 if (eht_op) in lim_add_bss_eht_cap() 8853 qdf_mem_copy(&add_bss->staContext.eht_op, in lim_add_bss_eht_cap() 8854 eht_op, sizeof(*eht_op)); in lim_add_bss_eht_cap() 8915 session->eht_op.present = 1; in lim_decide_eht_op() 8919 qdf_mem_copy((uint8_t *)(&session->eht_op) + 1, in lim_decide_eht_op() 8924 *(uint16_t *)session->eht_op.disabled_sub_chan_bitmap; in lim_decide_eht_op() [all …]
|
H A D | lim_process_tdls.c | 3505 qdf_mem_copy(&sta->eht_op, &pe_session->eht_op, in lim_tdls_populate_dot11f_eht_caps() 3506 sizeof(sta->eht_op)); in lim_tdls_populate_dot11f_eht_caps()
|
H A D | lim_send_management_frames.c | 823 &frm->eht_op); in lim_send_probe_rsp_mgmt_frame() 1704 &frm.eht_op); in lim_send_assoc_rsp_mgmt_frame() 1817 lim_ieee80211_pack_ehtop(eht_op_ie, frm.eht_op, in lim_send_assoc_rsp_mgmt_frame() 1826 frm.eht_op.present = false; in lim_send_assoc_rsp_mgmt_frame()
|
H A D | lim_process_sme_req_messages.c | 6051 status = lim_strip_and_decode_eht_op(buf, buf_len, &bcn_ie->eht_op, in lim_process_tpe_ie_from_beacon() 9467 *(uint16_t *)session->eht_op.disabled_sub_chan_bitmap; in lim_is_puncture_bitmap_changed()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_eht.h | 77 void wma_update_vdev_eht_ops(uint32_t *eht_ops, tDot11fIEeht_op *eht_op); 276 void wma_update_vdev_eht_ops(uint32_t *eht_ops, tDot11fIEeht_op *eht_op) in wma_update_vdev_eht_ops() argument
|
H A D | wma_eht.c | 487 void wma_update_vdev_eht_ops(uint32_t *eht_ops, tDot11fIEeht_op *eht_op) in wma_update_vdev_eht_ops() argument
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 217 if (qdf_mem_cmp(&link_ie->link_eht_op, &bcn_2->eht_op, in lim_update_link_info() 218 sizeof(bcn_2->eht_op))) { in lim_update_link_info() 219 qdf_mem_copy(&link_ie->link_eht_op, &bcn_2->eht_op, in lim_update_link_info() 220 sizeof(bcn_2->eht_op)); in lim_update_link_info() 786 populate_dot11f_eht_operation(mac_ctx, session, &bcn_2->eht_op); in sch_set_fixed_beacon_fields() 963 lim_ieee80211_pack_ehtop(eht_op_ie, bcn_2->eht_op, in sch_set_fixed_beacon_fields() 1393 if (beacon2->eht_op.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1396 qdf_mem_copy((void *)&prb_rsp->eht_op, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1397 (void *)&beacon2->eht_op, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1398 sizeof(beacon2->eht_op)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
|
H A D | sch_beacon_process.c | 456 if (bcn->eht_op.eht_op_information_present) { in sch_bcn_update_opmode_change()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | dph_global.h | 203 tDot11fIEeht_op eht_op; member
|
H A D | parser_api.h | 308 tDot11fIEeht_op eht_op; member 506 tDot11fIEeht_op eht_op; member 1573 tDot11fIEeht_op *eht_op); 1678 tDot11fIEeht_op *eht_op) in populate_dot11f_eht_operation() argument
|
H A D | dot11f.h | 11074 tDot11fIEeht_op eht_op; member 11204 tDot11fIEeht_op eht_op; member 11316 tDot11fIEeht_op eht_op; member 11408 tDot11fIEeht_op eht_op; member 11842 tDot11fIEeht_op eht_op; member 12068 tDot11fIEeht_op eht_op; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 3743 if (ar->eht_op.present) 3744 qdf_mem_copy(&p_assoc_rsp->eht_op, &ar->eht_op, 4608 &pBies->eht_op, 4902 &pBies->eht_op, 5186 if (pBies->eht_op.present) { 5187 qdf_mem_copy(&pBeaconStruct->eht_op, &pBies->eht_op, 5410 &pBeacon->eht_op, 5748 if (pBeacon->eht_op.present) 5749 qdf_mem_copy(&pBeaconStruct->eht_op, &pBeacon->eht_op, 7896 #define ehtop_ie_set(eht_op, index, num_bits, val) \ [all …]
|
H A D | dot11f.c | 11962 { offsetof(tDot11fAssocResponse, eht_op), offsetof(tDot11fIEeht_op, 12277 { offsetof(tDot11fBeacon, eht_op), offsetof(tDot11fIEeht_op, present), 0, 12536 { offsetof(tDot11fBeacon2, eht_op), offsetof(tDot11fIEeht_op, present), 0, 12787 { offsetof(tDot11fBeaconIEs, eht_op), offsetof(tDot11fIEeht_op, present), 13471 { offsetof(tDot11fProbeResponse, eht_op), offsetof(tDot11fIEeht_op, 13941 { offsetof(tDot11fReAssocResponse, eht_op), offsetof(tDot11fIEeht_op,
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_if.h | 307 tDot11fIEeht_op eht_op; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_session.h | 999 tDot11fIEeht_op eht_op; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 3594 IE eht_op (EID_EXTN_ID_ELEMENT) OUI (0x6A) 4095 OPTIE eht_op; 4201 OPTIE eht_op; 4281 OPTIE eht_op; 4400 OPTIE eht_op; 4499 OPTIE eht_op; 4588 OPTIE eht_op;
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cm_connect.c | 1161 if (assoc_resp->eht_op.present) in hdd_cm_save_bss_info() 1173 hdd_copy_eht_operation(hdd_sta_ctx, &assoc_resp->eht_op); in hdd_cm_save_bss_info()
|