Searched refs:ps_tlv (Results 1 – 1 of 1) sorted by relevance
1332 struct mwifiex_ie_types_ps_param *ps_tlv = in mwifiex_cmd_enh_power_mode() local1334 struct mwifiex_ps_param *ps_mode = &ps_tlv->param; in mwifiex_cmd_enh_power_mode()1335 ps_tlv->header.type = cpu_to_le16(TLV_TYPE_PS_PARAM); in mwifiex_cmd_enh_power_mode()1336 ps_tlv->header.len = cpu_to_le16(sizeof(*ps_tlv) - in mwifiex_cmd_enh_power_mode()1338 cmd_size += sizeof(*ps_tlv); in mwifiex_cmd_enh_power_mode()1339 tlv += sizeof(*ps_tlv); in mwifiex_cmd_enh_power_mode()