Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/rtl8192e/
Drtl819x_HT.h117 struct ht_capab_ele SelfHTCap; member
Drtl819x_HTProc.c645 memset((void *)(&(pHTInfo->SelfHTCap)), 0, in HTInitializeHTInfo()
646 sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
Drtllib_softmac.c859 tmp_ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
860 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
1188 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
1189 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
/Linux-v6.1/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h143 …struct ht_capability_ele SelfHTCap; // This is HT cap element sent to peer STA, which also indica… member
Drtl819x_HTProc.c1053 memset(&pHTInfo->SelfHTCap, 0, sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
Dieee80211_softmac.c700 tmp_ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_probe_resp()
701 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_probe_resp()
973 ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_association_req()
974 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()