Lines Matching defs:iwl_mvm_vif

497 struct iwl_mvm_vif {  struct
498 struct iwl_mvm *mvm;
499 u16 id;
500 u16 color;
502 bool associated;
503 u8 ap_assoc_sta_count;
504 bool uploaded;
505 bool ap_ibss_active;
506 bool pm_enabled;
507 bool monitor_active;
508 bool esr_active;
509 bool session_prot_connection_loss;
511 u8 low_latency: 6;
512 u8 low_latency_actual: 1;
514 u8 authorized:1;
515 bool ps_disabled;
517 u32 esr_disable_reason;
518 u32 ap_beacon_time;
519 bool bf_enabled;
520 bool ba_enabled;
524 struct {
532 } rekey_data;
534 int tx_key_idx;
536 bool seqno_valid;
537 u16 seqno;
542 struct in6_addr target_ipv6_addrs[IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX];
543 unsigned long tentative_addrs[BITS_TO_LONGS(IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX)];
544 int num_target_ipv6_addrs;
548 struct dentry *dbgfs_dir;
549 struct dentry *dbgfs_slink;
550 struct iwl_dbgfs_pm dbgfs_pm;
551 struct iwl_dbgfs_bf dbgfs_bf;
552 struct iwl_mac_power_cmd mac_pwr_cmd;
553 int dbgfs_quota_min;
554 bool ftm_unprotected;
558 u8 uapsd_misbehaving_ap_addr[ETH_ALEN] __aligned(2);
559 struct delayed_work uapsd_nonagg_detected_wk;
561 bool csa_countdown;
562 bool csa_failed;
563 bool csa_bcn_pending;
564 bool csa_blocks_tx;
565 u16 csa_target_freq;
566 u16 csa_count;
567 u16 csa_misbehave;
568 struct delayed_work csa_work;
570 enum iwl_tsf_id tsf_id;
572 struct iwl_mvm_time_event_data time_event_data;
573 struct iwl_mvm_time_event_data hs_time_event_data;
574 enum iwl_roc_activity roc_activity;
600 struct iwl_mvm_vif_link_info deflink; argument
601 struct iwl_mvm_vif_link_info *link[IEEE80211_MLD_MAX_NUM_LINKS]; argument
610 static inline struct iwl_mvm_vif * argument