Lines Matching defs:ieee80211_link_data_managed
889 struct ieee80211_link_data_managed { struct
890 u8 bssid[ETH_ALEN] __aligned(2);
892 u8 dtim_period;
893 enum ieee80211_smps_mode req_smps, /* requested smps mode */
894 driver_smps_mode; /* smps mode request */
896 ieee80211_conn_flags_t conn_flags;
898 s16 p2p_noa_index;
900 bool tdls_chan_switch_prohibited;
902 bool have_beacon;
903 bool tracking_signal_avg;
904 bool disable_wmm_tracking;
905 bool operating_11g_mode;
907 bool csa_waiting_bcn;
908 bool csa_ignored_same_chan;
909 struct timer_list chswitch_timer;
910 struct work_struct chswitch_work;
912 struct work_struct request_smps_work;
913 bool beacon_crc_valid;
914 u32 beacon_crc;
915 struct ewma_beacon_signal ave_beacon_signal;
916 int last_ave_beacon_signal;
923 unsigned int count_beacon_signal;
926 unsigned int beacon_loss_count;
933 int last_cqm_event_signal;
935 int wmm_last_param_set;
936 int mu_edca_last_param_set;
938 struct cfg80211_bss *bss;