Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8192e/
Drtl819x_HTProc.c693 pBssHT->bdHTCapLen = 0; in HTInitializeBssDesc()
718 if (pNetwork->bssht.bdHTCapLen > 0 && in HTResetSelfAndSavePeerSetting()
719 pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
722 pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h186 u16 bdHTCapLen; member
Drtllib_rx.c1855 network->bssht.bdHTCapLen = min_t(u16, *tmp_htcap_len, sizeof(network->bssht.bdHTCapBuf)); in rtllib_parse_mife_generic()
1858 network->bssht.bdHTCapLen); in rtllib_parse_mife_generic()
2025 ht->bdHTCapLen = min_t(u16, *tmp_htcap_len, in rtllib_parse_mfie_ht_cap()
2027 memcpy(ht->bdHTCapBuf, info_element->data, ht->bdHTCapLen); in rtllib_parse_mfie_ht_cap()
2462 dst->bssht.bdHTCapLen = src->bssht.bdHTCapLen; in update_network()
2464 src->bssht.bdHTCapLen); in update_network()
Drtllib_softmac.c2243 network->bssht.bdHTCapLen); in rtllib_rx_assoc_resp()
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1093 pBssHT->bdHTCapLen = 0; in HTInitializeBssDesc()
1132 if (pNetwork->bssht.bdHTCapLen > 0 && pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf)) in HTResetSelfAndSavePeerSetting()
1133 memcpy(pHTInfo->PeerHTCapBuf, pNetwork->bssht.bdHTCapBuf, pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h231 u16 bdHTCapLen; member
Dieee80211_rx.c1746 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf) ? \ in ieee80211_parse_info_param()
1748 memcpy(network->bssht.bdHTCapBuf, info_element->data, network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
1907 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf) ? \ in ieee80211_parse_info_param()
1909 memcpy(network->bssht.bdHTCapBuf, info_element->data, network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
2186 dst->bssht.bdHTCapLen = src->bssht.bdHTCapLen; in update_network()
2187 memcpy(dst->bssht.bdHTCapBuf, src->bssht.bdHTCapBuf, src->bssht.bdHTCapLen); in update_network()
Dieee80211_softmac.c1933 memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen); in ieee80211_rx_frame_softmac()