Home
last modified time | relevance | path

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

/Linux-v6.1/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.c1162 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.configuration.ds_con… in rtw_cfg80211_surveydone_event_callback()
/Linux-v6.1/drivers/staging/rtl8712/
Drtl871x_rf.h30 u8 channel_set[NUM_CHANNELS]; member
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_rf.h21 u8 channel_set[MAX_CHANNEL_NUM]; member
Drtw_mlme_ext.h359 struct rt_channel_info channel_set[MAX_CHANNEL_NUM]; member
/Linux-v6.1/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-v6.1/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 …]
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c233 static int has_channel(struct rt_channel_info *channel_set, in has_channel() argument
240 if (channel_set[i].ChannelNum == chan) in has_channel()
246 static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set, in init_channel_list() argument
266 if (!has_channel(channel_set, chanset_size, ch)) { in init_channel_list()
290 … u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, struct rt_channel_info *channel_set) in init_channel_set() argument
296 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
311 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
315 if (channel_set[chanset_size].ChannelNum >= 1 && channel_set[chanset_size].ChannelNum <= 11) in init_channel_set()
316 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
317 …else if ((channel_set[chanset_size].ChannelNum >= 12 && channel_set[chanset_size].ChannelNum <= … in init_channel_set()
[all …]
Drtw_recv.c1123 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
1126 pmlmeext->channel_set[ch_set_idx].rx_count++; in validate_recv_frame()
Drtw_p2p.c1030 if (*(peer_ch_list + i) == pmlmeext->channel_set[j].ChannelNum) { in rtw_p2p_ch_inclusion()
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c871 if (pmlmeext->channel_set[i].ChannelNum != 0) { in rtw_wx_get_range()
872 range->freq[val].i = pmlmeext->channel_set[i].ChannelNum; in rtw_wx_get_range()
873 range->freq[val].m = rtw_ch2freq(pmlmeext->channel_set[i].ChannelNum) * 100000; in rtw_wx_get_range()
1214 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_wx_get_scan()