Lines Matching defs:ieee80211_if_managed
434 struct ieee80211_if_managed { struct
435 struct timer_list timer;
436 struct timer_list conn_mon_timer;
437 struct timer_list bcn_mon_timer;
438 struct timer_list chswitch_timer;
439 struct work_struct monitor_work;
440 struct work_struct chswitch_work;
441 struct work_struct beacon_connection_loss_work;
442 struct work_struct csa_connection_drop_work;
444 unsigned long beacon_timeout;
445 unsigned long probe_timeout;
446 int probe_send_count;
447 bool nullfunc_failed;
448 bool connection_loss;
450 struct cfg80211_bss *associated;
451 struct ieee80211_mgd_auth_data *auth_data;
452 struct ieee80211_mgd_assoc_data *assoc_data;
454 u8 bssid[ETH_ALEN] __aligned(2);
456 u16 aid;
458 bool powersave; /* powersave requested for this iface */
459 bool broken_ap; /* AP is broken -- turn off powersave */
460 bool have_beacon;
461 u8 dtim_period;
462 enum ieee80211_smps_mode req_smps, /* requested smps mode */
463 driver_smps_mode; /* smps mode request */
465 struct work_struct request_smps_work;
467 unsigned int flags;
469 bool csa_waiting_bcn;
470 bool csa_ignored_same_chan;
472 bool beacon_crc_valid;
473 u32 beacon_crc;
475 bool status_acked;
476 bool status_received;
477 __le16 status_fc;
479 enum {
483 } mfp; /* management frame protection */
490 unsigned int uapsd_queues;
497 unsigned int uapsd_max_sp_len;
499 int wmm_last_param_set;
500 int mu_edca_last_param_set;
502 u8 use_4addr;
504 s16 p2p_noa_index;
506 struct ewma_beacon_signal ave_beacon_signal;
513 unsigned int count_beacon_signal;
516 unsigned int beacon_loss_count;
523 int last_cqm_event_signal;
530 int rssi_min_thold, rssi_max_thold;
531 int last_ave_beacon_signal;
533 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
534 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
535 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
536 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
539 u8 tdls_peer[ETH_ALEN] __aligned(2);
540 struct delayed_work tdls_peer_del_work;
541 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
542 struct sk_buff *teardown_skb; /* A copy to send through the AP */
543 spinlock_t teardown_lock; /* To lock changing teardown_skb */
544 bool tdls_chan_switch_prohibited;
545 bool tdls_wider_bw_prohibited;
548 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
555 struct delayed_work tx_tspec_wk;
560 u8 *assoc_req_ies;
561 size_t assoc_req_ies_len;