Lines Matching defs:mesh_sta
369 struct mesh_sta { struct
370 struct timer_list plink_timer;
371 struct sta_info *plink_sta;
373 s64 t_offset;
374 s64 t_offset_setpoint;
376 spinlock_t plink_lock;
377 u16 llid;
378 u16 plid;
379 u16 aid;
380 u16 reason;
381 u8 plink_retries;
383 bool processed_beacon;
385 enum nl80211_plink_state plink_state;
386 u32 plink_timeout;
389 enum nl80211_mesh_power_mode local_pm;
390 enum nl80211_mesh_power_mode peer_pm;
391 enum nl80211_mesh_power_mode nonpeer_pm;
394 struct ewma_mesh_fail_avg fail_avg;