Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c488 u8 Index2G = 0, Index5G = 0; in init_channel_set() local
501 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
503 Index2G = RTW_ChannelPlanMap[cplan].Index2G; in init_channel_set()
515 for (i = 0; i < RTW_ChannelPlan2G[Index2G].Len; i++) { in init_channel_set()
517 RTW_ChannelPlan2G[Index2G].Channel[i]; in init_channel_set()
530 RT_CHANNEL_DOMAIN_2G_WORLD == Index2G) { in init_channel_set()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4091 u8 Index2G = 0; in init_channel_set() local
4103 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
4105 Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; in init_channel_set()
4109 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
4110 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
4119 RT_CHANNEL_DOMAIN_2G_WORLD == Index2G) {/* channel 12~13, passive scan */ in init_channel_set()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h216 unsigned char Index2G; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h191 unsigned char Index2G; member