/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_assoc.c | 1132 tDot11fIEeht_op *eht_ops) in hdd_copy_eht_operation() argument 1141 if (!eht_ops->eht_op_information_present) in hdd_copy_eht_operation() 1149 if (eht_ops->eht_default_pe_duration) in hdd_copy_eht_operation() 1152 if (eht_ops->group_addr_bu_indication_limit) in hdd_copy_eht_operation() 1155 if (eht_ops->group_addr_bu_indication_exponent) in hdd_copy_eht_operation() 1160 eht_ops->basic_rx_max_nss_for_mcs_0_to_7 << in hdd_copy_eht_operation() 1163 eht_ops->basic_tx_max_nss_for_mcs_0_to_7 << in hdd_copy_eht_operation() 1166 eht_ops->basic_rx_max_nss_for_mcs_8_and_9 << in hdd_copy_eht_operation() 1169 eht_ops->basic_tx_max_nss_for_mcs_8_and_9 << in hdd_copy_eht_operation() 1172 eht_ops->basic_rx_max_nss_for_mcs_10_and_11 << in hdd_copy_eht_operation() [all …]
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_eht.h | 77 void wma_update_vdev_eht_ops(uint32_t *eht_ops, tDot11fIEeht_op *eht_op); 119 void wma_print_eht_op(tDot11fIEeht_op *eht_ops); 276 void wma_update_vdev_eht_ops(uint32_t *eht_ops, tDot11fIEeht_op *eht_op) in wma_update_vdev_eht_ops() argument 296 void wma_print_eht_op(tDot11fIEeht_op *eht_ops) in wma_print_eht_op() argument
|
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 656 void wma_print_eht_op(tDot11fIEeht_op *eht_ops) in wma_print_eht_op() argument 869 if (!eht_info->eht_ops) in wma_vdev_set_eht_bss_params()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
D | wlan_scan_filter.c | 786 struct wlan_ie_ehtops *eht_ops; in scm_eht_puncture_valid() local 796 eht_ops = (struct wlan_ie_ehtops *)util_scan_entry_ehtop(db_entry); in scm_eht_puncture_valid() 797 if (!eht_ops) in scm_eht_puncture_valid() 799 if (!QDF_GET_BITS(eht_ops->ehtop_param, in scm_eht_puncture_valid() 802 if (QDF_GET_BITS(eht_ops->ehtop_param, in scm_eht_puncture_valid() 806 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[0], in scm_eht_puncture_valid() 809 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[1], in scm_eht_puncture_valid() 817 orig_width = QDF_GET_BITS(eht_ops->control, in scm_eht_puncture_valid() 824 if (QDF_GET_BITS(eht_ops->ehtop_param, in scm_eht_puncture_valid() 826 cfreq1 = wlan_reg_chan_band_to_freq(pdev, eht_ops->ccfs1, in scm_eht_puncture_valid()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_assoc.h | 555 tDot11fIEeht_op *eht_ops); 560 tDot11fIEeht_op *eht_ops); 563 tDot11fIEeht_op *eht_ops) in hdd_copy_eht_operation() argument
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_utils_api.c | 252 struct wlan_ie_ehtops *eht_ops; in util_scan_get_phymode_11be() local 255 eht_ops = (struct wlan_ie_ehtops *)util_scan_entry_ehtop(scan_params); in util_scan_get_phymode_11be() 256 if (!util_scan_entry_ehtcap(scan_params) || !eht_ops) in util_scan_get_phymode_11be() 259 if (QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_get_phymode_11be() 261 width = QDF_GET_BITS(eht_ops->control, in util_scan_get_phymode_11be() 310 if (QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_get_phymode_11be() 314 eht_ops->ccfs0, in util_scan_get_phymode_11be() 318 eht_ops->ccfs1, in util_scan_get_phymode_11be() 322 if (QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_get_phymode_11be() 326 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[0], in util_scan_get_phymode_11be() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/ |
D | wlan_vdev_mgr_utils_api.c | 303 mlme_proto->eht_ops_info.eht_ops = mlme_cfg.value; in wlan_util_vdev_mlme_set_param() 585 *value = mlme_proto->eht_ops_info.eht_ops; in wlan_util_vdev_mlme_get_param()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/ |
D | wlan_vdev_mgr_tgt_if_tx_defs.h | 725 uint32_t eht_ops; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/ |
D | vdev_mgr_ops.c | 226 param->eht_ops = mlme_obj->proto.eht_ops_info.eht_ops; in vdev_mgr_start_param_update_11be()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_utils.h | 2093 void lim_log_eht_op(struct mac_context *mac, tDot11fIEeht_op *eht_ops, 2325 lim_log_eht_op(struct mac_context *mac, tDot11fIEeht_op *eht_ops, in lim_log_eht_op() argument
|
D | lim_process_mlm_req_messages.c | 325 &mlme_obj->proto.eht_ops_info.eht_ops, in lim_mlm_add_bss()
|
D | lim_utils.c | 9023 void lim_log_eht_op(struct mac_context *mac, tDot11fIEeht_op *eht_ops, in lim_log_eht_op() argument 9026 if (!eht_ops->present) in lim_log_eht_op() 9031 eht_ops, sizeof(tDot11fIEeht_op)); in lim_log_eht_op()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/ |
D | wlan_vdev_mlme.h | 293 uint32_t eht_ops; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 1299 cmd->eht_ops = req->eht_ops; in vdev_start_cmd_fill_11be() 1302 req->eht_ops, req->channel.puncture_bitmap, in vdev_start_cmd_fill_11be()
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 17584 A_UINT32 eht_ops; member
|