Lines Matching defs:active
166 if (!ctx->active)
252 bool active = false;
272 * active/assigned channel contexts if
287 active = true;
290 active = true;
294 ctx->active = active;
399 if (ctx->active && sc->sched.extend_absence) {
408 if (ctx->active && sc->sched.beacon_miss >= 2) {
432 * When multiple contexts are active, the NoA
436 if (ctx->active && avp->noa_duration)
544 if (ctx->active && sc->sched.state == ATH_CHANCTX_STATE_IDLE) {
567 if (!ctx->active && avp->noa_duration &&
607 * with one or more active channel contexts - in both
621 * If multiple contexts are active, start periodic
625 if (ctx->active &&
630 if (ctx->active && sc->sched.force_noa_update)
717 /* If this is a station chanctx, stay active for a half
862 bool active)
869 if (active && !ctx->active)
1071 /* get first active channel context */
1073 if (ctx->active) {
1075 "Switch to oper/active context, "