Home
last modified time | relevance | path

Searched refs:beacon_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c198 if (!priv->beacon_ctx) { in iwlagn_send_beacon_cmd()
217 tx_beacon_cmd->tx.sta_id = priv->beacon_ctx->bcast_sta_id; in iwlagn_send_beacon_cmd()
271 if (!priv->beacon_ctx) { in iwl_bg_beacon_update()
276 if (priv->beacon_ctx->vif->type != NL80211_IFTYPE_AP) { in iwl_bg_beacon_update()
287 beacon = ieee80211_beacon_get(priv->hw, priv->beacon_ctx->vif, 0); in iwl_bg_beacon_update()
H A Drxon.c1470 priv->beacon_ctx = ctx; in iwlagn_bss_info_changed()
1473 priv->beacon_ctx = NULL; in iwlagn_bss_info_changed()
1519 if (changes & BSS_CHANGED_BEACON && priv->beacon_ctx == ctx) { in iwlagn_bss_info_changed()
H A Ddev.h827 struct iwl_rxon_context *beacon_ctx; member