Home
last modified time | relevance | path

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

/Linux-v4.19/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.c863 tmp_ht_cap_buf = (u8 *) &(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
864 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
1192 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
1193 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h199 …HT_CAPABILITY_ELE SelfHTCap; // This is HT cap element sent to peer STA, which also indicate HT R… member
Drtl819x_HTProc.c1119 memset(&pHTInfo->SelfHTCap, 0, sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
Dieee80211_softmac.c701 tmp_ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_probe_resp()
702 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_probe_resp()
975 ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_association_req()
976 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()