Home
last modified time | relevance | path

Searched refs:PeerHTCapBuf (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c524 if (!memcmp(ht_info->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
525 pPeerHTCap = (struct ht_capab_ele *)(&ht_info->PeerHTCapBuf[4]); in HTOnAssocRsp()
527 pPeerHTCap = (struct ht_capab_ele *)(ht_info->PeerHTCapBuf); in HTOnAssocRsp()
643 memset((void *)(&ht_info->PeerHTCapBuf), 0, in HTInitializeHTInfo()
644 sizeof(ht_info->PeerHTCapBuf)); in HTInitializeHTInfo()
698 pNetwork->bssht.bd_ht_cap_len <= sizeof(ht_info->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
699 memcpy(ht_info->PeerHTCapBuf, in HTResetSelfAndSavePeerSetting()
H A Drtl819x_HT.h108 u8 PeerHTCapBuf[32]; member
H A Drtllib_softmac.c1993 memcpy(ieee->ht_info->PeerHTCapBuf, in rtllib_rx_assoc_resp()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c860 if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) in HTOnAssocRsp()
861 pPeerHTCap = (struct ht_capability_ele *)(&pHTInfo->PeerHTCapBuf[4]); in HTOnAssocRsp()
863 pPeerHTCap = (struct ht_capability_ele *)(pHTInfo->PeerHTCapBuf); in HTOnAssocRsp()
1055 memset(&pHTInfo->PeerHTCapBuf, 0, sizeof(pHTInfo->PeerHTCapBuf)); in HTInitializeHTInfo()
1129 if (pNetwork->bssht.bdHTCapLen > 0 && pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
1130 memcpy(pHTInfo->PeerHTCapBuf, pNetwork->bssht.bdHTCapBuf, pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
H A Drtl819x_HT.h147 u8 PeerHTCapBuf[32]; member
H A Dieee80211_softmac.c1941 memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen); in ieee80211_rx_frame_softmac()