Lines Matching defs:ieee80211_local

1119 struct ieee80211_local {  struct
1123 struct ieee80211_hw hw;
1125 struct fq fq;
1126 struct codel_vars *cvars;
1127 struct codel_params cparams;
1129 const struct ieee80211_ops *ops;
1135 struct workqueue_struct *workqueue;
1137 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES];
1138 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS];
1140 spinlock_t queue_stop_reason_lock;
1142 int open_count;
1143 int monitors, cooked_mntrs;
1145 int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll,
1146 fif_probe_req;
1147 int probe_req_reg;
1148 unsigned int filter_flags; /* FIF_* */
1150 bool wiphy_ciphers_allocated;
1152 bool use_chanctx;
1155 spinlock_t filter_lock;
1158 struct work_struct reconfig_filter;
1161 struct netdev_hw_addr_list mc_list;
1163 bool tim_in_locked_section; /* see ieee80211_beacon_get() */
1171 bool suspended;
1179 bool resuming;
1185 bool quiescing;
1188 bool started;
1191 bool in_reconfig;
1194 bool wowlan;
1196 struct work_struct radar_detected_work;
1199 u8 rx_chains;
1201 int tx_headroom; /* required headroom for hardware/radiotap */
1208 struct tasklet_struct tasklet;
1209 struct sk_buff_head skb_queue;
1210 struct sk_buff_head skb_queue_unreliable;
1212 spinlock_t rx_path_lock;
1219 struct mutex sta_mtx;
1220 spinlock_t tim_lock;
1221 unsigned long num_sta;
1222 struct list_head sta_list;
1223 struct rhltable sta_hash;
1224 struct timer_list sta_cleanup;
1225 int sta_generation;
1227 struct sk_buff_head pending[IEEE80211_MAX_QUEUES];
1228 struct tasklet_struct tx_pending_tasklet;
1230 atomic_t agg_queue_stop[IEEE80211_MAX_QUEUES];
1233 atomic_t iff_allmultis;
1235 struct rate_control_ref *rate_ctrl;
1237 struct crypto_cipher *wep_tx_tfm;
1238 struct crypto_cipher *wep_rx_tfm;
1239 u32 wep_iv;
1242 struct list_head interfaces;
1243 struct list_head mon_list; /* only that are IFF_UP && !cooked */
1244 struct mutex iflist_mtx;
1250 struct mutex key_mtx;
1253 struct mutex mtx;
1256 unsigned long scanning;
1257 struct cfg80211_ssid scan_ssid;
1258 struct cfg80211_scan_request *int_scan_req;
1259 struct cfg80211_scan_request __rcu *scan_req;
1260 struct ieee80211_scan_request *hw_scan_req;
1261 struct cfg80211_chan_def scan_chandef;
1262 enum nl80211_band hw_scan_band;
1263 int scan_channel_idx;
1264 int scan_ies_len;
1265 int hw_scan_ies_bufsize;
1266 struct cfg80211_scan_info scan_info;
1268 struct work_struct sched_scan_stopped_work;
1269 struct ieee80211_sub_if_data __rcu *sched_scan_sdata;
1270 struct cfg80211_sched_scan_request __rcu *sched_scan_req;
1271 u8 scan_addr[ETH_ALEN];
1273 unsigned long leave_oper_channel_time;
1274 enum mac80211_scan_state next_scan_state;
1275 struct delayed_work scan_work;
1276 struct ieee80211_sub_if_data __rcu *scan_sdata;
1278 struct cfg80211_chan_def _oper_chandef;
1281 struct ieee80211_channel *tmp_channel;
1284 struct list_head chanctx_list;
1285 struct mutex chanctx_mtx;
1288 struct led_trigger tx_led, rx_led, assoc_led, radio_led;
1289 struct led_trigger tpt_led;
1290 atomic_t tx_led_active, rx_led_active, assoc_led_active;
1291 atomic_t radio_led_active, tpt_led_active;
1292 struct tpt_led_trigger *tpt_led_trigger;
1298 u32 dot11TransmittedFragmentCount;
1299 u32 dot11MulticastTransmittedFrameCount;
1300 u32 dot11FailedCount;
1301 u32 dot11RetryCount;
1302 u32 dot11MultipleRetryCount;
1303 u32 dot11FrameDuplicateCount;
1304 u32 dot11ReceivedFragmentCount;
1305 u32 dot11MulticastReceivedFrameCount;
1306 u32 dot11TransmittedFrameCount;
1309 unsigned int tx_handlers_drop;
1310 unsigned int tx_handlers_queued;
1311 unsigned int tx_handlers_drop_wep;
1312 unsigned int tx_handlers_drop_not_assoc;
1313 unsigned int tx_handlers_drop_unauth_port;
1314 unsigned int rx_handlers_drop;
1315 unsigned int rx_handlers_queued;
1316 unsigned int rx_handlers_drop_nullfunc;
1317 unsigned int rx_handlers_drop_defrag;
1318 unsigned int tx_expand_skb_head;
1319 unsigned int tx_expand_skb_head_cloned;
1320 unsigned int rx_expand_skb_head_defrag;
1321 unsigned int rx_handlers_fragments;
1322 unsigned int tx_status_drop;
1329 int total_ps_buffered; /* total number of all buffered unicast and
1333 bool pspolling;
1334 bool offchannel_ps_enabled;
1339 struct ieee80211_sub_if_data *ps_sdata;
1340 struct work_struct dynamic_ps_enable_work;
1341 struct work_struct dynamic_ps_disable_work;
1342 struct timer_list dynamic_ps_timer;
1343 struct notifier_block ifa_notifier;
1344 struct notifier_block ifa6_notifier;
1350 int dynamic_ps_forced_timeout;
1352 int user_power_level; /* in dBm, for all interfaces */
1354 enum ieee80211_smps_mode smps_mode;
1356 struct work_struct restart_work;
1359 struct local_debugfsdentries {
1362 } debugfs;
1368 struct delayed_work roc_work;
1369 struct list_head roc_list;
1370 struct work_struct hw_roc_start, hw_roc_done;
1371 unsigned long hw_roc_start_time;
1372 u64 roc_cookie_counter;
1374 struct idr ack_status_frames;
1375 spinlock_t ack_status_lock;
1377 struct ieee80211_sub_if_data __rcu *p2p_sdata;
1380 struct ieee80211_sub_if_data __rcu *monitor_sdata;
1381 struct cfg80211_chan_def monitor_chandef;
1406 struct ieee80211_local *local = sdata->local; in ieee80211_get_sband() argument