Home
last modified time | relevance | path

Searched refs:bdHTCapLen (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_HTProc.c701 pBssHT->bdHTCapLen = 0; in HTInitializeBssDesc()
726 if (pNetwork->bssht.bdHTCapLen > 0 && in HTResetSelfAndSavePeerSetting()
727 pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
730 pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h194 u16 bdHTCapLen; member
Drtllib_rx.c1874 network->bssht.bdHTCapLen = min_t(u16, *tmp_htcap_len, sizeof(network->bssht.bdHTCapBuf)); in rtllib_parse_mife_generic()
1877 network->bssht.bdHTCapLen); in rtllib_parse_mife_generic()
2045 ht->bdHTCapLen = min_t(u16, *tmp_htcap_len, in rtllib_parse_mfie_ht_cap()
2047 memcpy(ht->bdHTCapBuf, info_element->data, ht->bdHTCapLen); in rtllib_parse_mfie_ht_cap()
2482 dst->bssht.bdHTCapLen = src->bssht.bdHTCapLen; in update_network()
2484 src->bssht.bdHTCapLen); in update_network()
Drtllib_softmac.c2252 network->bssht.bdHTCapLen); in rtllib_rx_assoc_resp()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1195 pBssHT->bdHTCapLen = 0; in HTInitializeBssDesc()
1233 if(pNetwork->bssht.bdHTCapLen > 0 && pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
1234 memcpy(pHTInfo->PeerHTCapBuf, pNetwork->bssht.bdHTCapBuf, pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
Dieee80211_rx.c1817 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\ in ieee80211_parse_info_param()
1819 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
1997 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\ in ieee80211_parse_info_param()
1999 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
2307 dst->bssht.bdHTCapLen= src->bssht.bdHTCapLen; in update_network()
2308 memcpy(dst->bssht.bdHTCapBuf,src->bssht.bdHTCapBuf,src->bssht.bdHTCapLen); in update_network()
Drtl819x_HT.h386 u16 bdHTCapLen; member
Dieee80211_softmac.c2027 memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen); in ieee80211_rx_frame_softmac()