Searched refs:eht_cap_mac (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_eht.c | 405 tDot11fIEeht_cap eht_cap_mac; in wma_update_target_ext_eht_cap() local 437 qdf_mem_zero(&eht_cap_mac, sizeof(tDot11fIEeht_cap)); in wma_update_target_ext_eht_cap() 440 wma_convert_eht_cap(&eht_cap_mac, in wma_update_target_ext_eht_cap() 446 wma_update_eht_20mhz_only_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap() 449 wma_update_eht_le_80mhz_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap() 451 qdf_mem_copy(eht_cap_2g, &eht_cap_mac, in wma_update_target_ext_eht_cap() 456 qdf_mem_zero(&eht_cap_mac, sizeof(tDot11fIEeht_cap)); in wma_update_target_ext_eht_cap() 457 wma_convert_eht_cap(&eht_cap_mac, in wma_update_target_ext_eht_cap() 463 wma_update_eht_20mhz_only_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap() 466 wma_update_eht_le_80mhz_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap() [all …]
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 43793 #define WMI_EHTCAP_MAC_NSEPPRIACCESS_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 0, 1) argument 43794 #define WMI_EHTCAP_MAC_NSEPPRIACCESS_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 0, 1, val… argument 43795 #define WMI_EHTCAP_MAC_EPCSPRIACCESS_GET(eht_cap_mac) WMI_EHTCAP_MAC_NSEPPRIACCESS_GET(eht_cap_mac) argument 43796 #define WMI_EHTCAP_MAC_EPCSPRIACCESS_SET(eht_cap_mac, value) WMI_EHTCAP_MAC_NSEPPRIACCESS_SET(eht_c… argument 43799 #define WMI_EHTCAP_MAC_EHTOMCTRL_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 1, 1) argument 43800 #define WMI_EHTCAP_MAC_EHTOMCTRL_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 1, 1, value) argument 43805 #define WMI_EHTCAP_MAC_TRIGTXOP_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 2, 1) argument 43806 #define WMI_EHTCAP_MAC_TRIGTXOP_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 2, 1, value) argument 43807 #define WMI_EHTCAP_MAC_TRIGTXOPMODE1_GET(eht_cap_mac) WMI_EHTCAP_MAC_TRIGTXOP_GET(eht_cap_mac) argument 43808 #define WMI_EHTCAP_MAC_TRIGTXOPMODE1_SET(eht_cap_mac, value) WMI_EHTCAP_MAC_TRIGTXOP_SET(eht_cap_ma… argument [all …]
|