Searched refs:pwr_ct (Results 1 – 1 of 1) sorted by relevance
484 struct host_cmd_tlv_power_constraint *pwr_ct; in mwifiex_uap_bss_param_prepare() local671 pwr_ct = (void *)tlv; in mwifiex_uap_bss_param_prepare()672 pwr_ct->header.type = cpu_to_le16(TLV_TYPE_PWR_CONSTRAINT); in mwifiex_uap_bss_param_prepare()673 pwr_ct->header.len = cpu_to_le16(sizeof(u8)); in mwifiex_uap_bss_param_prepare()674 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()675 cmd_size += sizeof(*pwr_ct); in mwifiex_uap_bss_param_prepare()676 tlv += sizeof(*pwr_ct); in mwifiex_uap_bss_param_prepare()