Lines Matching defs:ieee80211_if_managed
435 struct ieee80211_if_managed { struct
436 struct timer_list timer;
437 struct timer_list conn_mon_timer;
438 struct timer_list bcn_mon_timer;
439 struct timer_list chswitch_timer;
440 struct work_struct monitor_work;
441 struct work_struct chswitch_work;
442 struct work_struct beacon_connection_loss_work;
443 struct work_struct csa_connection_drop_work;
445 unsigned long beacon_timeout;
446 unsigned long probe_timeout;
447 int probe_send_count;
448 bool nullfunc_failed;
449 bool connection_loss;
451 struct cfg80211_bss *associated;
452 struct ieee80211_mgd_auth_data *auth_data;
453 struct ieee80211_mgd_assoc_data *assoc_data;
455 u8 bssid[ETH_ALEN] __aligned(2);
457 bool powersave; /* powersave requested for this iface */
458 bool broken_ap; /* AP is broken -- turn off powersave */
459 bool have_beacon;
460 u8 dtim_period;
461 enum ieee80211_smps_mode req_smps, /* requested smps mode */
462 driver_smps_mode; /* smps mode request */
464 struct work_struct request_smps_work;
466 unsigned int flags;
468 bool csa_waiting_bcn;
469 bool csa_ignored_same_chan;
471 bool beacon_crc_valid;
472 u32 beacon_crc;
474 bool status_acked;
475 bool status_received;
476 __le16 status_fc;
478 enum {
482 } mfp; /* management frame protection */
489 unsigned int uapsd_queues;
496 unsigned int uapsd_max_sp_len;
498 int wmm_last_param_set;
499 int mu_edca_last_param_set;
501 u8 use_4addr;
503 s16 p2p_noa_index;
505 struct ewma_beacon_signal ave_beacon_signal;
512 unsigned int count_beacon_signal;
515 unsigned int beacon_loss_count;
522 int last_cqm_event_signal;
529 int rssi_min_thold, rssi_max_thold;
530 int last_ave_beacon_signal;
532 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
533 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
534 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
535 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
536 struct ieee80211_s1g_cap s1g_capa; /* configured S1G overrides */
537 struct ieee80211_s1g_cap s1g_capa_mask; /* valid s1g_capa bits */
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;
561 u8 *assoc_req_ies;
562 size_t assoc_req_ies_len;