mwifiex_ie_types_htinfo
struct mwifiex_ie_types_htinfo *ht_info;
ht_info = (struct mwifiex_ie_types_htinfo *) *buffer;
sizeof(struct mwifiex_ie_types_htinfo));
*buffer += sizeof(struct mwifiex_ie_types_htinfo);
ret_len += sizeof(struct mwifiex_ie_types_htinfo);
ht_info = (struct mwifiex_ie_types_htinfo *) pos;
memset(ht_info, 0, sizeof(struct mwifiex_ie_types_htinfo));
pos += sizeof(struct mwifiex_ie_types_htinfo);
sizeof(struct mwifiex_ie_types_htinfo);
struct mwifiex_ie_types_htinfo *ht_info;