Searched refs:ht_cap_buf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 951 u8 *ht_cap_buf = NULL; in ieee80211_association_req() local 975 ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_association_req() 977 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, encrypt); in ieee80211_association_req() 1119 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req() 1144 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 1153 u8 *ht_cap_buf = NULL; in rtllib_association_req() local 1192 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req() 1194 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, in rtllib_association_req() 1337 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req() 1372 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()
|