Home
last modified time | relevance | path

Searched refs:omi_data (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c8104 set_omi_ch_width(enum phy_ch_width ch_width, struct omi_ctrl_tx *omi_data) in set_omi_ch_width() argument
8108 omi_data->ch_bw = 0; in set_omi_ch_width()
8111 omi_data->ch_bw = 1; in set_omi_ch_width()
8114 omi_data->ch_bw = 2; in set_omi_ch_width()
8118 omi_data->ch_bw = 3; in set_omi_ch_width()
8121 omi_data->eht_ch_bw_ext = 1; in set_omi_ch_width()
8134 struct omi_ctrl_tx omi_data = {0}; in wlan_mlme_set_ul_mu_config() local
8205 omi_data.omi_in_vht = 0x1; in wlan_mlme_set_ul_mu_config()
8206 omi_data.omi_in_he = 0x1; in wlan_mlme_set_ul_mu_config()
8207 omi_data.a_ctrl_id = 0x1; in wlan_mlme_set_ul_mu_config()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c11271 struct omi_ctrl_tx *omi_data) in sme_send_he_om_ctrl_update() argument
11296 if (!omi_data) { in sme_send_he_om_ctrl_update()
11301 omi_data->a_ctrl_id = A_CTRL_ID_OMI; in sme_send_he_om_ctrl_update()
11304 omi_data->rx_nss = mac_ctx->he_om_ctrl_cfg_nss; in sme_send_he_om_ctrl_update()
11306 omi_data->rx_nss = session->nss - 1; in sme_send_he_om_ctrl_update()
11309 omi_data->tx_nsts = mac_ctx->he_om_ctrl_cfg_tx_nsts; in sme_send_he_om_ctrl_update()
11311 omi_data->tx_nsts = session->nss - 1; in sme_send_he_om_ctrl_update()
11314 omi_data->ch_bw = mac_ctx->he_om_ctrl_cfg_bw; in sme_send_he_om_ctrl_update()
11316 omi_data->ch_bw = ch_width; in sme_send_he_om_ctrl_update()
11318 omi_data->ul_mu_dis = mac_ctx->he_om_ctrl_cfg_ul_mu_dis; in sme_send_he_om_ctrl_update()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
Dsme_api.h3300 struct omi_ctrl_tx *omi_data);
3497 struct omi_ctrl_tx *omi_data) in sme_send_he_om_ctrl_update() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c14362 struct omi_ctrl_tx omi_data = {0}; in __wlan_hdd_cfg80211_set_wifi_test_config() local
14422 omi_data.eht_rx_nss_ext = cfg_val; in __wlan_hdd_cfg80211_set_wifi_test_config()
14429 omi_data.eht_ch_bw_ext = cfg_val; in __wlan_hdd_cfg80211_set_wifi_test_config()
14436 omi_data.eht_tx_nss_ext = cfg_val; in __wlan_hdd_cfg80211_set_wifi_test_config()
14446 &omi_data); in __wlan_hdd_cfg80211_set_wifi_test_config()