Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h582 uint8_t max_mcs_idx; member
632 uint8_t max_mcs_idx; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c5923 uint8_t *max_mcs_idx, in hdd_get_max_rate_ht() argument
5947 if (stainfo->max_mcs_idx == 0xff) { in hdd_get_max_rate_ht()
5952 mcsidx = stainfo->max_mcs_idx; in hdd_get_max_rate_ht()
5974 *max_mcs_idx = mcsidx; in hdd_get_max_rate_ht()
5996 uint8_t *max_mcs_idx, in hdd_get_max_rate_vht() argument
6073 *max_mcs_idx = mcsidx; in hdd_get_max_rate_vht()
7059 uint8_t max_mcs_idx = 0; in hdd_report_max_rate() local
7178 max_mcs_idx = 7; in hdd_report_max_rate()
7180 max_mcs_idx = 8; in hdd_report_max_rate()
7189 max_mcs_idx = 8; in hdd_report_max_rate()
[all …]
H A Dwlan_hdd_sta_info.h286 uint8_t max_mcs_idx; member
H A Dwlan_hdd_softap_tx_rx.c346 sta_info->max_mcs_idx = 0; in hdd_reset_sta_info_during_reattach()
H A Dwlan_hdd_hostapd.c1557 stainfo->max_mcs_idx = event->max_mcs_idx; in hdd_fill_station_info()
1569 stainfo->max_mcs_idx, in hdd_fill_station_info()
1710 stainfo->max_mcs_idx, in hdd_fill_station_info()
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h289 uint8_t max_mcs_idx; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_req_frame.c3245 assoc_ind->max_real_mcs_idx = assoc_ind->max_mcs_idx; in lim_fill_assoc_ind_real_max_mcs_idx()
3440 assoc_ind->max_mcs_idx = INVALID_MCS_NSS_INDEX; in lim_fill_lim_assoc_ind_params()
3470 assoc_ind->max_mcs_idx = lim_get_ht_max_mcs_idx( in lim_fill_lim_assoc_ind_params()
H A Dlim_types.h252 uint8_t max_mcs_idx; member
H A Dlim_process_mlm_rsp_messages.c843 sme_assoc_ind->max_mcs_idx = assoc_ind->max_mcs_idx; in lim_fill_sme_assoc_ind_params()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_api.h4758 uint8_t max_mcs_idx);
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c3345 roam_info->max_mcs_idx = pUpperLayerAssocCnf->max_mcs_idx; in csr_roam_joined_state_msg_processor()
3879 cnf->max_mcs_idx = ind->max_mcs_idx; in csr_send_assoc_ind_to_upper_layer_cnf_msg()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c2640 reassoc_complete->max_mcs_idx = csr_roaminfo->max_mcs_idx; in sap_signal_hdd_event()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h1085 uint8_t max_mcs_idx; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7179 uint8_t max_mcs_idx) in mlme_save_vdev_max_mcs_idx() argument
7194 mlme_priv->max_mcs_index = max_mcs_idx; in mlme_save_vdev_max_mcs_idx()