Lines Matching defs:ieee80211_if_managed

437 struct ieee80211_if_managed {  struct
438 struct timer_list timer;
439 struct timer_list conn_mon_timer;
440 struct timer_list bcn_mon_timer;
441 struct timer_list chswitch_timer;
442 struct work_struct monitor_work;
443 struct work_struct chswitch_work;
444 struct work_struct beacon_connection_loss_work;
445 struct work_struct csa_connection_drop_work;
447 unsigned long beacon_timeout;
448 unsigned long probe_timeout;
449 int probe_send_count;
450 bool nullfunc_failed;
451 u8 connection_loss:1,
452 driver_disconnect:1,
453 reconnect:1;
455 struct cfg80211_bss *associated;
456 struct ieee80211_mgd_auth_data *auth_data;
457 struct ieee80211_mgd_assoc_data *assoc_data;
459 u8 bssid[ETH_ALEN] __aligned(2);
461 bool powersave; /* powersave requested for this iface */
462 bool broken_ap; /* AP is broken -- turn off powersave */
463 bool have_beacon;
464 u8 dtim_period;
465 enum ieee80211_smps_mode req_smps, /* requested smps mode */
466 driver_smps_mode; /* smps mode request */
468 struct work_struct request_smps_work;
470 unsigned int flags;
472 bool csa_waiting_bcn;
473 bool csa_ignored_same_chan;
475 bool beacon_crc_valid;
476 u32 beacon_crc;
478 bool status_acked;
479 bool status_received;
480 __le16 status_fc;
482 enum {
486 } mfp; /* management frame protection */
493 unsigned int uapsd_queues;
500 unsigned int uapsd_max_sp_len;
502 int wmm_last_param_set;
503 int mu_edca_last_param_set;
505 u8 use_4addr;
507 s16 p2p_noa_index;
509 struct ewma_beacon_signal ave_beacon_signal;
516 unsigned int count_beacon_signal;
519 unsigned int beacon_loss_count;
526 int last_cqm_event_signal;
533 int rssi_min_thold, rssi_max_thold;
534 int last_ave_beacon_signal;
536 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
537 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
538 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
539 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
540 struct ieee80211_s1g_cap s1g_capa; /* configured S1G overrides */
541 struct ieee80211_s1g_cap s1g_capa_mask; /* valid s1g_capa bits */
544 u8 tdls_peer[ETH_ALEN] __aligned(2);
545 struct delayed_work tdls_peer_del_work;
546 struct sk_buff *orig_teardown_skb; /* The original teardown skb */
547 struct sk_buff *teardown_skb; /* A copy to send through the AP */
548 spinlock_t teardown_lock; /* To lock changing teardown_skb */
549 bool tdls_chan_switch_prohibited;
550 bool tdls_wider_bw_prohibited;
553 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
560 struct delayed_work tx_tspec_wk;
565 u8 *assoc_req_ies;
566 size_t assoc_req_ies_len;