Searched refs:EWC11NHTCap (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 127 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; // For 11n EWC definition, 2007.07.17, by Emily in HTDebugHTCapability() local 130 if(!memcmp(CapIE, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTDebugHTCapability() 560 u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; // For 11n EWC definition, 2007.07.17, by Emily in HTConstructCapabilityElement() local 561 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement() 945 …static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; // For 11n EWC definition, 2007.07.17, by … in HTOnAssocRsp() local 959 if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
|
D | ieee80211_wx.c | 66 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in rtl819x_translate_scan() local 153 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
|
/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 297 u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in HTConstructCapabilityElement() local 299 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement() 534 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in HTOnAssocRsp() local 543 if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
|
D | rtllib_wx.c | 59 static u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; in rtl819x_translate_scan() local 156 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
|