Home
last modified time | relevance | path

Searched refs:tx_bf_cap (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11n.c606 pht_cap->ht_cap.tx_bf_cap = wlan_cpu_to_le32(priv->tx_bf_cap); in wlan_fill_ht_cap_tlv()
1039 … pht_cap->ht_cap.tx_bf_cap = ((pht_cap->ht_cap.tx_bf_cap & (~(0x3 << 23))) | (0x2 << 23)); in wlan_cmd_append_11n_tlv()
1040 … pht_cap->ht_cap.tx_bf_cap = ((pht_cap->ht_cap.tx_bf_cap & (~(0x3 << 27))) | (0x2 << 27)); in wlan_cmd_append_11n_tlv()
Dmlan_init.c168 priv->tx_bf_cap = DEFAULT_11N_TX_BF_CAP; in wlan_init_priv()
170 priv->tx_bf_cap = 0; in wlan_init_priv()
Dwifi-debug.c172 (void)PRINTF("tx_bf_cap: 0x%x\n\r", htcap->ht_cap.tx_bf_cap); in dump_htcap_info()
Dmlan_uap_cmdevent.c317 tlv_htcap->ht_cap.tx_bf_cap = wlan_cpu_to_le32(bss->param.bss_config.tx_bf_cap); in wlan_uap_cmd_ap_config()
Dmlan_join.c1562 if ((pbss_desc->pht_cap && (((pbss_desc->ht_cap_saved.ht_cap.tx_bf_cap >> 4) & 0x1) == 0x0))
Dwifi-uap.c757 bss.param.bss_config.tx_bf_cap = mlan_adap->priv[1]->tx_bf_cap; in wifi_cmd_uap_config()
Dmlan_glue.c1569 int wifi_set_txbfcap(unsigned int tx_bf_cap) in wifi_set_txbfcap() argument
1576 ds_11n_cfg.param.tx_bf_cap = tx_bf_cap; in wifi_set_txbfcap()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h1074 t_u32 tx_bf_cap; member
3304 t_u32 tx_bf_cap; member
Dmlan_ieee.h1158 t_u32 tx_bf_cap;
Dmlan_main.h1405 t_u32 tx_bf_cap;
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h871 int wifi_set_txbfcap(unsigned int tx_bf_cap);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c11889 int wlan_set_txbfcap(unsigned int tx_bf_cap) in wlan_set_txbfcap() argument
11891 return wifi_set_txbfcap(tx_bf_cap); in wlan_set_txbfcap()