Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c129 …static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; // For 11n EWC definition, 2007.07.1… in HTDebugHTCapability() local
132 if (!memcmp(CapIE, EWC11NHTCap, sizeof(EWC11NHTCap))) { in HTDebugHTCapability()
483 static const u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in HTConstructCapabilityElement() local
485 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
844 …static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; // For 11n EWC definition, 2007.07.17, by … in HTOnAssocRsp() local
860 if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
H A Dieee80211_wx.c51 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in rtl819x_translate_scan() local
137 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c285 static const u8 EWC11NHTCap[] = { 0x00, 0x90, 0x4c, 0x33 }; in HTConstructCapabilityElement() local
287 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
515 static const u8 EWC11NHTCap[] = { 0x00, 0x90, 0x4c, 0x33 }; in HTOnAssocRsp() local
524 if (!memcmp(ht_info->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
H A Drtllib_wx.c38 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in rtl819x_translate_scan() local
126 if (!memcmp(network->bssht.bd_ht_cap_buf, EWC11NHTCap, 4)) in rtl819x_translate_scan()