Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3970 u8 Index2G = 0; in init_channel_set() local
3982 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
3984 Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; in init_channel_set()
3988 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
3989 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
3998 Index2G == RT_CHANNEL_DOMAIN_2G_WORLD) {/* channel 12~13, passive scan */ in init_channel_set()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h171 unsigned char Index2G; member
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c399 u8 Index2G = 0, Index5G = 0; in init_channel_set() local
411 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
413 Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; in init_channel_set()
417 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
418 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
428 RT_CHANNEL_DOMAIN_2G_WORLD == Index2G) { /* channel 12~13, passive scan */ in init_channel_set()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h257 unsigned char Index2G; member