Home
last modified time | relevance | path

Searched refs:pcfg_misc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.c3602 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_priv_set_get_countrycode() local
3625 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf; in woal_priv_set_get_countrycode()
3626 country_code = &pcfg_misc->param.country_code; in woal_priv_set_get_countrycode()
3627 pcfg_misc->sub_command = MLAN_OID_MISC_COUNTRY_CODE; in woal_priv_set_get_countrycode()
5052 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_priv_set_get_aggrctrl() local
5095 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf; in woal_priv_set_get_aggrctrl()
5096 pcfg_misc->sub_command = MLAN_OID_MISC_AGGR_CTRL; in woal_priv_set_get_aggrctrl()
5105 pcfg_misc->param.aggr_params.tx.enable = (t_u16)data[0]; in woal_priv_set_get_aggrctrl()
5120 moal_memcpy_ext(handle, respbuf, (t_u8 *)&pcfg_misc->param.aggr_params, in woal_priv_set_get_aggrctrl()
5148 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_priv_set_get_usbaggrctrl() local
[all …]
H A Dmoal_usb.c1930 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_usb_dump_fw_info() local
1948 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf; in woal_usb_dump_fw_info()
1949 pcfg_misc->sub_command = MLAN_OID_MISC_FW_DUMP_EVENT; in woal_usb_dump_fw_info()
H A Dmoal_ioctl.c1678 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_set_countrycode() local
1692 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf; in woal_set_countrycode()
1693 country_code = &pcfg_misc->param.country_code; in woal_set_countrycode()
1694 pcfg_misc->sub_command = MLAN_OID_MISC_COUNTRY_CODE; in woal_set_countrycode()
7149 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_usb_aggr_init() local
7197 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf; in woal_usb_aggr_init()
7198 pcfg_misc->sub_command = MLAN_OID_MISC_USB_AGGR_CTRL; in woal_usb_aggr_init()
7202 aggr_param = &pcfg_misc->param.usb_aggr_params; in woal_usb_aggr_init()
H A Dmoal_main.c3360 mlan_ds_misc_cfg *pcfg_misc = NULL; local
3373 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf;
3374 pcfg_misc->sub_command = MLAN_OID_MISC_WACP_MODE;
3377 pcfg_misc->param.wacp_mode = priv->phandle->params.wacp_mode;
3402 mlan_ds_misc_cfg *pcfg_misc = NULL; local
3420 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf;
3421 pcfg_misc->sub_command = MLAN_OID_MISC_AGGR_CTRL;
3425 pcfg_misc->param.aggr_params.tx.enable = MTRUE;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_eth_ioctl.c2994 mlan_ds_misc_cfg *pcfg_misc = NULL; in woal_priv_set_get_countrycode() local
3017 pcfg_misc = (mlan_ds_misc_cfg *)req->pbuf; in woal_priv_set_get_countrycode()
3018 country_code = &pcfg_misc->param.country_code; in woal_priv_set_get_countrycode()
3019 pcfg_misc->sub_command = MLAN_OID_MISC_COUNTRY_CODE; in woal_priv_set_get_countrycode()