Searched refs:ht_cap_buf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 991 u8 *ht_cap_buf = NULL; in rtllib_association_req() local 1030 ht_cap_buf = (u8 *)&(ieee->ht_info->SelfHTCap); in rtllib_association_req() 1032 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, in rtllib_association_req() 1172 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req() 1206 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A 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()
|