Lines Matching defs:ieee80211_link_data_managed
891 struct ieee80211_link_data_managed { struct
892 u8 bssid[ETH_ALEN] __aligned(2);
894 u8 dtim_period;
895 enum ieee80211_smps_mode req_smps, /* requested smps mode */
896 driver_smps_mode; /* smps mode request */
898 ieee80211_conn_flags_t conn_flags;
900 s16 p2p_noa_index;
902 bool tdls_chan_switch_prohibited;
904 bool have_beacon;
905 bool tracking_signal_avg;
906 bool disable_wmm_tracking;
907 bool operating_11g_mode;
909 bool csa_waiting_bcn;
910 bool csa_ignored_same_chan;
911 struct timer_list chswitch_timer;
912 struct work_struct chswitch_work;
914 struct work_struct request_smps_work;
915 bool beacon_crc_valid;
916 u32 beacon_crc;
917 struct ewma_beacon_signal ave_beacon_signal;
918 int last_ave_beacon_signal;
925 unsigned int count_beacon_signal;
928 unsigned int beacon_loss_count;
935 int last_cqm_event_signal;
937 int wmm_last_param_set;
938 int mu_edca_last_param_set;
940 struct cfg80211_bss *bss;