Home
last modified time | relevance | path

Searched refs:pHTInfoEle (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c169 PHT_INFORMATION_ELE pHTInfoEle; in HTDebugHTInfo() local
174 pHTInfoEle = (PHT_INFORMATION_ELE)(&InfoIE[4]); in HTDebugHTInfo()
176 pHTInfoEle = (PHT_INFORMATION_ELE)(&InfoIE[0]); in HTDebugHTInfo()
181 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tPrimary channel = %d\n", pHTInfoEle->ControlChl); in HTDebugHTInfo()
183 switch (pHTInfoEle->ExtChlOffset) { in HTDebugHTInfo()
197 …IEEE80211_DEBUG(IEEE80211_DL_HT, "\tRecommended channel width = %s\n", (pHTInfoEle->RecommemdedTxW… in HTDebugHTInfo()
200 switch (pHTInfoEle->OptMode) { in HTDebugHTInfo()
215 …IEEE80211_DEBUG(IEEE80211_DL_HT, "\tBasic MCS Rate Set = [%x][%x][%x][%x][%x]\n", pHTInfoEle->Basi… in HTDebugHTInfo()
216pHTInfoEle->BasicMSC[1], pHTInfoEle->BasicMSC[2], pHTInfoEle->BasicMSC[3], pHTInfoEle->BasicMSC[4]… in HTDebugHTInfo()
647 PHT_INFORMATION_ELE pHTInfoEle = (PHT_INFORMATION_ELE)posHTInfo; in HTConstructInfoElement() local
[all …]
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_HTProc.c369 struct ht_info_ele *pHTInfoEle = (struct ht_info_ele *)posHTInfo; in HTConstructInfoElement() local
371 if ((posHTInfo == NULL) || (pHTInfoEle == NULL)) { in HTConstructInfoElement()
381 pHTInfoEle->ControlChl = ieee->current_network.channel; in HTConstructInfoElement()
382 pHTInfoEle->ExtChlOffset = ((pHT->bRegBW40MHz == false) ? in HTConstructInfoElement()
387 pHTInfoEle->RecommemdedTxWidth = pHT->bRegBW40MHz; in HTConstructInfoElement()
388 pHTInfoEle->RIFS = 0; in HTConstructInfoElement()
389 pHTInfoEle->PSMPAccessOnly = 0; in HTConstructInfoElement()
390 pHTInfoEle->SrvIntGranularity = 0; in HTConstructInfoElement()
391 pHTInfoEle->OptMode = pHT->CurrentOpMode; in HTConstructInfoElement()
392 pHTInfoEle->NonGFDevPresent = 0; in HTConstructInfoElement()
[all …]