Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c14 memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1); in Dot11d_Init()
28 memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1); in Dot11d_Reset()
59 memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1); in Dot11d_UpdateCountryIe()
81 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = pTriple->MaxTxPowerInDbm; in Dot11d_UpdateCountryIe()
111 MaxTxPwrInDbm = pDot11dInfo->MaxTxPwrDbmList[Channel]; in DOT11D_GetMaxTxPwrInDbm()
Ddot11d.h30 u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER+1]; member
/linux-4.4.14/drivers/staging/rtl8192e/
Ddot11d.c54 memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1); in dot11d_init()
109 memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1); in Dot11d_Reset()
127 memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1); in Dot11d_UpdateCountryIe()
144 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = in Dot11d_UpdateCountryIe()
Ddot11d.h54 u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER+1]; member