Home
last modified time | relevance | path

Searched defs:he_ops (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_he.h295 static inline void wma_print_he_op(tDot11fIEhe_op *he_ops) in wma_print_he_op()
318 void wma_update_vdev_he_ops(uint32_t *he_ops, tDot11fIEhe_op *he_op) in wma_update_vdev_he_ops()
338 uint8_t vdev_id, tDot11fIEhe_op *he_ops) in wma_update_he_ops_ie()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c914 void wma_print_he_op(tDot11fIEhe_op *he_ops) in wma_print_he_op()
1023 uint32_t mac_cap[PSOC_HOST_MAX_MAC_SIZE] = {0}, he_ops = 0; in wma_populate_peer_he_cap() local
1265 void wma_update_vdev_he_ops(uint32_t *he_ops, tDot11fIEhe_op *he_op) in wma_update_vdev_he_ops()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c349 static struct he_oper_6g_param *util_scan_get_he_6g_params(uint8_t *he_ops) in util_scan_get_he_6g_params()
579 uint8_t *he_ops; in util_scan_get_chan_from_he_6g_params() local
647 uint8_t *he_ops; in util_scan_get_phymode_6g() local
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.h1700 tDot11fIEhe_op *he_ops, in lim_log_he_op()
H A Dlim_utils.c7389 tDot11fIEhe_op he_ops = {0}; in lim_decide_he_op() local
7690 void lim_log_he_op(struct mac_context *mac, tDot11fIEhe_op *he_ops, in lim_log_he_op()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_tgt_if_tx_defs.h723 uint32_t he_ops; member
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h16917 #define WMI_HEOPS_COLOR_GET_D2(he_ops) WMI_GET_BITS(he_ops, 0, 6) argument
16918 #define WMI_HEOPS_COLOR_SET_D2(he_ops, value) WMI_SET_BITS(he_ops, 0, 6, value) argument
16921 #define WMI_HEOPS_DEFPE_GET_D2(he_ops) WMI_GET_BITS(he_ops, 6, 3) argument
16922 #define WMI_HEOPS_DEFPE_SET_D2(he_ops, value) WMI_SET_BITS(he_ops, 6, 3, value) argument
16925 #define WMI_HEOPS_TWT_REQUIRED_GET_D2(he_ops) WMI_GET_BITS(he_ops, 9, 1) argument
16926 #define WMI_HEOPS_TWT_REQUIRED_SET_D2(he_ops, value) WMI_SET_BITS(he_ops, 9, 1, value) argument
16928 #define WMI_HEOPS_TWT_GET_D2(he_ops) \ argument
16931 #define WMI_HEOPS_TWT_SET_D2(he_ops, value) \ argument
16935 #define WMI_HEOPS_RTSTHLD_GET_D2(he_ops) WMI_GET_BITS(he_ops, 10, 10) argument
16936 #define WMI_HEOPS_RTSTHLD_SET_D2(he_ops, value) WMI_SET_BITS(he_ops, 10, 10, value) argument
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h165 uint32_t he_ops; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c783 uint32_t he_ops = 0; in mlme_get_vdev_he_ops() local