Lines Matching defs:ieee80211_if_managed
507 struct ieee80211_if_managed { struct
508 struct timer_list timer;
509 struct timer_list conn_mon_timer;
510 struct timer_list bcn_mon_timer;
511 struct wiphy_work monitor_work;
512 struct wiphy_work beacon_connection_loss_work;
513 struct wiphy_work csa_connection_drop_work;
515 unsigned long beacon_timeout;
516 unsigned long probe_timeout;
517 int probe_send_count;
518 bool nullfunc_failed;
519 u8 connection_loss:1,
520 driver_disconnect:1,
521 reconnect:1,
522 associated:1;
524 struct ieee80211_mgd_auth_data *auth_data;
525 struct ieee80211_mgd_assoc_data *assoc_data;
527 bool powersave; /* powersave requested for this iface */
528 bool broken_ap; /* AP is broken -- turn off powersave */
530 unsigned int flags;
532 u16 mcast_seq_last;
534 bool status_acked;
535 bool status_received;
536 __le16 status_fc;
538 enum {
542 } mfp; /* management frame protection */
549 unsigned int uapsd_queues;
556 unsigned int uapsd_max_sp_len;
558 u8 use_4addr;
565 int rssi_min_thold, rssi_max_thold;
567 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
568 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
569 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
570 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
571 struct ieee80211_s1g_cap s1g_capa; /* configured S1G overrides */
572 struct ieee80211_s1g_cap s1g_capa_mask; /* valid s1g_capa bits */
575 u8 tdls_peer[ETH_ALEN] __aligned(2);
576 struct wiphy_delayed_work tdls_peer_del_work;
577 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
578 struct sk_buff *teardown_skb; /* A copy to send through the AP */
579 spinlock_t teardown_lock; /* To lock changing teardown_skb */
580 bool tdls_wider_bw_prohibited;
583 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
590 struct wiphy_delayed_work tx_tspec_wk;
595 u8 *assoc_req_ies;
596 size_t assoc_req_ies_len;
598 struct wiphy_delayed_work ml_reconf_work;
599 u16 removed_links;
602 struct wiphy_delayed_work ttlm_work;
603 struct ieee80211_adv_ttlm_info ttlm_info;
604 struct wiphy_work teardown_ttlm_work;
607 u8 dialog_token_alloc;
608 struct wiphy_delayed_work neg_ttlm_timeout_work;
611 struct {
617 } reconf;