Lines Matching defs:mesh_sta
379 struct mesh_sta { struct
380 struct timer_list plink_timer;
381 struct sta_info *plink_sta;
383 s64 t_offset;
384 s64 t_offset_setpoint;
386 spinlock_t plink_lock;
387 u16 llid;
388 u16 plid;
389 u16 aid;
390 u16 reason;
391 u8 plink_retries;
393 bool processed_beacon;
394 bool connected_to_gate;
396 enum nl80211_plink_state plink_state;
397 u32 plink_timeout;
400 enum nl80211_mesh_power_mode local_pm;
401 enum nl80211_mesh_power_mode peer_pm;
402 enum nl80211_mesh_power_mode nonpeer_pm;
405 struct ewma_mesh_fail_avg fail_avg;
407 struct ewma_mesh_tx_rate_avg tx_rate_avg;