Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1865 network->bssht.bdHTCapLen = min_t(u16, *tmp_htcap_len, sizeof(network->bssht.bdHTCapBuf)); in rtllib_parse_mife_generic()
1868 network->bssht.bdHTCapLen); in rtllib_parse_mife_generic()
2035 ht->bdHTCapLen = min_t(u16, *tmp_htcap_len, in rtllib_parse_mfie_ht_cap()
2037 memcpy(ht->bdHTCapBuf, info_element->data, ht->bdHTCapLen); in rtllib_parse_mfie_ht_cap()
2472 dst->bssht.bdHTCapLen = src->bssht.bdHTCapLen; in update_network()
2474 src->bssht.bdHTCapLen); in update_network()
Drtllib_softmac.c2250 network->bssht.bdHTCapLen); in rtllib_rx_assoc_resp()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1157 pBssHT->bdHTCapLen = 0; in HTInitializeBssDesc()
1196 if (pNetwork->bssht.bdHTCapLen > 0 && pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
1197 memcpy(pHTInfo->PeerHTCapBuf, pNetwork->bssht.bdHTCapBuf, pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h292 u16 bdHTCapLen; member
Dieee80211_rx.c1815 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\ in ieee80211_parse_info_param()
1817 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
1995 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\ in ieee80211_parse_info_param()
1997 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
2305 dst->bssht.bdHTCapLen= src->bssht.bdHTCapLen; in update_network()
2306 memcpy(dst->bssht.bdHTCapBuf,src->bssht.bdHTCapBuf,src->bssht.bdHTCapLen); in update_network()
Dieee80211_softmac.c1930 memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen); in ieee80211_rx_frame_softmac()