Home
last modified time | relevance | path

Searched refs:bdHTCapBuf (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_rx.c1930 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf) ? in rtllib_parse_info_param()
1931 sizeof(network->bssht.bdHTCapBuf) : tmp_htcap_len; in rtllib_parse_info_param()
1932 memcpy(network->bssht.bdHTCapBuf, info_element->data, network->bssht.bdHTCapLen); in rtllib_parse_info_param()
1937 network->bssht.bdHT1R = ((((struct ht_capab_ele *)(network->bssht.bdHTCapBuf))->MCS[1]) == 0); in rtllib_parse_info_param()
2105 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf) ? in rtllib_parse_info_param()
2106 sizeof(network->bssht.bdHTCapBuf) : tmp_htcap_len; in rtllib_parse_info_param()
2107 memcpy(network->bssht.bdHTCapBuf, in rtllib_parse_info_param()
2113 network->bssht.bdHTCapBuf))->MCS[1]) == 0; in rtllib_parse_info_param()
2117 (network->bssht.bdHTCapBuf))->ChlWidth); in rtllib_parse_info_param()
2359 memcpy(dst->bssht.bdHTCapBuf, src->bssht.bdHTCapBuf, in update_network()
Drtl819x_HTProc.c702 memset(pBssHT->bdHTCapBuf, 0, sizeof(pBssHT->bdHTCapBuf)); in HTInitializeBssDesc()
731 pNetwork->bssht.bdHTCapBuf, in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h304 u8 bdHTCapBuf[32]; member
Drtllib_wx.c160 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
162 &network->bssht.bdHTCapBuf[4]; in rtl819x_translate_scan()
165 &network->bssht.bdHTCapBuf[0]; in rtl819x_translate_scan()
Drtllib_softmac.c2264 network->bssht.bdHTCapBuf, in rtllib_rx_assoc_resp()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1833 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\ in ieee80211_parse_info_param()
1834 sizeof(network->bssht.bdHTCapBuf):tmp_htcap_len; in ieee80211_parse_info_param()
1835 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
2013 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\ in ieee80211_parse_info_param()
2014 sizeof(network->bssht.bdHTCapBuf):tmp_htcap_len; in ieee80211_parse_info_param()
2015 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen); in ieee80211_parse_info_param()
2325 memcpy(dst->bssht.bdHTCapBuf,src->bssht.bdHTCapBuf,src->bssht.bdHTCapLen); in update_network()
Dieee80211_wx.c153 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
154 ht_cap = (PHT_CAPABILITY_ELE)&network->bssht.bdHTCapBuf[4]; in rtl819x_translate_scan()
156 ht_cap = (PHT_CAPABILITY_ELE)&network->bssht.bdHTCapBuf[0]; in rtl819x_translate_scan()
Drtl819x_HTProc.c1194 memset(pBssHT->bdHTCapBuf, 0, sizeof(pBssHT->bdHTCapBuf)); in HTInitializeBssDesc()
1234 memcpy(pHTInfo->PeerHTCapBuf, pNetwork->bssht.bdHTCapBuf, pNetwork->bssht.bdHTCapLen); in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h385 u8 bdHTCapBuf[32]; member
Dieee80211_softmac.c2037 memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen); in ieee80211_rx_frame_softmac()