Searched refs:EWC11NHTInfo (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 164 …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() 845 …static u8 EWC11NHTInfo[] = {0x00, 0x90, 0x4c, 0x34}; // For 11n EWC definition, 2007.07.17, by … in HTOnAssocRsp() local 865 if (!memcmp(pHTInfo->PeerHTInfoBuf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) in HTOnAssocRsp()
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 518 static u8 EWC11NHTInfo[] = {0x00, 0x90, 0x4c, 0x34}; in HTOnAssocRsp() local 531 if (!memcmp(pHTInfo->PeerHTInfoBuf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) in HTOnAssocRsp()
|