Lines Matching defs:ieee80211_if_managed
426 struct ieee80211_if_managed { struct
427 struct timer_list timer;
428 struct timer_list conn_mon_timer;
429 struct timer_list bcn_mon_timer;
430 struct timer_list chswitch_timer;
431 struct work_struct monitor_work;
432 struct work_struct chswitch_work;
433 struct work_struct beacon_connection_loss_work;
434 struct work_struct csa_connection_drop_work;
436 unsigned long beacon_timeout;
437 unsigned long probe_timeout;
438 int probe_send_count;
439 bool nullfunc_failed;
440 bool connection_loss;
442 struct cfg80211_bss *associated;
443 struct ieee80211_mgd_auth_data *auth_data;
444 struct ieee80211_mgd_assoc_data *assoc_data;
446 u8 bssid[ETH_ALEN];
448 u16 aid;
450 bool powersave; /* powersave requested for this iface */
451 bool broken_ap; /* AP is broken -- turn off powersave */
452 bool have_beacon;
453 u8 dtim_period;
454 enum ieee80211_smps_mode req_smps, /* requested smps mode */
455 driver_smps_mode; /* smps mode request */
457 struct work_struct request_smps_work;
459 unsigned int flags;
461 bool csa_waiting_bcn;
462 bool csa_ignored_same_chan;
464 bool beacon_crc_valid;
465 u32 beacon_crc;
467 bool status_acked;
468 bool status_received;
469 __le16 status_fc;
471 enum {
475 } mfp; /* management frame protection */
482 unsigned int uapsd_queues;
489 unsigned int uapsd_max_sp_len;
491 int wmm_last_param_set;
493 u8 use_4addr;
495 s16 p2p_noa_index;
497 struct ewma_beacon_signal ave_beacon_signal;
504 unsigned int count_beacon_signal;
507 unsigned int beacon_loss_count;
514 int last_cqm_event_signal;
521 int rssi_min_thold, rssi_max_thold;
522 int last_ave_beacon_signal;
524 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
526 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
527 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
530 u8 tdls_peer[ETH_ALEN] __aligned(2);
531 struct delayed_work tdls_peer_del_work;
532 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
533 struct sk_buff *teardown_skb; /* A copy to send through the AP */
534 spinlock_t teardown_lock; /* To lock changing teardown_skb */
535 bool tdls_chan_switch_prohibited;
536 bool tdls_wider_bw_prohibited;
539 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
546 struct delayed_work tx_tspec_wk;