Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_cmd.c708 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
722 setChannelPlan_param = kzalloc(sizeof(struct SetChannelPlan_param), GFP_KERNEL); in rtw_set_chplan_cmd()
723 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
727 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
733 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
738 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd()
742 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd()
745 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
Drtw_mlme_ext.c5491 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
5497 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
5499 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1256 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
1276 setChannelPlan_param = rtw_zmalloc(sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd()
1277 if (setChannelPlan_param == NULL) { in rtw_set_chplan_cmd()
1281 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
1287 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
1292 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1296 if (H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param)) in rtw_set_chplan_cmd()
1299 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
Drtw_mlme_ext.c6881 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
6887 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
6889 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()