Lines Matching refs:active

218 	const struct iwl_rxon_cmd *rxon2 = &ctx->active;  in iwlagn_send_rxon_assoc()
364 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_disconn() local
398 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_disconn()
441 memcmp(&ctx->active, &ctx->staging, sizeof(ctx->staging)); in iwl_set_tx_power()
464 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_connect() local
505 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_connect()
861 const struct iwl_rxon_cmd *active = &ctx->active; in iwl_full_rxon_required() local
879 CHK(!ether_addr_equal(staging->bssid_addr, active->bssid_addr)); in iwl_full_rxon_required()
880 CHK(!ether_addr_equal(staging->node_addr, active->node_addr)); in iwl_full_rxon_required()
882 active->wlap_bssid_addr)); in iwl_full_rxon_required()
883 CHK_NEQ(staging->dev_type, active->dev_type); in iwl_full_rxon_required()
884 CHK_NEQ(staging->channel, active->channel); in iwl_full_rxon_required()
885 CHK_NEQ(staging->air_propagation, active->air_propagation); in iwl_full_rxon_required()
887 active->ofdm_ht_single_stream_basic_rates); in iwl_full_rxon_required()
889 active->ofdm_ht_dual_stream_basic_rates); in iwl_full_rxon_required()
891 active->ofdm_ht_triple_stream_basic_rates); in iwl_full_rxon_required()
892 CHK_NEQ(staging->assoc_id, active->assoc_id); in iwl_full_rxon_required()
900 active->flags & RXON_FLG_BAND_24G_MSK); in iwl_full_rxon_required()
904 active->filter_flags & RXON_FILTER_ASSOC_MSK); in iwl_full_rxon_required()
1051 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_commit_rxon() local
1115 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_commit_rxon()
1268 if (!memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_mac_config()
1518 if (force || memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_bss_info_changed()
1568 if (memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_post_scan()