Home
last modified time | relevance | path

Searched refs:htcap (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-debug.c159 void dump_htcap_info(const MrvlIETypes_HTCap_t *htcap) in dump_htcap_info() argument
162 (void)PRINTF("Type: %d\n\r", htcap->header.type); in dump_htcap_info()
163 (void)PRINTF("Len: %d\n\r", htcap->header.len); in dump_htcap_info()
164 (void)PRINTF("ht cap info: 0%x\n\r", htcap->ht_cap.ht_cap_info); in dump_htcap_info()
165 (void)PRINTF("ampdu_param: 0%x\n\r", htcap->ht_cap.ampdu_param); in dump_htcap_info()
169 (void)PRINTF("0x%x ", htcap->ht_cap.supported_mcs_set[i]); in dump_htcap_info()
171 (void)PRINTF("ht_ext_cap: 0%x\n\r", htcap->ht_cap.ht_ext_cap); in dump_htcap_info()
172 (void)PRINTF("tx_bf_cap: 0x%x\n\r", htcap->ht_cap.tx_bf_cap); in dump_htcap_info()
173 (void)PRINTF("asel: 0x%x\n\r", htcap->ht_cap.asel); in dump_htcap_info()
Dmlan_11n.c67 … if (((cfg->param.htcap_cfg.htcap & ~IGN_HW_DEV_CAP) & pmpriv->adapter->hw_dot_11n_dev_cap) != in wlan_11n_ioctl_htusrcfg()
68 (cfg->param.htcap_cfg.htcap & ~IGN_HW_DEV_CAP)) in wlan_11n_ioctl_htusrcfg()
77 pmadapter->usr_dot_11n_dev_cap_bg = cfg->param.htcap_cfg.htcap; in wlan_11n_ioctl_htusrcfg()
82 pmadapter->usr_dot_11n_dev_cap_a = cfg->param.htcap_cfg.htcap; in wlan_11n_ioctl_htusrcfg()
87 pmadapter->usr_dot_11n_dev_cap_bg = cfg->param.htcap_cfg.htcap; in wlan_11n_ioctl_htusrcfg()
88 pmadapter->usr_dot_11n_dev_cap_a = cfg->param.htcap_cfg.htcap; in wlan_11n_ioctl_htusrcfg()
89 … PRINTM(MINFO, "Set: UsrDot11nCap for 2.4GHz and 5GHz 0x%x\n", cfg->param.htcap_cfg.htcap); in wlan_11n_ioctl_htusrcfg()
98 cfg->param.htcap_cfg.htcap = pmadapter->hw_dot_11n_dev_cap; in wlan_11n_ioctl_htusrcfg()
104 cfg->param.htcap_cfg.htcap = pmadapter->usr_dot_11n_dev_cap_bg; in wlan_11n_ioctl_htusrcfg()
105 PRINTM(MINFO, "Get: UsrDot11nCap for 2.4GHz 0x%x\n", cfg->param.htcap_cfg.htcap); in wlan_11n_ioctl_htusrcfg()
[all …]
Dwifi-debug.h110 void dump_htcap_info(const MrvlIETypes_HTCap_t *htcap);
Dmlan_glue.c1588 ds_11n_cfg.param.htcap_cfg.htcap = htcapinfo; in wifi_set_htcapinfo()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h192 void dump_htcap_info(const MrvlIETypes_HTCap_t *htcap);
Dmlan_ioctl.h2885 t_u32 htcap; member