Lines Matching defs:enabled
2216 wil_err(wil, "not supported with AP SME enabled\n");
2261 wil_dbg_misc(wil, "not supported with AP SME enabled\n");
2407 bool enabled, int timeout)
2412 wil_dbg_misc(wil, "enabled=%d, timeout=%d\n",
2413 enabled, timeout);
2415 if (enabled)
2584 const bool enabled)
2588 if (wil->multicast_to_unicast == enabled)
2591 wil_info(wil, "set multicast to unicast, enabled=%d\n", enabled);
2592 wil->multicast_to_unicast = enabled;