Home
last modified time | relevance | path

Searched refs:opermode_cfg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ac.c512 cfg->param.opermode_cfg.bw = pmpriv->usr_dot_11ac_opermode_bw; in wlan_11ac_ioctl_opermodecfg()
513 cfg->param.opermode_cfg.nss = pmpriv->usr_dot_11ac_opermode_nss; in wlan_11ac_ioctl_opermodecfg()
519 if ((((cfg->param.opermode_cfg.bw - 1) > BW_80MHZ) && in wlan_11ac_ioctl_opermodecfg()
521 (cfg->param.opermode_cfg.nss > hw_rx_nss)) { in wlan_11ac_ioctl_opermodecfg()
528 pmpriv->usr_dot_11ac_opermode_bw = cfg->param.opermode_cfg.bw; in wlan_11ac_ioctl_opermodecfg()
529 pmpriv->usr_dot_11ac_opermode_nss = cfg->param.opermode_cfg.nss; in wlan_11ac_ioctl_opermodecfg()
H A Dmlan_ioctl.h3961 mlan_ds_11ac_opermode_cfg opermode_cfg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_ioctl.h3961 mlan_ds_11ac_opermode_cfg opermode_cfg; member
H A Dmoal_eth_ioctl.c1996 cfg_11ac->param.opermode_cfg.bw = data[0]; in woal_setget_priv_opermodecfg()
1997 cfg_11ac->param.opermode_cfg.nss = data[1]; in woal_setget_priv_opermodecfg()
2006 &(cfg_11ac->param.opermode_cfg), sizeof(*opermodecfg), in woal_setget_priv_opermodecfg()