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