mwifiex_ie_types_htcap
struct mwifiex_ie_types_htcap *ht_cap;
ht_cap = (struct mwifiex_ie_types_htcap *) *buffer;
memset(ht_cap, 0, sizeof(struct mwifiex_ie_types_htcap));
*buffer += sizeof(struct mwifiex_ie_types_htcap);
ret_len += sizeof(struct mwifiex_ie_types_htcap);
ht_cap = (struct mwifiex_ie_types_htcap *) pos;
memset(ht_cap, 0, sizeof(struct mwifiex_ie_types_htcap));
pos += sizeof(struct mwifiex_ie_types_htcap);
cmd_append_size += sizeof(struct mwifiex_ie_types_htcap);
struct mwifiex_ie_types_htcap *ht_cap;
ht_cap = (struct mwifiex_ie_types_htcap *) tlv_pos;
memset(ht_cap, 0, sizeof(struct mwifiex_ie_types_htcap));
tlv_pos += sizeof(struct mwifiex_ie_types_htcap);
+ sizeof(struct mwifiex_ie_types_htcap) \
struct mwifiex_ie_types_htcap *ht_cap;
struct mwifiex_ie_types_htcap *ht_capab;
ht_capab = (struct mwifiex_ie_types_htcap *)(pos +
config_len += sizeof(struct mwifiex_ie_types_htcap);
struct mwifiex_ie_types_htcap *htcap;
htcap = (struct mwifiex_ie_types_htcap *)tlv;
cmd_size += sizeof(struct mwifiex_ie_types_htcap);
tlv += sizeof(struct mwifiex_ie_types_htcap);