Home
last modified time | relevance | path

Searched refs:channel_set (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dwifi_regd.c48 struct rt_channel_info *channel_set = pmlmeext->channel_set; in _rtw_reg_apply_flags() local
73 channel = channel_set[i].ChannelNum; in _rtw_reg_apply_flags()
77 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
H A Dioctl_cfg80211.c1140 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.configuration.ds_con… in rtw_cfg80211_surveydone_event_callback()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_rf.h41 u8 channel_set[MAX_CHANNEL_NUM]; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c257 static int has_channel(struct rt_channel_info *channel_set, in has_channel() argument
264 if (channel_set[i].ChannelNum == chan) in has_channel()
270 static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set, in init_channel_list() argument
298 if (!has_channel(channel_set, chanset_size, ch)) in init_channel_list()
322 … u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, struct rt_channel_info *channel_set) in init_channel_set() argument
328 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set()
343 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
347 if (channel_set[chanset_size].ChannelNum >= 1 && channel_set[chanset_size].ChannelNum <= 11) in init_channel_set()
348 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
349 …else if ((channel_set[chanset_size].ChannelNum >= 12 && channel_set[chanset_size].ChannelNum <= … in init_channel_set()
[all …]