• Home
  • Raw
  • Download

Lines Matching refs:active

203 	const struct iwl_rxon_cmd *rxon2 = &ctx->active;  in iwlagn_send_rxon_assoc()
349 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_disconn() local
383 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_disconn()
426 memcmp(&ctx->active, &ctx->staging, sizeof(ctx->staging)); in iwl_set_tx_power()
449 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_connect() local
490 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_rxon_connect()
841 const struct iwl_rxon_cmd *active = &ctx->active; in iwl_full_rxon_required() local
859 CHK(!ether_addr_equal(staging->bssid_addr, active->bssid_addr)); in iwl_full_rxon_required()
860 CHK(!ether_addr_equal(staging->node_addr, active->node_addr)); in iwl_full_rxon_required()
862 active->wlap_bssid_addr)); in iwl_full_rxon_required()
863 CHK_NEQ(staging->dev_type, active->dev_type); in iwl_full_rxon_required()
864 CHK_NEQ(staging->channel, active->channel); in iwl_full_rxon_required()
865 CHK_NEQ(staging->air_propagation, active->air_propagation); in iwl_full_rxon_required()
867 active->ofdm_ht_single_stream_basic_rates); in iwl_full_rxon_required()
869 active->ofdm_ht_dual_stream_basic_rates); in iwl_full_rxon_required()
871 active->ofdm_ht_triple_stream_basic_rates); in iwl_full_rxon_required()
872 CHK_NEQ(staging->assoc_id, active->assoc_id); in iwl_full_rxon_required()
880 active->flags & RXON_FLG_BAND_24G_MSK); in iwl_full_rxon_required()
884 active->filter_flags & RXON_FILTER_ASSOC_MSK); in iwl_full_rxon_required()
1031 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_commit_rxon() local
1095 memcpy(active, &ctx->staging, sizeof(*active)); in iwlagn_commit_rxon()
1248 if (!memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_mac_config()
1498 if (force || memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_bss_info_changed()
1548 if (memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) in iwlagn_post_scan()