Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c164 …static u8 EWC11NHTInfo[] = {0x00, 0x90, 0x4c, 0x34}; // For 11n EWC definition, 2007.07.17, by Emi… in HTDebugHTInfo() local
167 if(!memcmp(InfoIE, EWC11NHTInfo, sizeof(EWC11NHTInfo))) in HTDebugHTInfo()
946 …static u8 EWC11NHTInfo[] = {0x00, 0x90, 0x4c, 0x34}; // For 11n EWC definition, 2007.07.17, by … in HTOnAssocRsp() local
964 if(!memcmp(pHTInfo->PeerHTInfoBuf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) in HTOnAssocRsp()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_HTProc.c535 static u8 EWC11NHTInfo[] = {0x00, 0x90, 0x4c, 0x34}; in HTOnAssocRsp() local
548 if (!memcmp(pHTInfo->PeerHTInfoBuf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) in HTOnAssocRsp()