Lines Matching defs:mesh_sta
399 struct mesh_sta { struct
400 struct timer_list plink_timer;
401 struct sta_info *plink_sta;
403 s64 t_offset;
404 s64 t_offset_setpoint;
406 spinlock_t plink_lock;
407 u16 llid;
408 u16 plid;
409 u16 aid;
410 u16 reason;
411 u8 plink_retries;
413 bool processed_beacon;
414 bool connected_to_gate;
415 bool connected_to_as;
417 enum nl80211_plink_state plink_state;
418 u32 plink_timeout;
421 enum nl80211_mesh_power_mode local_pm;
422 enum nl80211_mesh_power_mode peer_pm;
423 enum nl80211_mesh_power_mode nonpeer_pm;
426 struct ewma_mesh_fail_avg fail_avg;
428 struct ewma_mesh_tx_rate_avg tx_rate_avg;