Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dwifi_regd.c60 struct rt_channel_info *channel_set = pmlmeext->channel_set; in _rtw_reg_apply_flags()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h361 struct rt_channel_info { struct
366 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch); argument
417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c177 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) in rtw_ch_set_search_ch()
268 static int has_channel(struct rt_channel_info *channel_set, in has_channel()
281 static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set, in init_channel_list()
333 static u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, struct rt_channel_info *channe… in init_channel_set()
339 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set()
4251 struct rt_channel_info *chplan_new; in process_80211d()
4265 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()