Searched refs:PHT_CAPABILITY_ELE (Results 1 – 3 of 3) sorted by relevance
128 PHT_CAPABILITY_ELE pCapELE; in HTDebugHTCapability()134 pCapELE = (PHT_CAPABILITY_ELE)(&CapIE[4]); in HTDebugHTCapability()136 pCapELE = (PHT_CAPABILITY_ELE)(&CapIE[0]); in HTDebugHTCapability()233 else if(((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ChlWidth) // ap support 40 bw in IsHTHalfNmode40Bandwidth()252 if(((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ShortGI40Mhz) // ap support 40 bw short GI in IsHTHalfNmodeSGI()259 if(((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ShortGI20Mhz) // ap support 40 bw short GI in IsHTHalfNmodeSGI()549 PHT_CAPABILITY_ELE pCapELE = NULL; in HTConstructCapabilityElement()562 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]); in HTConstructCapabilityElement()565 pCapELE = (PHT_CAPABILITY_ELE)posHTCap; in HTConstructCapabilityElement()940 PHT_CAPABILITY_ELE pPeerHTCap = NULL; in HTOnAssocRsp()[all …]
150 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()
180 } __attribute__ ((packed)) HT_CAPABILITY_ELE, *PHT_CAPABILITY_ELE; typedef