Lines Matching defs:needed
1274 bool needed;
1280 needed = ath10k_mac_monitor_vdev_is_needed(ar);
1284 "mac monitor recalc started? %d needed? %d allowed? %d\n",
1285 ar->monitor_started, needed, allowed);
1287 if (WARN_ON(needed && !allowed)) {
1301 if (needed == ar->monitor_started)
1304 if (needed)
5684 ath10k_warn(ar, "cryptmode module param needed for sw crypto\n");
6493 * This is also needed for 636 fw for IBSS-RSN to work more reliably.
8100 * For now it is needed to reply to Probe Requests in IBSS mode.