Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c244 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 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()