Searched refs:active_rxon (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-core.c631 * @priv: staging_rxon is compared to active_rxon
643 priv->active_rxon.bssid_addr) ||
645 priv->active_rxon.node_addr) ||
647 priv->active_rxon.wlap_bssid_addr) ||
648 (priv->staging_rxon.dev_type != priv->active_rxon.dev_type) ||
649 (priv->staging_rxon.channel != priv->active_rxon.channel) ||
651 priv->active_rxon.air_propagation) ||
653 priv->active_rxon.ofdm_ht_single_stream_basic_rates) ||
655 priv->active_rxon.ofdm_ht_dual_stream_basic_rates) ||
657 priv->active_rxon
[all...]
H A Diwl-rx.c269 if (priv->active_rxon.filter_flags & RXON_FILTER_DIS_DECRYPT_MSK)
H A Diwl-3945.c1434 .channel = priv->active_rxon.channel,
1440 le16_to_cpu(priv->active_rxon.channel));
1444 le16_to_cpu(priv->active_rxon.channel), priv->band);
1708 const struct iwl_rxon_cmd *rxon2 = &priv->active_rxon;
1743 * the active_rxon structure is updated with the new data. This
1749 /* cast away the const for active_rxon in this function */
1750 struct iwl3945_rxon_cmd *active_rxon = (void *)&priv->active_rxon; local
1784 memcpy(active_rxon, staging_rxon, sizeof(*active_rxon));
[all...]
H A Diwl-agn-hcmd.c45 const struct iwl_rxon_cmd *rxon2 = &priv->active_rxon;
H A Diwl-agn.c93 * the active_rxon structure is updated with the new data. This
99 /* cast away the const for active_rxon in this function */
100 struct iwl_rxon_cmd *active_rxon = (void *)&priv->active_rxon; local
138 memcpy(active_rxon, &priv->staging_rxon, sizeof(*active_rxon));
149 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
153 &priv->active_rxon);
156 * active_rxon back to what it was previously */
158 active_rxon
2641 struct iwl_rxon_cmd *active_rxon = local
[all...]
H A Diwl-4965.c1388 is_ht40 = is_ht40_channel(priv->active_rxon.flags);
1391 (priv->active_rxon.flags & RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK))
1395 cmd.channel = priv->active_rxon.channel;
1398 le16_to_cpu(priv->active_rxon.channel),
1414 const struct iwl_rxon_cmd *rxon2 = &priv->active_rxon;
1511 priv->active_rxon.channel, ch);
H A Diwl-5000.c296 priv->active_rxon.channel, ch);
334 priv->active_rxon.channel, ch);
H A Diwl-scan.c543 if (memcmp(&priv->active_rxon,
H A Diwl-6000.c219 priv->active_rxon.channel, ch);
257 priv->active_rxon.channel, ch);
H A Diwl-dev.h1167 const struct iwl_rxon_cmd active_rxon; member in struct:iwl_priv
1444 return (priv->active_rxon.filter_flags & RXON_FILTER_ASSOC_MSK) ? 1 : 0;
H A Diwl3945-base.c706 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
2510 struct iwl3945_rxon_cmd *active_rxon = local
2511 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
2514 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3066 vif->bss_conf.aid, priv->active_rxon.bssid_addr);
3523 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
3558 le32_to_cpu(priv->active_rxon.filter_flags));
3627 .channel = le16_to_cpu(priv->active_rxon.channel),
H A Diwl-3945-rs.c952 if (priv->active_rxon.flags & RXON_FLG_TGG_PROTECT_MSK) {
H A Diwl-debugfs.c1324 len = sprintf(buf, "0x%04X\n", le32_to_cpu(priv->active_rxon.flags));
1337 le32_to_cpu(priv->active_rxon.filter_flags));
H A Diwl-agn-lib.c1283 chan_mod = le32_to_cpu(priv->active_rxon.flags & RXON_FLG_CHANNEL_MODE_MSK)
H A Diwl-sta.c1151 priv->active_rxon.channel);

Completed in 433 milliseconds