Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c337 u8 Index2G = 0; in init_channel_set() local
347 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
349 Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; in init_channel_set()
353 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
354 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
363 Index2G == RT_CHANNEL_DOMAIN_2G_WORLD) { /* channel 12~13, passive scan */ in init_channel_set()
/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h142 unsigned char Index2G; member
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h211 unsigned char Index2G; member
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c296 u8 Index2G = 0; in init_channel_set() local
306 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
308 Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; in init_channel_set()
312 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
313 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
322 Index2G == RT_CHANNEL_DOMAIN_2G_WORLD) {/* channel 12~13, passive scan */ in init_channel_set()