Home
last modified time | relevance | path

Searched refs:IWL_RXON_CTX_PAN (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c605 priv->valid_contexts |= BIT(IWL_RXON_CTX_PAN); in iwl_init_context()
632 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON; in iwl_init_context()
633 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd = in iwl_init_context()
635 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd = in iwl_init_context()
637 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM; in iwl_init_context()
638 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN; in iwl_init_context()
639 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY; in iwl_init_context()
640 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID; in iwl_init_context()
641 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION; in iwl_init_context()
642 priv->contexts[IWL_RXON_CTX_PAN].interface_modes = in iwl_init_context()
[all …]
Drxon.c298 if (ctx->ctxid == IWL_RXON_CTX_PAN && in iwl_send_rxon_timing()
307 iwl_is_associated(priv, IWL_RXON_CTX_PAN) && in iwl_send_rxon_timing()
308 priv->contexts[IWL_RXON_CTX_PAN].vif && in iwl_send_rxon_timing()
309 priv->contexts[IWL_RXON_CTX_PAN].vif->bss_conf.beacon_int && in iwl_send_rxon_timing()
313 priv->contexts[IWL_RXON_CTX_PAN].timing.beacon_interval; in iwl_send_rxon_timing()
524 ctx_pan = &priv->contexts[IWL_RXON_CTX_PAN]; in iwlagn_set_pan_params()
Dlib.c596 !iwl_is_associated(priv, IWL_RXON_CTX_PAN) && in iwlagn_fill_txpower_mode()
607 (iwl_is_associated(priv, IWL_RXON_CTX_PAN) || in iwlagn_fill_txpower_mode()
Ddev.h447 IWL_RXON_CTX_PAN, enumerator