| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_priv.c | 4437 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_tx_bf_cap_ioctl() local 4456 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_tx_bf_cap_ioctl() 4458 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CAP; in woal_tx_bf_cap_ioctl() 4466 bf_cfg->param.tx_bf_cap = bf_cap; in woal_tx_bf_cap_ioctl() 4477 bf_cap = bf_cfg->param.tx_bf_cap; in woal_tx_bf_cap_ioctl() 4522 mlan_ds_11n_tx_bf_cfg bf_cfg; in woal_tx_bf_cfg_ioctl() local 4531 memset(&bf_cfg, 0, sizeof(bf_cfg)); in woal_tx_bf_cfg_ioctl() 4533 bf_sound = bf_cfg.body.bf_sound; in woal_tx_bf_cfg_ioctl() 4534 tx_bf_peer = bf_cfg.body.tx_bf_peer; in woal_tx_bf_cfg_ioctl() 4535 bf_snr = bf_cfg.body.bf_snr; in woal_tx_bf_cfg_ioctl() [all …]
|
| H A D | moal_uap.c | 1017 mlan_ds_11n_tx_bf_cfg bf_cfg; in woal_uap_tx_bf_cfg() local 1024 memset(&bf_cfg, 0, sizeof(bf_cfg)); in woal_uap_tx_bf_cfg() 1043 if (copy_from_user(&bf_cfg, req->ifr_data + sizeof(tx_bf_cfg_para_hdr), in woal_uap_tx_bf_cfg() 1044 sizeof(bf_cfg))) { in woal_uap_tx_bf_cfg() 1049 DBG_HEXDUMP(MCMD_D, "bf_cfg", (t_u8 *)&bf_cfg, sizeof(bf_cfg)); in woal_uap_tx_bf_cfg() 1052 woal_set_get_tx_bf_cfg(priv, action, &bf_cfg)) { in woal_uap_tx_bf_cfg() 1059 &bf_cfg, sizeof(bf_cfg))) { in woal_uap_tx_bf_cfg()
|
| H A D | moal_eth_ioctl.c | 8258 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_priv_tx_bf_cap_ioctl() local 8272 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_priv_tx_bf_cap_ioctl() 8273 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CAP; in woal_priv_tx_bf_cap_ioctl() 8291 bf_cfg->param.tx_bf_cap = bf_cap; in woal_priv_tx_bf_cap_ioctl() 8300 bf_cap = bf_cfg->param.tx_bf_cap; in woal_priv_tx_bf_cap_ioctl() 9680 mlan_ds_11n_tx_bf_cfg bf_cfg; in woal_priv_tx_bf_cfg() local 9695 memset(&bf_cfg, 0, sizeof(bf_cfg)); in woal_priv_tx_bf_cfg() 9697 bf_sound = bf_cfg.body.bf_sound; in woal_priv_tx_bf_cfg() 9698 tx_bf_peer = bf_cfg.body.tx_bf_peer; in woal_priv_tx_bf_cfg() 9699 bf_snr = bf_cfg.body.bf_snr; in woal_priv_tx_bf_cfg() [all …]
|
| H A D | moal_ioctl.c | 3309 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_set_get_tx_bf_cap() local 3326 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_set_get_tx_bf_cap() 3328 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CAP; in woal_set_get_tx_bf_cap() 3331 bf_cfg->param.tx_bf_cap = *tx_bf_cap; in woal_set_get_tx_bf_cap() 3340 *tx_bf_cap = bf_cfg->param.tx_bf_cap; in woal_set_get_tx_bf_cap() 3364 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_set_get_tx_bf_cfg() local 3382 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_set_get_tx_bf_cfg() 3384 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CFG; in woal_set_get_tx_bf_cfg() 3387 memcpy(&bf_cfg->param.tx_bf, tx_bf_cfg, sizeof(mlan_ds_11n_tx_bf_cfg)); in woal_set_get_tx_bf_cfg() 3395 memcpy(tx_bf_cfg, &bf_cfg->param.tx_bf, in woal_set_get_tx_bf_cfg()
|
| H A D | moal_main.h | 2366 mlan_ds_11n_tx_bf_cfg *bf_cfg);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_priv.c | 4191 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_tx_bf_cap_ioctl() local 4210 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_tx_bf_cap_ioctl() 4212 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CAP; in woal_tx_bf_cap_ioctl() 4220 bf_cfg->param.tx_bf_cap = bf_cap; in woal_tx_bf_cap_ioctl() 4231 bf_cap = bf_cfg->param.tx_bf_cap; in woal_tx_bf_cap_ioctl() 4274 mlan_ds_11n_tx_bf_cfg bf_cfg; in woal_tx_bf_cfg_ioctl() local 4283 memset(&bf_cfg, 0, sizeof(bf_cfg)); in woal_tx_bf_cfg_ioctl() 4285 bf_sound = bf_cfg.body.bf_sound; in woal_tx_bf_cfg_ioctl() 4286 tx_bf_peer = bf_cfg.body.tx_bf_peer; in woal_tx_bf_cfg_ioctl() 4287 bf_snr = bf_cfg.body.bf_snr; in woal_tx_bf_cfg_ioctl() [all …]
|
| H A D | moal_uap.c | 1225 mlan_ds_11n_tx_bf_cfg bf_cfg; in woal_uap_tx_bf_cfg() local 1232 memset(&bf_cfg, 0, sizeof(bf_cfg)); in woal_uap_tx_bf_cfg() 1251 if (copy_from_user(&bf_cfg, req->ifr_data + sizeof(tx_bf_cfg_para_hdr), in woal_uap_tx_bf_cfg() 1252 sizeof(bf_cfg))) { in woal_uap_tx_bf_cfg() 1257 DBG_HEXDUMP(MCMD_D, "bf_cfg", (t_u8 *)&bf_cfg, sizeof(bf_cfg)); in woal_uap_tx_bf_cfg() 1260 woal_set_get_tx_bf_cfg(priv, action, &bf_cfg)) { in woal_uap_tx_bf_cfg() 1266 if (copy_to_user(req->ifr_data + sizeof(tx_bf_cfg_para_hdr), &bf_cfg, in woal_uap_tx_bf_cfg() 1267 sizeof(bf_cfg))) { in woal_uap_tx_bf_cfg()
|
| H A D | moal_ioctl.c | 4194 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_set_get_tx_bf_cap() local 4211 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_set_get_tx_bf_cap() 4213 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CAP; in woal_set_get_tx_bf_cap() 4216 bf_cfg->param.tx_bf_cap = *tx_bf_cap; in woal_set_get_tx_bf_cap() 4225 *tx_bf_cap = bf_cfg->param.tx_bf_cap; in woal_set_get_tx_bf_cap() 4248 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_set_get_tx_bf_cfg() local 4266 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_set_get_tx_bf_cfg() 4268 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CFG; in woal_set_get_tx_bf_cfg() 4271 moal_memcpy_ext(priv->phandle, &bf_cfg->param.tx_bf, tx_bf_cfg, in woal_set_get_tx_bf_cfg() 4281 moal_memcpy_ext(priv->phandle, tx_bf_cfg, &bf_cfg->param.tx_bf, in woal_set_get_tx_bf_cfg()
|
| H A D | moal_eth_ioctl.c | 10458 mlan_ds_11n_cfg *bf_cfg = NULL; in woal_priv_tx_bf_cap_ioctl() local 10472 bf_cfg = (mlan_ds_11n_cfg *)req->pbuf; in woal_priv_tx_bf_cap_ioctl() 10473 bf_cfg->sub_command = MLAN_OID_11N_CFG_TX_BF_CAP; in woal_priv_tx_bf_cap_ioctl() 10491 bf_cfg->param.tx_bf_cap = bf_cap; in woal_priv_tx_bf_cap_ioctl() 10500 bf_cap = bf_cfg->param.tx_bf_cap; in woal_priv_tx_bf_cap_ioctl() 13705 mlan_ds_11n_tx_bf_cfg bf_cfg; in woal_priv_tx_bf_cfg() local 13720 memset(&bf_cfg, 0, sizeof(bf_cfg)); in woal_priv_tx_bf_cfg() 13722 bf_sound = bf_cfg.body.bf_sound; in woal_priv_tx_bf_cfg() 13723 tx_bf_peer = bf_cfg.body.tx_bf_peer; in woal_priv_tx_bf_cfg() 13724 bf_snr = bf_cfg.body.bf_snr; in woal_priv_tx_bf_cfg() [all …]
|
| H A D | moal_main.h | 3412 mlan_ds_11n_tx_bf_cfg *bf_cfg);
|