Lines Matching defs:ieee80211_link_data_managed
934 struct ieee80211_link_data_managed { struct
935 u8 bssid[ETH_ALEN] __aligned(2);
937 u8 dtim_period;
938 enum ieee80211_smps_mode req_smps, /* requested smps mode */
939 driver_smps_mode; /* smps mode request */
941 ieee80211_conn_flags_t conn_flags;
943 s16 p2p_noa_index;
945 bool tdls_chan_switch_prohibited;
947 bool have_beacon;
948 bool tracking_signal_avg;
949 bool disable_wmm_tracking;
950 bool operating_11g_mode;
952 bool csa_waiting_bcn;
953 bool csa_ignored_same_chan;
954 struct wiphy_delayed_work chswitch_work;
956 struct wiphy_work request_smps_work;
958 struct wiphy_work recalc_smps;
960 bool beacon_crc_valid;
961 u32 beacon_crc;
962 struct ewma_beacon_signal ave_beacon_signal;
963 int last_ave_beacon_signal;
970 unsigned int count_beacon_signal;
973 unsigned int beacon_loss_count;
980 int last_cqm_event_signal;
982 int wmm_last_param_set;
983 int mu_edca_last_param_set;
985 u8 bss_param_ch_cnt;
987 struct cfg80211_bss *bss;