Searched refs:RT_CHANNEL_INFO (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | wifi_regd.c | 69 RT_CHANNEL_INFO *channel_set = pmlmeext->channel_set; in _rtw_reg_apply_flags()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 437 }RT_CHANNEL_INFO, *PRT_CHANNEL_INFO; typedef 439 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch); 492 RT_CHANNEL_INFO channel_set[MAX_CHANNEL_NUM];
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 220 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) in rtw_ch_set_search_ch() 332 static int has_channel(RT_CHANNEL_INFO *channel_set, in has_channel() 347 static void init_channel_list(struct adapter *padapter, RT_CHANNEL_INFO *channel_set, in init_channel_list() 400 static u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, RT_CHANNEL_INFO *channel_set) in init_channel_set() 406 memset(channel_set, 0, sizeof(RT_CHANNEL_INFO)*MAX_CHANNEL_NUM); in init_channel_set() 4791 RT_CHANNEL_INFO *chplan_new; in process_80211d() 4805 RT_CHANNEL_INFO chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
|