Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/mwifiex/
D11h.c43 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local
61 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()
Dfw.h1571 u8 constraint; member
1872 u8 constraint; member
Duap_cmd.c676 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()
/drivers/video/fbdev/omap2/dss/
DKconfig117 If this is set to 0, there's no extra constraint on the
/drivers/powercap/
Dintel_rapl.c143 struct powercap_zone_constraint *constraint; member