Searched refs:EWC11NHTCap (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 129 …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()
|
D | ieee80211_wx.c | 51 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in rtl819x_translate_scan() local 137 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 284 u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in HTConstructCapabilityElement() local 286 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement() 517 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in HTOnAssocRsp() local 526 if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
|
D | rtllib_wx.c | 38 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in rtl819x_translate_scan() local 134 if (!memcmp(network->bssht.bd_ht_cap_buf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
|