Home
last modified time | relevance | path

Searched refs:ast_wlan_mib_edca (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.c788 ac_params->aifsn = mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_aifsn; in mac_set_wmm_ac_params()
790 ac_params->acm = mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_mandatory; in mac_set_wmm_ac_params()
802 ac_params->ecwmin = mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_c_wmin; in mac_set_wmm_ac_params()
804 ac_params->ecwmax = mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_c_wmax; in mac_set_wmm_ac_params()
808 (hi_u16)((mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_txop_limit) >> 5); /* 右移5bit获取txop */ in mac_set_wmm_ac_params()
H A Dmac_vap.c249 mac_vap->mib_info->ast_wlan_mib_edca[ac_type].dot11_edca_table_aifsn = wmm_param_sta[ac_type].aifsn; in mac_vap_init_wme_param()
250 mac_vap->mib_info->ast_wlan_mib_edca[ac_type].dot11_edca_table_c_wmin = wmm_param_sta[ac_type].logcwmin; in mac_vap_init_wme_param()
251 mac_vap->mib_info->ast_wlan_mib_edca[ac_type].dot11_edca_table_c_wmax = wmm_param_sta[ac_type].us_logcwmax; in mac_vap_init_wme_param()
252 mac_vap->mib_info->ast_wlan_mib_edca[ac_type].dot11_edca_table_txop_limit = in mac_vap_init_wme_param()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c2507 mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_c_wmin = value; in hmac_config_set_wmm_params()
2513 mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_c_wmax = value; in hmac_config_set_wmm_params()
2519 mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_aifsn = value; in hmac_config_set_wmm_params()
2525 mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_txop_limit = value; in hmac_config_set_wmm_params()
2531 mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_msdu_lifetime = value; in hmac_config_set_wmm_params()
2537 mac_vap->mib_info->ast_wlan_mib_edca[ac].dot11_edca_table_mandatory = (hi_u8)value; in hmac_config_set_wmm_params()
2622 value = mac_vap->mib_info->ast_wlan_mib_edca[cfg_stru->ac].dot11_edca_table_c_wmin; in hmac_config_get_wmm_params()
2624 value = mac_vap->mib_info->ast_wlan_mib_edca[cfg_stru->ac].dot11_edca_table_c_wmax; in hmac_config_get_wmm_params()
2626 value = mac_vap->mib_info->ast_wlan_mib_edca[cfg_stru->ac].dot11_edca_table_aifsn; in hmac_config_get_wmm_params()
2628 value = mac_vap->mib_info->ast_wlan_mib_edca[cfg_str in hmac_config_get_wmm_params()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dwlan_mib.h3185 wlan_mib_dot11_edca_entry_stru ast_wlan_mib_edca[WLAN_WME_AC_BUTT]; member

Completed in 32 milliseconds