Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c60 struct rt_channel_info *channel_set = pmlmeext->channel_set; in _rtw_reg_apply_flags() local
85 channel = channel_set[i].ChannelNum; in _rtw_reg_apply_flags()
92 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
Dioctl_cfg80211.c1150 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.configuration.ds_con… in rtw_cfg80211_surveydone_event_callback()
/linux-6.6.21/drivers/staging/rtl8712/
Drtl871x_rf.h30 u8 channel_set[NUM_CHANNELS]; member
/linux-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_rf.h41 u8 channel_set[MAX_CHANNEL_NUM]; member
Drtw_mlme_ext.h417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM]; member
/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c268 static int has_channel(struct rt_channel_info *channel_set, in has_channel() argument
275 if (channel_set[i].ChannelNum == chan) in has_channel()
281 static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set, in init_channel_list() argument
309 if (!has_channel(channel_set, chanset_size, ch)) in init_channel_list()
333 … u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, struct rt_channel_info *channel_set) in init_channel_set() argument
339 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set()
354 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
358 if (channel_set[chanset_size].ChannelNum >= 1 && channel_set[chanset_size].ChannelNum <= 11) in init_channel_set()
359 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
360 …else if ((channel_set[chanset_size].ChannelNum >= 12 && channel_set[chanset_size].ChannelNum <= … in init_channel_set()
[all …]