Lines Matching defs:ieee80211_local

1150 struct ieee80211_local {  struct
1154 struct ieee80211_hw hw;
1156 struct fq fq;
1157 struct codel_vars *cvars;
1158 struct codel_params cparams;
1161 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];
1162 struct list_head active_txqs[IEEE80211_NUM_ACS];
1163 u16 schedule_round[IEEE80211_NUM_ACS];
1165 u16 airtime_flags;
1166 u32 aql_txq_limit_low[IEEE80211_NUM_ACS];
1167 u32 aql_txq_limit_high[IEEE80211_NUM_ACS];
1168 u32 aql_threshold;
1169 atomic_t aql_total_pending_airtime;
1171 const struct ieee80211_ops *ops;
1177 struct workqueue_struct *workqueue;
1179 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES];
1180 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS];
1182 spinlock_t queue_stop_reason_lock;
1184 int open_count;
1185 int monitors, cooked_mntrs;
1187 int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll,
1188 fif_probe_req;
1189 bool probe_req_reg;
1190 bool rx_mcast_action_reg;
1191 unsigned int filter_flags; /* FIF_* */
1193 bool wiphy_ciphers_allocated;
1195 bool use_chanctx;
1198 spinlock_t filter_lock;
1201 struct work_struct reconfig_filter;
1204 struct netdev_hw_addr_list mc_list;
1206 bool tim_in_locked_section; /* see ieee80211_beacon_get() */
1214 bool suspended;
1222 bool resuming;
1228 bool quiescing;
1231 bool started;
1234 bool in_reconfig;
1237 bool wowlan;
1239 struct work_struct radar_detected_work;
1242 u8 rx_chains;
1245 u8 sband_allocated;
1247 int tx_headroom; /* required headroom for hardware/radiotap */
1254 struct tasklet_struct tasklet;
1255 struct sk_buff_head skb_queue;
1256 struct sk_buff_head skb_queue_unreliable;
1258 spinlock_t rx_path_lock;
1265 struct mutex sta_mtx;
1266 spinlock_t tim_lock;
1267 unsigned long num_sta;
1268 struct list_head sta_list;
1269 struct rhltable sta_hash;
1270 struct timer_list sta_cleanup;
1271 int sta_generation;
1273 struct sk_buff_head pending[IEEE80211_MAX_QUEUES];
1274 struct tasklet_struct tx_pending_tasklet;
1275 struct tasklet_struct wake_txqs_tasklet;
1277 atomic_t agg_queue_stop[IEEE80211_MAX_QUEUES];
1280 atomic_t iff_allmultis;
1282 struct rate_control_ref *rate_ctrl;
1284 struct arc4_ctx wep_tx_ctx;
1285 struct arc4_ctx wep_rx_ctx;
1286 u32 wep_iv;
1289 struct list_head interfaces;
1290 struct list_head mon_list; /* only that are IFF_UP && !cooked */
1291 struct mutex iflist_mtx;
1297 struct mutex key_mtx;
1300 struct mutex mtx;
1303 unsigned long scanning;
1304 struct cfg80211_ssid scan_ssid;
1305 struct cfg80211_scan_request *int_scan_req;
1306 struct cfg80211_scan_request __rcu *scan_req;
1307 struct ieee80211_scan_request *hw_scan_req;
1308 struct cfg80211_chan_def scan_chandef;
1309 enum nl80211_band hw_scan_band;
1310 int scan_channel_idx;
1311 int scan_ies_len;
1312 int hw_scan_ies_bufsize;
1313 struct cfg80211_scan_info scan_info;
1315 struct work_struct sched_scan_stopped_work;
1316 struct ieee80211_sub_if_data __rcu *sched_scan_sdata;
1317 struct cfg80211_sched_scan_request __rcu *sched_scan_req;
1318 u8 scan_addr[ETH_ALEN];
1320 unsigned long leave_oper_channel_time;
1321 enum mac80211_scan_state next_scan_state;
1322 struct delayed_work scan_work;
1323 struct ieee80211_sub_if_data __rcu *scan_sdata;
1325 struct cfg80211_chan_def _oper_chandef;
1328 struct ieee80211_channel *tmp_channel;
1331 struct list_head chanctx_list;
1332 struct mutex chanctx_mtx;
1335 struct led_trigger tx_led, rx_led, assoc_led, radio_led;
1336 struct led_trigger tpt_led;
1337 atomic_t tx_led_active, rx_led_active, assoc_led_active;
1338 atomic_t radio_led_active, tpt_led_active;
1339 struct tpt_led_trigger *tpt_led_trigger;
1345 u32 dot11TransmittedFragmentCount;
1346 u32 dot11MulticastTransmittedFrameCount;
1347 u32 dot11FailedCount;
1348 u32 dot11RetryCount;
1349 u32 dot11MultipleRetryCount;
1350 u32 dot11FrameDuplicateCount;
1351 u32 dot11ReceivedFragmentCount;
1352 u32 dot11MulticastReceivedFrameCount;
1353 u32 dot11TransmittedFrameCount;
1356 unsigned int tx_handlers_drop;
1357 unsigned int tx_handlers_queued;
1358 unsigned int tx_handlers_drop_wep;
1359 unsigned int tx_handlers_drop_not_assoc;
1360 unsigned int tx_handlers_drop_unauth_port;
1361 unsigned int rx_handlers_drop;
1362 unsigned int rx_handlers_queued;
1363 unsigned int rx_handlers_drop_nullfunc;
1364 unsigned int rx_handlers_drop_defrag;
1365 unsigned int tx_expand_skb_head;
1366 unsigned int tx_expand_skb_head_cloned;
1367 unsigned int rx_expand_skb_head_defrag;
1368 unsigned int rx_handlers_fragments;
1369 unsigned int tx_status_drop;
1376 int total_ps_buffered; /* total number of all buffered unicast and
1380 bool pspolling;
1385 struct ieee80211_sub_if_data *ps_sdata;
1386 struct work_struct dynamic_ps_enable_work;
1387 struct work_struct dynamic_ps_disable_work;
1388 struct timer_list dynamic_ps_timer;
1389 struct notifier_block ifa_notifier;
1390 struct notifier_block ifa6_notifier;
1396 int dynamic_ps_forced_timeout;
1398 int user_power_level; /* in dBm, for all interfaces */
1400 enum ieee80211_smps_mode smps_mode;
1402 struct work_struct restart_work;
1405 struct local_debugfsdentries {
1408 } debugfs;
1409 bool force_tx_status;
1415 struct delayed_work roc_work;
1416 struct list_head roc_list;
1417 struct work_struct hw_roc_start, hw_roc_done;
1418 unsigned long hw_roc_start_time;
1419 u64 roc_cookie_counter;
1421 struct idr ack_status_frames;
1422 spinlock_t ack_status_lock;
1424 struct ieee80211_sub_if_data __rcu *p2p_sdata;
1427 struct ieee80211_sub_if_data __rcu *monitor_sdata;
1428 struct cfg80211_chan_def monitor_chandef;
1453 struct ieee80211_local *local = sdata->local; in ieee80211_get_sband() argument