Searched refs:pwr_ct (Results 1 – 1 of 1) sorted by relevance
483 struct host_cmd_tlv_power_constraint *pwr_ct; in mwifiex_uap_bss_param_prepare() local663 pwr_ct = (void *)tlv; in mwifiex_uap_bss_param_prepare()664 pwr_ct->header.type = cpu_to_le16(TLV_TYPE_PWR_CONSTRAINT); in mwifiex_uap_bss_param_prepare()665 pwr_ct->header.len = cpu_to_le16(sizeof(u8)); in mwifiex_uap_bss_param_prepare()666 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()667 cmd_size += sizeof(*pwr_ct); in mwifiex_uap_bss_param_prepare()668 tlv += sizeof(*pwr_ct); in mwifiex_uap_bss_param_prepare()