Searched refs:constraint (Results 1 – 5 of 5) sorted by relevance
43 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local61 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join()62 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join()63 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join()64 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join()65 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join()66 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
1571 u8 constraint; member1872 u8 constraint; member
676 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()
117 If this is set to 0, there's no extra constraint on the
143 struct powercap_zone_constraint *constraint; member