Home
last modified time | relevance | path

Searched refs:pos_ht_cap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8192e/
A Drtl819x_HTProc.c230 void ht_construct_capability_element(struct rtllib_device *ieee, u8 *pos_ht_cap, in ht_construct_capability_element() argument
236 if (!pos_ht_cap || !ht) { in ht_construct_capability_element()
241 memset(pos_ht_cap, 0, *len); in ht_construct_capability_element()
246 memcpy(pos_ht_cap, EWC11NHTCap, sizeof(EWC11NHTCap)); in ht_construct_capability_element()
247 cap_ele = (struct ht_capab_ele *)&pos_ht_cap[4]; in ht_construct_capability_element()
250 cap_ele = (struct ht_capab_ele *)pos_ht_cap; in ht_construct_capability_element()
A Drtllib.h1728 u8 *pos_ht_cap, u8 *len,

Completed in 611 milliseconds