Searched refs:pos_ht_cap (Results 1 – 2 of 2) sorted by relevance
230 void ht_construct_capability_element(struct rtllib_device *ieee, u8 *pos_ht_cap, in ht_construct_capability_element() argument236 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()
1728 u8 *pos_ht_cap, u8 *len,
Completed in 611 milliseconds