Lines Matching defs:active
1230 /* For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
1240 * Must be set longer than active dwell time.
1275 * due to simply not being in an active scan which
1742 IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n",
2070 /* Ucode must be active and driver must be non active */
2074 IL_ERR("removed non active STA %u\n", sta_id);
2165 D_INFO("Removing %pM but non DRIVER active\n", addr);
2170 D_INFO("Removing %pM but non UCODE active\n", addr);
2198 * which stations are active in the ucode. Call when something
2214 D_INFO("Clearing ucode active for station %d\n", i);
2222 D_INFO("No active stations found to be cleared\n");
2229 * All stations considered active by driver, but not present in ucode, is
2377 D_INFO("Channel %u is not an HT channel\n", il->active.channel);
2665 if (il->active.filter_flags & RXON_FILTER_DIS_DECRYPT_MSK)
3772 const struct il_rxon_cmd *active = &il->active;
3790 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr));
3791 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr));
3793 active->wlap_bssid_addr));
3794 CHK_NEQ(staging->dev_type, active->dev_type);
3795 CHK_NEQ(staging->channel, active->channel);
3796 CHK_NEQ(staging->air_propagation, active->air_propagation);
3798 active->ofdm_ht_single_stream_basic_rates);
3800 active->ofdm_ht_dual_stream_basic_rates);
3801 CHK_NEQ(staging->assoc_id, active->assoc_id);
3809 active->flags & RXON_FLG_BAND_24G_MSK);
3813 active->filter_flags & RXON_FILTER_ASSOC_MSK);
4032 il_get_channel_info(il, il->band, le16_to_cpu(il->active.channel));
4105 struct il_rxon_cmd *rxon = (void *)&il->active;
4304 * D0U* --> D0A* (powered-up active) state.
4382 memcmp(&il->active, &il->staging, sizeof(il->staging));
4418 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active");
5001 D_QOS("send QoS cmd with Qos active=%d FLAGS=0x%X\n",
5031 D_MAC80211("scan active\n");
5150 if (memcmp(&il->active, &il->staging, sizeof(il->staging)))
5448 memcpy((void *)&il->active, &il->staging,
5496 /* Discover which interrupts are active/pending */