Lines Matching defs:mesh_sta
391 struct mesh_sta { struct
392 struct timer_list plink_timer;
393 struct sta_info *plink_sta;
395 s64 t_offset;
396 s64 t_offset_setpoint;
398 spinlock_t plink_lock;
399 u16 llid;
400 u16 plid;
401 u16 aid;
402 u16 reason;
403 u8 plink_retries;
405 bool processed_beacon;
406 bool connected_to_gate;
407 bool connected_to_as;
409 enum nl80211_plink_state plink_state;
410 u32 plink_timeout;
413 enum nl80211_mesh_power_mode local_pm;
414 enum nl80211_mesh_power_mode peer_pm;
415 enum nl80211_mesh_power_mode nonpeer_pm;
418 struct ewma_mesh_fail_avg fail_avg;
420 struct ewma_mesh_tx_rate_avg tx_rate_avg;