Home
last modified time | relevance | path

Searched refs:rtw_set_chplan_cmd (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8188eu/include/
Drtw_cmd.h326 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue);
/drivers/staging/rtl8723bs/include/
Drtw_cmd.h852 extern u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig);
/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c601 return rtw_set_chplan_cmd(adapter, channel_plan, 1); in rtw_set_country()
Drtw_cmd.c716 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue) in rtw_set_chplan_cmd() function
/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1210 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig) in rtw_set_chplan_cmd() function
/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2387 if (_SUCCESS == rtw_set_chplan_cmd(padapter, channel_plan_req, 1, 1)) in rtw_wx_set_channel_plan()