Searched refs:ChlWidth (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 140 …IEEE80211_DEBUG(IEEE80211_DL_HT, "\tSupported Channel Width = %s\n", (pCapELE->ChlWidth)?"20MHz":… in HTDebugHTCapability() 233 else if(((PHT_CAPABILITY_ELE)(pHTInfo->PeerHTCapBuf))->ChlWidth) // ap support 40 bw in IsHTHalfNmode40Bandwidth() 573 pCapELE->ChlWidth = 0; in HTConstructCapabilityElement() 577 pCapELE->ChlWidth = (pHT->bRegBW40MHz?1:0); in HTConstructCapabilityElement() 598 …DL_HT, "TX HT cap/info ele BW=%d MaxAMSDUSize:%d DssCCk:%d\n", pCapELE->ChlWidth, pCapELE->MaxAMSD… in HTConstructCapabilityElement() 977 …HTSetConnectBwMode(ieee, (HT_CHANNEL_WIDTH)(pPeerHTCap->ChlWidth), (HT_EXTCHNL_OFFSET)(pPeerHTInfo… in HTOnAssocRsp()
|
D | rtl819x_HT.h | 148 u8 ChlWidth:1; member
|
D | ieee80211_wx.c | 157 is40M = (ht_cap->ChlWidth)?1:0; in rtl819x_translate_scan() 158 isShortGI = (ht_cap->ChlWidth)? in rtl819x_translate_scan()
|
/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 309 pCapELE->ChlWidth = 0; in HTConstructCapabilityElement() 311 pCapELE->ChlWidth = (pHT->bRegBW40MHz ? 1 : 0); in HTConstructCapabilityElement() 329 pCapELE->ChlWidth, pCapELE->MaxAMSDUSize, pCapELE->DssCCk); in HTConstructCapabilityElement() 359 pCapELE->ChlWidth = 0; in HTConstructCapabilityElement() 559 HTSetConnectBwMode(ieee, (enum ht_channel_width)(pPeerHTCap->ChlWidth), in HTOnAssocRsp()
|
D | rtl819x_HT.h | 37 u8 ChlWidth:1; member
|
D | rtllib_wx.c | 162 is40M = (ht_cap->ChlWidth) ? 1 : 0; in rtl819x_translate_scan() 163 isShortGI = (ht_cap->ChlWidth) ? in rtl819x_translate_scan()
|
D | rtllib_rx.c | 2055 (ht->bdHTCapBuf))->ChlWidth); in rtllib_parse_mfie_ht_cap()
|