Searched refs:RT_CHANNEL_INFO (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | wifi_regd.c | 64 RT_CHANNEL_INFO *channel_set = pmlmeext->channel_set; in _rtw_reg_apply_flags()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 423 } RT_CHANNEL_INFO, *PRT_CHANNEL_INFO; typedef 425 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch); 477 RT_CHANNEL_INFO channel_set[MAX_CHANNEL_NUM];
|
/Linux-v5.10/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() 328 static int has_channel(RT_CHANNEL_INFO *channel_set, in has_channel() 343 static void init_channel_list(struct adapter *padapter, RT_CHANNEL_INFO *channel_set, in init_channel_list() 395 static u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, RT_CHANNEL_INFO *channel_set) in init_channel_set() 401 memset(channel_set, 0, sizeof(RT_CHANNEL_INFO)*MAX_CHANNEL_NUM); in init_channel_set() 4773 RT_CHANNEL_INFO *chplan_new; in process_80211d() 4787 RT_CHANNEL_INFO chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
|