Lines Matching defs:needed
1263 bool needed;
1269 needed = ath10k_mac_monitor_vdev_is_needed(ar);
1273 "mac monitor recalc started? %d needed? %d allowed? %d\n",
1274 ar->monitor_started, needed, allowed);
1276 if (WARN_ON(needed && !allowed)) {
1290 if (needed == ar->monitor_started)
1293 if (needed)
5528 ath10k_warn(ar, "cryptmode module param needed for sw crypto\n");
6344 * This is also needed for 636 fw for IBSS-RSN to work more reliably.
7947 * For now it is needed to reply to Probe Requests in IBSS mode.