Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/core/
A Drtw_cmd.c849 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
861 setChannelPlan_param = kzalloc(sizeof(struct SetChannelPlan_param), in rtw_set_chplan_cmd()
863 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
867 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
873 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
878 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
882 if (H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param)) in rtw_set_chplan_cmd()
885 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
A Drtw_mlme_ext.c8027 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
8033 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
8035 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c1147 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
1165 setChannelPlan_param = rtw_zmalloc(sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd()
1166 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
1170 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
1176 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
1181 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1185 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd()
1188 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
A Drtw_mlme_ext.c6027 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
6033 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
6035 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()

Completed in 30 milliseconds