Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_cmd.c719 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
733 setChannelPlan_param = kzalloc(sizeof(*setChannelPlan_param), GFP_KERNEL); in rtw_set_chplan_cmd()
734 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
738 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
744 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
749 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd()
753 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd()
756 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
H A Drtw_mlme_ext.c5459 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
5465 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
5467 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c1213 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
1233 setChannelPlan_param = rtw_zmalloc(sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd()
1234 if (setChannelPlan_param == NULL) { in rtw_set_chplan_cmd()
1238 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
1244 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
1249 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1253 if (H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param)) in rtw_set_chplan_cmd()
1256 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
H A Drtw_mlme_ext.c6812 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
6818 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
6820 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_cmd.c2162 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
2185setChannelPlan_param = (struct SetChannelPlan_param *)rtw_zmalloc(sizeof(struct SetChannelPlan_par… in rtw_set_chplan_cmd()
2186 if(setChannelPlan_param == NULL) { in rtw_set_chplan_cmd()
2190 setChannelPlan_param->channel_plan=chplan; in rtw_set_chplan_cmd()
2197 rtw_mfree((u8 *)setChannelPlan_param, sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd()
2202 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
2208 if( H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) ) in rtw_set_chplan_cmd()
2211 rtw_mfree((u8 *)setChannelPlan_param, sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd()
H A Drtw_mlme_ext.c15663 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
15670 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
15672 if(!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) { in set_chplan_hdl()
15676 mlme->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
15678 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Drtw_proc.c488 struct SetChannelPlan_param setChannelPlan_param; in proc_set_chan_plan() local
517 setChannelPlan_param.channel_plan = chan_plan; in proc_set_chan_plan()
518 if( H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)&setChannelPlan_param) ) in proc_set_chan_plan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme_ext.c15207 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
15214 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
15216 if(!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) { in set_chplan_hdl()
15220 mlme->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
15221 mlme->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
15223 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c14712 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
14719 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
14721 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
14724 mlme->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
14725 mlme->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
14727 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme_ext.c15390 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
15397 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
15399 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
15402 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
15403 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme_ext.c15853 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
15859 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
15861 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
15864 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
15865 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme_ext.c15869 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
15875 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
15877 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
15880 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
15881 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme_ext.c15729 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
15735 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
15737 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
15740 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
15741 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme_ext.c16323 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
16329 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
16331 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
16334 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
16335 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme_ext.c16273 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
16279 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
16281 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
16284 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
16285 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme_ext.c16240 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
16246 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
16248 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
16251 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
16252 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme_ext.c16304 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
16310 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
16312 if (!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) in set_chplan_hdl()
16315 rfctl->country_ent = setChannelPlan_param->country_ent; in set_chplan_hdl()
16316 rfctl->ChannelPlan = setChannelPlan_param->channel_plan; in set_chplan_hdl()