Home
last modified time | relevance | path

Searched refs:PHT_CAPABILITY_ELE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c134 PHT_CAPABILITY_ELE pCapELE; in HTDebugHTCapability()
139 pCapELE = (PHT_CAPABILITY_ELE)(&CapIE[4]); in HTDebugHTCapability()
141 pCapELE = (PHT_CAPABILITY_ELE)(&CapIE[0]); in HTDebugHTCapability()
233 else if (((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ChlWidth) // ap support 40 bw in IsHTHalfNmode40Bandwidth()
251 if (((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ShortGI40Mhz) // ap support 40 bw short GI in IsHTHalfNmodeSGI()
256 if (((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ShortGI20Mhz) // ap support 40 bw short GI in IsHTHalfNmodeSGI()
533 PHT_CAPABILITY_ELE pCapELE = NULL; in HTConstructCapabilityElement()
547 pCapELE = (PHT_CAPABILITY_ELE)&posHTCap[4]; in HTConstructCapabilityElement()
549 pCapELE = (PHT_CAPABILITY_ELE)posHTCap; in HTConstructCapabilityElement()
901 PHT_CAPABILITY_ELE pPeerHTCap = NULL; in HTOnAssocRsp()
[all …]
Drtl819x_HT.h127 } __attribute__ ((packed)) HT_CAPABILITY_ELE, *PHT_CAPABILITY_ELE; typedef
Dieee80211_wx.c150 PHT_CAPABILITY_ELE ht_cap = NULL; 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()