Searched refs:htcap (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-debug.c | 159 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()
|
| D | mlan_11n.c | 67 … 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 …]
|
| D | wifi-debug.h | 110 void dump_htcap_info(const MrvlIETypes_HTCap_t *htcap);
|
| D | mlan_glue.c | 1588 ds_11n_cfg.param.htcap_cfg.htcap = htcapinfo; in wifi_set_htcapinfo()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_api.h | 192 void dump_htcap_info(const MrvlIETypes_HTCap_t *htcap);
|
| D | mlan_ioctl.h | 2885 t_u32 htcap; member
|