Searched refs:pwr_ct (Results 1 – 1 of 1) sorted by relevance
494 struct host_cmd_tlv_power_constraint *pwr_ct; in mwifiex_uap_bss_param_prepare() local674 pwr_ct = (void *)tlv; in mwifiex_uap_bss_param_prepare()675 pwr_ct->header.type = cpu_to_le16(TLV_TYPE_PWR_CONSTRAINT); in mwifiex_uap_bss_param_prepare()676 pwr_ct->header.len = cpu_to_le16(sizeof(u8)); in mwifiex_uap_bss_param_prepare()677 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()678 cmd_size += sizeof(*pwr_ct); in mwifiex_uap_bss_param_prepare()679 tlv += sizeof(*pwr_ct); in mwifiex_uap_bss_param_prepare()