Lines Matching defs:ieee80211_if_managed
487 struct ieee80211_if_managed { struct
488 struct timer_list timer;
489 struct timer_list conn_mon_timer;
490 struct timer_list bcn_mon_timer;
491 struct wiphy_work monitor_work;
492 struct wiphy_work beacon_connection_loss_work;
493 struct wiphy_work csa_connection_drop_work;
495 unsigned long beacon_timeout;
496 unsigned long probe_timeout;
497 int probe_send_count;
498 bool nullfunc_failed;
499 u8 connection_loss:1,
500 driver_disconnect:1,
501 reconnect:1,
502 associated:1;
504 struct ieee80211_mgd_auth_data *auth_data;
505 struct ieee80211_mgd_assoc_data *assoc_data;
507 bool powersave; /* powersave requested for this iface */
508 bool broken_ap; /* AP is broken -- turn off powersave */
510 unsigned int flags;
512 bool status_acked;
513 bool status_received;
514 __le16 status_fc;
516 enum {
520 } mfp; /* management frame protection */
527 unsigned int uapsd_queues;
534 unsigned int uapsd_max_sp_len;
536 u8 use_4addr;
543 int rssi_min_thold, rssi_max_thold;
545 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
546 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
547 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
548 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
549 struct ieee80211_s1g_cap s1g_capa; /* configured S1G overrides */
550 struct ieee80211_s1g_cap s1g_capa_mask; /* valid s1g_capa bits */
553 u8 tdls_peer[ETH_ALEN] __aligned(2);
554 struct wiphy_delayed_work tdls_peer_del_work;
555 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
556 struct sk_buff *teardown_skb; /* A copy to send through the AP */
557 spinlock_t teardown_lock; /* To lock changing teardown_skb */
558 bool tdls_wider_bw_prohibited;
561 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
568 struct wiphy_delayed_work tx_tspec_wk;
573 u8 *assoc_req_ies;
574 size_t assoc_req_ies_len;
576 struct wiphy_delayed_work ml_reconf_work;
577 u16 removed_links;
580 struct wiphy_delayed_work ttlm_work;
581 struct ieee80211_adv_ttlm_info ttlm_info;