Home
last modified time | relevance | path

Searched refs:setChannelPlan_param (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_cmd.c780 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
792 setChannelPlan_param = kzalloc(sizeof(*setChannelPlan_param), in rtw_set_chplan_cmd()
794 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
798 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
803 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
808 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
Drtw_mlme_ext.c7947 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
7953 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
7955 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c5969 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
5975 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
5977 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()