Searched refs:EWC11NHTCap (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_HTProc.c | 244 static const u8 EWC11NHTCap[] = { 0x00, 0x90, 0x4c, 0x33 }; in ht_construct_capability_element() local 246 memcpy(pos_ht_cap, EWC11NHTCap, sizeof(EWC11NHTCap)); in ht_construct_capability_element() 431 static const u8 EWC11NHTCap[] = { 0x00, 0x90, 0x4c, 0x33 }; in ht_on_assoc_rsp() local 440 if (!memcmp(ht_info->peer_ht_cap_buf, EWC11NHTCap, sizeof(EWC11NHTCap))) in ht_on_assoc_rsp()
|
H A D | rtllib_wx.c | 38 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()
|