Home
last modified time | relevance | path

Searched refs:CountryIeSrcAddr (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
Ddot11d.h50 u8 CountryIeSrcAddr[6]; member
74 GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, __pTa)
76 cpMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, __pTa)
/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h26 u8 CountryIeSrcAddr[6]; /* Source AP of the country IE. */ member
46 #define IS_EQUAL_CIE_SRC(__pIeeeDev, __pTa) eqMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr
47 #define UPDATE_CIE_SRC(__pIeeeDev, __pTa) cpMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, …