Home
last modified time | relevance | path

Searched refs:SelfHTCap (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8192e/
Drtl819x_HT.h125 struct ht_capab_ele SelfHTCap; member
Drtl819x_HTProc.c666 memset((void *)(&(pHTInfo->SelfHTCap)), 0, in HTInitializeHTInfo()
667 sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
Drtllib_softmac.c865 tmp_ht_cap_buf = (u8 *) &(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
866 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
1199 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
1200 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h262 …HT_CAPABILITY_ELE SelfHTCap; // This is HT cap element sent to peer STA, which also indicate HT R… member
Drtl819x_HTProc.c1158 memset((void *)(&(pHTInfo->SelfHTCap)), 0, sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
Dieee80211_softmac.c734 tmp_ht_cap_buf =(u8 *) &(ieee->pHTInfo->SelfHTCap); in ieee80211_probe_resp()
735 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_probe_resp()
1023 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()
1024 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()