Lines Matching defs:ieee80211_if_managed
436 struct ieee80211_if_managed { struct
437 struct timer_list timer;
438 struct timer_list conn_mon_timer;
439 struct timer_list bcn_mon_timer;
440 struct timer_list chswitch_timer;
441 struct work_struct monitor_work;
442 struct work_struct chswitch_work;
443 struct work_struct beacon_connection_loss_work;
444 struct work_struct csa_connection_drop_work;
446 unsigned long beacon_timeout;
447 unsigned long probe_timeout;
448 int probe_send_count;
449 bool nullfunc_failed;
450 bool connection_loss;
452 struct cfg80211_bss *associated;
453 struct ieee80211_mgd_auth_data *auth_data;
454 struct ieee80211_mgd_assoc_data *assoc_data;
456 u8 bssid[ETH_ALEN] __aligned(2);
458 u16 aid;
460 bool powersave; /* powersave requested for this iface */
461 bool broken_ap; /* AP is broken -- turn off powersave */
462 bool have_beacon;
463 u8 dtim_period;
464 enum ieee80211_smps_mode req_smps, /* requested smps mode */
465 driver_smps_mode; /* smps mode request */
467 struct work_struct request_smps_work;
469 unsigned int flags;
471 bool csa_waiting_bcn;
472 bool csa_ignored_same_chan;
474 bool beacon_crc_valid;
475 u32 beacon_crc;
477 bool status_acked;
478 bool status_received;
479 __le16 status_fc;
481 enum {
485 } mfp; /* management frame protection */
492 unsigned int uapsd_queues;
499 unsigned int uapsd_max_sp_len;
501 int wmm_last_param_set;
503 u8 use_4addr;
505 s16 p2p_noa_index;
507 struct ewma_beacon_signal ave_beacon_signal;
514 unsigned int count_beacon_signal;
517 unsigned int beacon_loss_count;
524 int last_cqm_event_signal;
531 int rssi_min_thold, rssi_max_thold;
532 int last_ave_beacon_signal;
534 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
535 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
536 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
537 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
540 u8 tdls_peer[ETH_ALEN] __aligned(2);
541 struct delayed_work tdls_peer_del_work;
542 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
543 struct sk_buff *teardown_skb; /* A copy to send through the AP */
544 spinlock_t teardown_lock; /* To lock changing teardown_skb */
545 bool tdls_chan_switch_prohibited;
546 bool tdls_wider_bw_prohibited;
549 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
556 struct delayed_work tx_tspec_wk;