Searched refs:channel_set (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8723bs/os_dep/ |
D | wifi_regd.c | 60 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()
|
D | ioctl_cfg80211.c | 1150 …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/ |
D | rtl871x_rf.h | 30 u8 channel_set[NUM_CHANNELS]; member
|
/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | rtw_rf.h | 41 u8 channel_set[MAX_CHANNEL_NUM]; member
|
D | rtw_mlme_ext.h | 417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM]; member
|
/linux-6.6.21/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 268 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 …]
|