Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c626 priv->valid_contexts |= BIT(IWL_RXON_CTX_PAN); in iwl_init_context()
653 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON; in iwl_init_context()
654 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd = in iwl_init_context()
656 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd = in iwl_init_context()
658 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM; in iwl_init_context()
659 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN; in iwl_init_context()
660 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY; in iwl_init_context()
661 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID; in iwl_init_context()
662 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION; in iwl_init_context()
663 priv->contexts[IWL_RXON_CTX_PAN].interface_modes = in iwl_init_context()
[all …]
Drxon.c318 if (ctx->ctxid == IWL_RXON_CTX_PAN && in iwl_send_rxon_timing()
327 iwl_is_associated(priv, IWL_RXON_CTX_PAN) && in iwl_send_rxon_timing()
328 priv->contexts[IWL_RXON_CTX_PAN].vif && in iwl_send_rxon_timing()
329 priv->contexts[IWL_RXON_CTX_PAN].vif->bss_conf.beacon_int && in iwl_send_rxon_timing()
333 priv->contexts[IWL_RXON_CTX_PAN].timing.beacon_interval; in iwl_send_rxon_timing()
544 ctx_pan = &priv->contexts[IWL_RXON_CTX_PAN]; in iwlagn_set_pan_params()
Dlib.c619 !iwl_is_associated(priv, IWL_RXON_CTX_PAN) && in iwlagn_fill_txpower_mode()
630 (iwl_is_associated(priv, IWL_RXON_CTX_PAN) || in iwlagn_fill_txpower_mode()
Ddev.h472 IWL_RXON_CTX_PAN, enumerator