Searched refs:ps_tlv (Results 1 – 1 of 1) sorted by relevance
1300 struct mwifiex_ie_types_ps_param *ps_tlv = in mwifiex_cmd_enh_power_mode() local1302 struct mwifiex_ps_param *ps_mode = &ps_tlv->param; in mwifiex_cmd_enh_power_mode()1303 ps_tlv->header.type = cpu_to_le16(TLV_TYPE_PS_PARAM); in mwifiex_cmd_enh_power_mode()1304 ps_tlv->header.len = cpu_to_le16(sizeof(*ps_tlv) - in mwifiex_cmd_enh_power_mode()1306 cmd_size += sizeof(*ps_tlv); in mwifiex_cmd_enh_power_mode()1307 tlv += sizeof(*ps_tlv); in mwifiex_cmd_enh_power_mode()