Searched refs:bssht (Results 1 - 12 of 12) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_rx.c1937 network->bssht.bdHTSpecVer = HT_SPEC_VER_EWC;
1938 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf) ?
1939 sizeof(network->bssht.bdHTCapBuf) : tmp_htcap_len;
1940 memcpy(network->bssht.bdHTCapBuf, info_element->data, network->bssht.bdHTCapLen);
1944 network->bssht.bdSupportHT = true;
1945 network->bssht.bdHT1R = ((((struct ht_capab_ele *)(network->bssht.bdHTCapBuf))->MCS[1]) == 0);
1947 network->bssht
[all...]
H A Drtl819x_HTProc.c331 else if (net->bssht.bdRT2RTAggregation)
343 if (net->bssht.bdRT2RTAggregation) {
345 if (net->bssht.RT2RT_HT_Mode & RT_HT_CAP_USE_92SE)
347 if (net->bssht.RT2RT_HT_Mode & RT_HT_CAP_USE_SOFTAP)
760 if (ieee->current_network.bssht.bdRT2RTAggregation) {
880 if (pNetwork->bssht.bdSupportHT) {
882 pHTInfo->ePeerHTSpecVer = pNetwork->bssht.bdHTSpecVer;
884 if (pNetwork->bssht.bdHTCapLen > 0 &&
885 pNetwork->bssht.bdHTCapLen <= sizeof(pHTInfo->PeerHTCapBuf))
887 pNetwork->bssht
[all...]
H A Drtllib_wx.c161 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4))
163 &network->bssht.bdHTCapBuf[4];
166 &network->bssht.bdHTCapBuf[0];
H A Drtllib_softmac.c1718 ieee->current_network.bssht.bdSupportHT,
1733 ieee->current_network.bssht.bdSupportHT)
2251 network->bssht.bdHTCapBuf,
2252 network->bssht.bdHTCapLen);
2254 network->bssht.bdHTInfoBuf,
2255 network->bssht.bdHTInfoLen);
H A Drtllib.h1655 struct bss_ht bssht; member in struct:rtllib_network
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c1843 network->bssht.bdHTSpecVer = HT_SPEC_VER_EWC;
1844 network->bssht.bdHTCapLen = tmp_htcap_len > sizeof(network->bssht.bdHTCapBuf)?\
1845 sizeof(network->bssht.bdHTCapBuf):tmp_htcap_len;
1846 memcpy(network->bssht.bdHTCapBuf,info_element->data,network->bssht.bdHTCapLen);
1850 network->bssht.bdSupportHT = true;
1852 network->bssht.bdSupportHT = false;
1865 network->bssht.bdHTSpecVer = HT_SPEC_VER_EWC;
1867 network->bssht
[all...]
H A Drtl819x_HTProc.c364 else if(net->bssht.bdRT2RTAggregation)
383 if(net->bssht.bdRT2RTAggregation)
1042 if (ieee->current_network.bssht.bdRT2RTAggregation)
1221 // PHT_CAPABILITY_ELE pPeerHTCap = (PHT_CAPABILITY_ELE)pNetwork->bssht.bdHTCapBuf;
1222 // PHT_INFORMATION_ELE pPeerHTInfo = (PHT_INFORMATION_ELE)pNetwork->bssht.bdHTInfoBuf;
1231 // if( pHTInfo->bEnableHT && pNetwork->bssht.bdSupportHT)
1232 if (pNetwork->bssht.bdSupportHT)
1235 pHTInfo->ePeerHTSpecVer = pNetwork->bssht.bdHTSpecVer;
1238 if(pNetwork->bssht.bdHTCapLen > 0 && pNetwork->bssht
[all...]
H A Dieee80211_wx.c153 if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4))
154 ht_cap = (PHT_CAPABILITY_ELE)&network->bssht.bdHTCapBuf[4];
156 ht_cap = (PHT_CAPABILITY_ELE)&network->bssht.bdHTCapBuf[0];
H A Dieee80211_softmac.c1468 printk(KERN_INFO"Linking with %s,channel:%d, qos:%d, myHT:%d, networkHT:%d\n",ieee->current_network.ssid,ieee->current_network.channel, ieee->current_network.qos_data.supported, ieee->pHTInfo->bEnableHT, ieee->current_network.bssht.bdSupportHT);
1477 // (ieee->pHTInfo->bEnableHT && ieee->current_network.bssht.bdSupportHT))
1478 ieee->current_network.bssht.bdSupportHT)
1976 memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen);
1977 memcpy(ieee->pHTInfo->PeerHTInfoBuf, network->bssht.bdHTInfoBuf, network->bssht.bdHTInfoLen);
H A Dieee80211.h1578 BSS_HT bssht; member in struct:ieee80211_network
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c584 net->bssht.bdRT2RTLongSlotTime;
585 ieee->pHTInfo->RT2RT_HT_Mode = net->bssht.RT2RT_HT_Mode;
/drivers/staging/rtl8192u/
H A Dr8192U_core.c2363 ieee->pHTInfo->bCurrentRT2RTLongSlotTime = net->bssht.bdRT2RTLongSlotTime;

Completed in 739 milliseconds