Lines Matching refs:contexts

608 		priv->contexts[i].ctxid = i;
610 priv->contexts[IWL_RXON_CTX_BSS].always_active = true;
611 priv->contexts[IWL_RXON_CTX_BSS].is_active = true;
612 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON;
613 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING;
614 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC;
615 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM;
616 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID;
617 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY;
618 priv->contexts[IWL_RXON_CTX_BSS].bcast_sta_id = IWLAGN_BROADCAST_ID;
619 priv->contexts[IWL_RXON_CTX_BSS].exclusive_interface_modes =
621 priv->contexts[IWL_RXON_CTX_BSS].interface_modes =
623 priv->contexts[IWL_RXON_CTX_BSS].ap_devtype = RXON_DEV_TYPE_AP;
624 priv->contexts[IWL_RXON_CTX_BSS].ibss_devtype = RXON_DEV_TYPE_IBSS;
625 priv->contexts[IWL_RXON_CTX_BSS].station_devtype = RXON_DEV_TYPE_ESS;
626 priv->contexts[IWL_RXON_CTX_BSS].unused_devtype = RXON_DEV_TYPE_ESS;
627 memcpy(priv->contexts[IWL_RXON_CTX_BSS].ac_to_queue,
629 memcpy(priv->contexts[IWL_RXON_CTX_BSS].ac_to_fifo,
632 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON;
633 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd =
635 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd =
637 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM;
638 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN;
639 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY;
640 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID;
641 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION;
642 priv->contexts[IWL_RXON_CTX_PAN].interface_modes =
645 priv->contexts[IWL_RXON_CTX_PAN].ap_devtype = RXON_DEV_TYPE_CP;
646 priv->contexts[IWL_RXON_CTX_PAN].station_devtype = RXON_DEV_TYPE_2STA;
647 priv->contexts[IWL_RXON_CTX_PAN].unused_devtype = RXON_DEV_TYPE_P2P;
648 memcpy(priv->contexts[IWL_RXON_CTX_PAN].ac_to_queue,
650 memcpy(priv->contexts[IWL_RXON_CTX_PAN].ac_to_fifo,
652 priv->contexts[IWL_RXON_CTX_PAN].mcast_queue = IWL_IPAN_MCAST_QUEUE;
767 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
1109 iwlagn_set_rxon_chain(priv, &priv->contexts[IWL_RXON_CTX_BSS]);
1477 /* initialize all valid contexts */