Lines Matching refs:active
198 const struct iwl_rxon_cmd *rxon2 = &ctx->active; in iwlagn_send_rxon_assoc()
344 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_disconn() local
378 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_disconn()
421 memcmp(&ctx->active, &ctx->staging, sizeof(ctx->staging)); in iwl_set_tx_power()
444 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_connect() local
485 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_connect()
836 const struct iwl_rxon_cmd *active = &ctx->active; in iwl_full_rxon_required() local
854 CHK(!ether_addr_equal(staging->bssid_addr, active->bssid_addr)); in iwl_full_rxon_required()
855 CHK(!ether_addr_equal(staging->node_addr, active->node_addr)); in iwl_full_rxon_required()
857 active->wlap_bssid_addr)); in iwl_full_rxon_required()
858 CHK_NEQ(staging->dev_type, active->dev_type); in iwl_full_rxon_required()
859 CHK_NEQ(staging->channel, active->channel); in iwl_full_rxon_required()
860 CHK_NEQ(staging->air_propagation, active->air_propagation); in iwl_full_rxon_required()
862 active->ofdm_ht_single_stream_basic_rates); in iwl_full_rxon_required()
864 active->ofdm_ht_dual_stream_basic_rates); in iwl_full_rxon_required()
866 active->ofdm_ht_triple_stream_basic_rates); in iwl_full_rxon_required()
867 CHK_NEQ(staging->assoc_id, active->assoc_id); in iwl_full_rxon_required()
875 active->flags & RXON_FLG_BAND_24G_MSK); in iwl_full_rxon_required()
879 active->filter_flags & RXON_FILTER_ASSOC_MSK); in iwl_full_rxon_required()
1026 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_commit_rxon() local
1090 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_commit_rxon()
1243 if (!memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_mac_config()
1493 if (force || memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_bss_info_changed()
1543 if (memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_post_scan()