Searched refs:peer_ht_cap_buf (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1607 memcpy(ieee->ht_info->peer_ht_cap_buf,
H A Drtl819x_HT.h102 u8 peer_ht_cap_buf[32]; member in struct:rt_hi_throughput
H A Drtl819x_HTProc.c440 if (!memcmp(ht_info->peer_ht_cap_buf, EWC11NHTCap, sizeof(EWC11NHTCap)))
441 pPeerHTCap = (struct ht_capab_ele *)(&ht_info->peer_ht_cap_buf[4]);
443 pPeerHTCap = (struct ht_capab_ele *)(ht_info->peer_ht_cap_buf);
521 memset((void *)(&ht_info->peer_ht_cap_buf), 0,
522 sizeof(ht_info->peer_ht_cap_buf));
575 pNetwork->bssht.bd_ht_cap_len <= sizeof(ht_info->peer_ht_cap_buf))
576 memcpy(ht_info->peer_ht_cap_buf,

Completed in 229 milliseconds