SelfHTCap 117 drivers/staging/rtl8192e/rtl819x_HT.h struct ht_capab_ele SelfHTCap; SelfHTCap 658 drivers/staging/rtl8192e/rtl819x_HTProc.c memset((void *)(&(pHTInfo->SelfHTCap)), 0, SelfHTCap 659 drivers/staging/rtl8192e/rtl819x_HTProc.c sizeof(pHTInfo->SelfHTCap)); SelfHTCap 860 drivers/staging/rtl8192e/rtllib_softmac.c tmp_ht_cap_buf = (u8 *) &(ieee->pHTInfo->SelfHTCap); SelfHTCap 861 drivers/staging/rtl8192e/rtllib_softmac.c tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); SelfHTCap 1189 drivers/staging/rtl8192e/rtllib_softmac.c ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); SelfHTCap 1190 drivers/staging/rtl8192e/rtllib_softmac.c ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); SelfHTCap 700 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c tmp_ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; SelfHTCap 701 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); SelfHTCap 973 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; SelfHTCap 974 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); SelfHTCap 143 drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h struct ht_capability_ele SelfHTCap; // This is HT cap element sent to peer STA, which also indicate HT Rx capabilities. SelfHTCap 1056 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c memset(&pHTInfo->SelfHTCap, 0, sizeof(pHTInfo->SelfHTCap));