Searched defs:ht_cap_len (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c998 u8 ht_cap_len=0; local
1023 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap);
1024 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, encrypt);
1057 + ht_cap_len
1069 + ht_cap_len
1178 tag = skb_put(skb, ht_cap_len);
1180 *tag++ = ht_cap_len - 2;
1181 memcpy(tag, ht_cap_buf,ht_cap_len -2);
1182 tag += ht_cap_len -2;
1207 tag = skb_put(skb, ht_cap_len);
[all...]
H A Dieee80211.h1493 u16 ht_cap_len; member in struct:_bss_ht
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1180 u8 ht_cap_len = 0; local
1219 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap);
1220 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len,
1251 + ht_cap_len
1361 tag = skb_put(skb, ht_cap_len);
1363 *tag++ = ht_cap_len - 2;
1364 memcpy(tag, ht_cap_buf, ht_cap_len - 2);
1365 tag += ht_cap_len - 2;
1397 tag = skb_put(skb, ht_cap_len);
1399 *tag++ = ht_cap_len
[all...]

Completed in 85 milliseconds