Home
last modified time | relevance | path

Searched refs:eht_op (Results 1 – 21 of 21) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_beacon_frame.c316 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 Dlim_prop_exts_utils.c350 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 Dlim_process_assoc_rsp_frame.c603 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 Dlim_assoc_utils.c2189 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 Dlim_utils.c8598 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 Dlim_process_tdls.c3505 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 Dlim_send_management_frames.c823 &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 Dlim_process_sme_req_messages.c6051 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 Dwma_eht.h77 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 Dwma_eht.c487 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 Dsch_beacon_gen.c217 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 Dsch_beacon_process.c456 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 Ddph_global.h203 tDot11fIEeht_op eht_op; member
H A Dparser_api.h308 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 Ddot11f.h11074 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 Dparser_api.c3743 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 Ddot11f.c11962 { 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 Dwma_if.h307 tDot11fIEeht_op eht_op; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h999 tDot11fIEeht_op eht_op; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3594 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 Dwlan_hdd_cm_connect.c1161 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()