Lines Matching defs:mesh_sta
401 struct mesh_sta { struct
402 struct timer_list plink_timer;
403 struct sta_info *plink_sta;
405 s64 t_offset;
406 s64 t_offset_setpoint;
408 spinlock_t plink_lock;
409 u16 llid;
410 u16 plid;
411 u16 aid;
412 u16 reason;
413 u8 plink_retries;
415 bool processed_beacon;
416 bool connected_to_gate;
417 bool connected_to_as;
419 enum nl80211_plink_state plink_state;
420 u32 plink_timeout;
423 enum nl80211_mesh_power_mode local_pm;
424 enum nl80211_mesh_power_mode peer_pm;
425 enum nl80211_mesh_power_mode nonpeer_pm;
428 struct ewma_mesh_fail_avg fail_avg;
430 struct ewma_mesh_tx_rate_avg tx_rate_avg;