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
1740 IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n",
2068 /* Ucode must be active and driver must be non active */
2072 IL_ERR("removed non active STA %u\n", sta_id);
2163 D_INFO("Removing %pM but non DRIVER active\n", addr);
2168 D_INFO("Removing %pM but non UCODE active\n", addr);
2196 * which stations are active in the ucode. Call when something
2212 D_INFO("Clearing ucode active for station %d\n", i);
2220 D_INFO("No active stations found to be cleared\n");
2227 * All stations considered active by driver, but not present in ucode, is
2375 D_INFO("Channel %u is not an HT channel\n", il->active.channel);
2663 if (il->active.filter_flags & RXON_FILTER_DIS_DECRYPT_MSK)
3769 const struct il_rxon_cmd *active = &il->active;
3787 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr));
3788 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr));
3790 active->wlap_bssid_addr));
3791 CHK_NEQ(staging->dev_type, active->dev_type);
3792 CHK_NEQ(staging->channel, active->channel);
3793 CHK_NEQ(staging->air_propagation, active->air_propagation);
3795 active->ofdm_ht_single_stream_basic_rates);
3797 active->ofdm_ht_dual_stream_basic_rates);
3798 CHK_NEQ(staging->assoc_id, active->assoc_id);
3806 active->flags & RXON_FLG_BAND_24G_MSK);
3810 active->filter_flags & RXON_FILTER_ASSOC_MSK);
4029 il_get_channel_info(il, il->band, le16_to_cpu(il->active.channel));
4102 struct il_rxon_cmd *rxon = (void *)&il->active;
4301 * D0U* --> D0A* (powered-up active) state.
4379 memcmp(&il->active, &il->staging, sizeof(il->staging));
4415 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active");
4999 D_QOS("send QoS cmd with Qos active=%d FLAGS=0x%X\n",
5029 D_MAC80211("scan active\n");
5148 if (memcmp(&il->active, &il->staging, sizeof(il->staging)))
5446 memcpy((void *)&il->active, &il->staging,
5494 /* Discover which interrupts are active/pending */