Searched refs:ht_cap_buf (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 949 u8 *ht_cap_buf = NULL; in ieee80211_association_req() local 973 ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_association_req() 975 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, encrypt); in ieee80211_association_req() 1117 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req() 1142 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req()
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 1149 u8 *ht_cap_buf = NULL; in rtllib_association_req() local 1188 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req() 1190 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, in rtllib_association_req() 1333 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req() 1367 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()
|