Lines Matching defs:ieee80211_sub_if_data
1055 struct ieee80211_sub_if_data { struct
1056 struct list_head list;
1058 struct wireless_dev wdev;
1061 struct list_head key_list;
1064 int crypto_tx_tailroom_needed_cnt;
1065 int crypto_tx_tailroom_pending_dec;
1066 struct wiphy_delayed_work dec_tailroom_needed_wk;
1068 struct net_device *dev;
1069 struct ieee80211_local *local;
1071 unsigned int flags;
1073 unsigned long state;
1075 char name[IFNAMSIZ];
1077 struct ieee80211_fragment_cache frags;
1080 u16 noack_map;
1083 u8 wmm_acm;
1085 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS];
1086 struct ieee80211_key __rcu *default_unicast_key;
1088 u16 sequence_number;
1089 u16 mld_mcast_seq;
1090 __be16 control_port_protocol;
1091 bool control_port_no_encrypt;
1092 bool control_port_no_preauth;
1093 bool control_port_over_nl80211;
1095 atomic_t num_tx_queued;
1096 struct mac80211_qos_map __rcu *qos_map;
1098 struct wiphy_work work;
1099 struct sk_buff_head skb_queue;
1100 struct sk_buff_head status_queue;
1107 struct ieee80211_if_ap *bss;
1110 u32 rc_rateidx_mask[NUM_NL80211_BANDS];
1112 bool rc_has_mcs_mask[NUM_NL80211_BANDS];
1113 u8 rc_rateidx_mcs_mask[NUM_NL80211_BANDS][IEEE80211_HT_MCS_MASK_LEN];
1115 bool rc_has_vht_mcs_mask[NUM_NL80211_BANDS];
1116 u16 rc_rateidx_vht_mcs_mask[NUM_NL80211_BANDS][NL80211_VHT_NSS_MAX];
1119 u32 beacon_rateidx_mask[NUM_NL80211_BANDS];
1120 bool beacon_rate_set;
1122 union {
1131 } u;
1155 struct ieee80211_sub_if_data *vif_to_sdata(struct ieee80211_vif *p) in vif_to_sdata() argument