Lines Matching defs:ieee80211_if_managed

503 struct ieee80211_if_managed {  struct
504 struct timer_list timer;
505 struct timer_list conn_mon_timer;
506 struct timer_list bcn_mon_timer;
507 struct wiphy_work monitor_work;
508 struct wiphy_work beacon_connection_loss_work;
509 struct wiphy_work csa_connection_drop_work;
511 unsigned long beacon_timeout;
512 unsigned long probe_timeout;
513 int probe_send_count;
514 bool nullfunc_failed;
515 u8 connection_loss:1,
516 driver_disconnect:1,
517 reconnect:1,
518 associated:1;
520 struct ieee80211_mgd_auth_data *auth_data;
521 struct ieee80211_mgd_assoc_data *assoc_data;
523 bool powersave; /* powersave requested for this iface */
524 bool broken_ap; /* AP is broken -- turn off powersave */
526 unsigned int flags;
528 u16 mcast_seq_last;
530 bool status_acked;
531 bool status_received;
532 __le16 status_fc;
534 enum {
538 } mfp; /* management frame protection */
545 unsigned int uapsd_queues;
552 unsigned int uapsd_max_sp_len;
554 u8 use_4addr;
561 int rssi_min_thold, rssi_max_thold;
563 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
564 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
565 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
566 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
567 struct ieee80211_s1g_cap s1g_capa; /* configured S1G overrides */
568 struct ieee80211_s1g_cap s1g_capa_mask; /* valid s1g_capa bits */
571 u8 tdls_peer[ETH_ALEN] __aligned(2);
572 struct wiphy_delayed_work tdls_peer_del_work;
573 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
574 struct sk_buff *teardown_skb; /* A copy to send through the AP */
575 spinlock_t teardown_lock; /* To lock changing teardown_skb */
576 bool tdls_wider_bw_prohibited;
579 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
586 struct wiphy_delayed_work tx_tspec_wk;
591 u8 *assoc_req_ies;
592 size_t assoc_req_ies_len;
594 struct wiphy_delayed_work ml_reconf_work;
595 u16 removed_links;
598 struct wiphy_delayed_work ttlm_work;
599 struct ieee80211_adv_ttlm_info ttlm_info;
600 struct wiphy_work teardown_ttlm_work;
603 u8 dialog_token_alloc;
604 struct wiphy_delayed_work neg_ttlm_timeout_work;