Home
last modified time | relevance | path

Searched refs:eht_om_ctl (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c200 eht_cap->eht_om_ctl = WMI_EHTCAP_MAC_EHTOMCTRL_GET(mac_cap); in wma_convert_eht_cap()
497 eht_cap->epcs_pri_access, eht_cap->eht_om_ctl, in wma_print_eht_cap()
676 WMI_EHTCAP_MAC_EHTOMCTRL_SET(mac_cap, eht_cap->eht_om_ctl); in wma_populate_peer_eht_cap()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h3452 uint16_t eht_om_ctl:1; member
3537 uint16_t eht_om_ctl:1;
3747 uint16_t eht_om_ctl:1; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c10821 mac_ctx->mlme_cfg->eht_caps.dot11_eht_cap.eht_om_ctl = cfg_val; in sme_update_eht_om_ctrl_supp()
10822 mac_ctx->eht_cap_2g.eht_om_ctl = cfg_val; in sme_update_eht_om_ctrl_supp()
10823 mac_ctx->eht_cap_5g.eht_om_ctl = cfg_val; in sme_update_eht_om_ctrl_supp()
15319 mlme_eht_cap->eht_om_ctl = 0; in sme_set_eht_testbed_def()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c9100 eht_cap->eht_om_ctl = dot11_cap.eht_om_ctl; in lim_set_eht_caps()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3484 eht_om_ctl: 1;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c8711 dot11f_eht_cap->eht_om_ctl =
9166 val = dot11f_eht_cap.eht_om_ctl;
Ddot11f.c9495 pDst->eht_om_ctl = tmp85__ >> 1 & 0x1; in dot11f_unpack_ie_eht_cap()
30149 tmp205__ |= (pSrc->eht_om_ctl << 1); in dot11f_pack_ie_eht_cap()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9174 uint16_t eht_om_ctl:1; member