Lines Matching defs:iwl_mvm_vif
368 struct iwl_mvm_vif { struct
387 struct iwl_mvm_vif_bf_data bf_data; argument
389 struct {
392 } beacon_stats;
394 u32 ap_beacon_time;
396 enum iwl_tsf_id tsf_id;
403 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
404 struct iwl_mvm_time_event_data time_event_data;
405 struct iwl_mvm_time_event_data hs_time_event_data;
407 struct iwl_mvm_int_sta bcast_sta;
408 struct iwl_mvm_int_sta mcast_sta;
414 struct iwl_mvm_phy_ctxt *phy_ctxt;
418 struct {
426 } rekey_data;
428 int tx_key_idx;
430 bool seqno_valid;
431 u16 seqno;
436 struct in6_addr target_ipv6_addrs[IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX];
437 unsigned long tentative_addrs[BITS_TO_LONGS(IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX)];
438 int num_target_ipv6_addrs;
442 struct dentry *dbgfs_dir;
443 struct dentry *dbgfs_slink;
444 struct iwl_dbgfs_pm dbgfs_pm;
445 struct iwl_dbgfs_bf dbgfs_bf;
446 struct iwl_mac_power_cmd mac_pwr_cmd;
447 int dbgfs_quota_min;
450 enum ieee80211_smps_mode smps_requests[NUM_IWL_MVM_SMPS_REQ];
453 u8 uapsd_misbehaving_bssid[ETH_ALEN];
455 struct delayed_work uapsd_nonagg_detected_wk;
480 static inline struct iwl_mvm_vif * argument