Searched defs:cpMacAddr (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/rtl8187se/ieee80211/
H A Ddot11d.h40 #define cpMacAddr(des,src) ((des)[0]=(src)[0],(des)[1]=(src)[1],(des)[2]=(src)[2],(des)[3]=(src)[3],(des)[4]=(src)[4],(des)[5]=(src)[5]) macro
47 #define UPDATE_CIE_SRC(__pIeeeDev, __pTa) cpMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, __pTa)
/drivers/staging/rtl8192e/
H A Ddot11d.h63 static inline void cpMacAddr(unsigned char *des, unsigned char *src) function
79 cpMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, __pTa)
/drivers/staging/rtl8192u/
H A Ddot11d.h37 #define cpMacAddr(des, src) ((des)[0] = (src)[0], \ macro
47 #define UPDATE_CIE_SRC(__pIeeeDev, __pTa) cpMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, __pTa)
/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.h39 #define cpMacAddr(des,src) ((des)[0]=(src)[0],(des)[1]=(src)[1],(des)[2]=(src)[2],(des)[3]=(src)[3],(des)[4]=(src)[4],(des)[5]=(src)[5]) macro
46 #define UPDATE_CIE_SRC(__pIeeeDev, __pTa) cpMacAddr(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, __pTa)

Completed in 69 milliseconds