Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c52 u16 CoutryIeLen, u8 *pCoutryIe) in Dot11d_UpdateCountryIe() argument
62 pTriple = (PCHNL_TXPOWER_TRIPLE)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()
96 memcpy(pDot11dInfo->CountryIeBuf, pCoutryIe, CoutryIeLen); in Dot11d_UpdateCountryIe()
Ddot11d.h77 u8 *pCoutryIe
/linux-4.1.27/drivers/staging/rtl8192e/
Ddot11d.c124 u16 CoutryIeLen, u8 *pCoutryIe) in Dot11d_UpdateCountryIe() argument
134 pTriple = (struct chnl_txpow_triple *)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()
159 memcpy(pDot11dInfo->CountryIeBuf, pCoutryIe, CoutryIeLen); in Dot11d_UpdateCountryIe()
Ddot11d.h98 u16 CoutryIeLen, u8 *pCoutryIe);