Lines Matching refs:active
217 const struct iwl_rxon_cmd *rxon2 = &ctx->active; in iwlagn_send_rxon_assoc()
363 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_disconn() local
397 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_disconn()
440 memcmp(&ctx->active, &ctx->staging, sizeof(ctx->staging)); in iwl_set_tx_power()
463 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_connect() local
504 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_connect()
860 const struct iwl_rxon_cmd *active = &ctx->active; in iwl_full_rxon_required() local
878 CHK(!ether_addr_equal(staging->bssid_addr, active->bssid_addr)); in iwl_full_rxon_required()
879 CHK(!ether_addr_equal(staging->node_addr, active->node_addr)); in iwl_full_rxon_required()
881 active->wlap_bssid_addr)); in iwl_full_rxon_required()
882 CHK_NEQ(staging->dev_type, active->dev_type); in iwl_full_rxon_required()
883 CHK_NEQ(staging->channel, active->channel); in iwl_full_rxon_required()
884 CHK_NEQ(staging->air_propagation, active->air_propagation); in iwl_full_rxon_required()
886 active->ofdm_ht_single_stream_basic_rates); in iwl_full_rxon_required()
888 active->ofdm_ht_dual_stream_basic_rates); in iwl_full_rxon_required()
890 active->ofdm_ht_triple_stream_basic_rates); in iwl_full_rxon_required()
891 CHK_NEQ(staging->assoc_id, active->assoc_id); in iwl_full_rxon_required()
899 active->flags & RXON_FLG_BAND_24G_MSK); in iwl_full_rxon_required()
903 active->filter_flags & RXON_FILTER_ASSOC_MSK); in iwl_full_rxon_required()
1050 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_commit_rxon() local
1114 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_commit_rxon()
1267 if (!memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_mac_config()
1517 if (force || memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_bss_info_changed()
1567 if (memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_post_scan()