Lines Matching defs:mesh_sta
390 struct mesh_sta { struct
391 struct timer_list plink_timer;
392 struct sta_info *plink_sta;
394 s64 t_offset;
395 s64 t_offset_setpoint;
397 spinlock_t plink_lock;
398 u16 llid;
399 u16 plid;
400 u16 aid;
401 u16 reason;
402 u8 plink_retries;
404 bool processed_beacon;
405 bool connected_to_gate;
406 bool connected_to_as;
408 enum nl80211_plink_state plink_state;
409 u32 plink_timeout;
412 enum nl80211_mesh_power_mode local_pm;
413 enum nl80211_mesh_power_mode peer_pm;
414 enum nl80211_mesh_power_mode nonpeer_pm;
417 struct ewma_mesh_fail_avg fail_avg;
419 struct ewma_mesh_tx_rate_avg tx_rate_avg;