Lines Matching defs:mesh_sta
370 struct mesh_sta { struct
371 struct timer_list plink_timer;
372 struct sta_info *plink_sta;
374 s64 t_offset;
375 s64 t_offset_setpoint;
377 spinlock_t plink_lock;
378 u16 llid;
379 u16 plid;
380 u16 aid;
381 u16 reason;
382 u8 plink_retries;
384 bool processed_beacon;
386 enum nl80211_plink_state plink_state;
387 u32 plink_timeout;
390 enum nl80211_mesh_power_mode local_pm;
391 enum nl80211_mesh_power_mode peer_pm;
392 enum nl80211_mesh_power_mode nonpeer_pm;
395 struct ewma_mesh_fail_avg fail_avg;