Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h350 struct rt_channel_info { struct
358 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch); argument
411 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c131 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) in rtw_ch_set_search_ch()
2354 struct rt_channel_info *chplan_new; in process_80211d()
2367 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
3909 static int has_channel(struct rt_channel_info *channel_set, in has_channel()
3922 struct rt_channel_info *channel_set, in init_channel_list()
3966 struct rt_channel_info *channel_set) in init_channel_set()
3972 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()