Lines Matching defs:mesh_sta
392 struct mesh_sta { struct
393 struct timer_list plink_timer;
394 struct sta_info *plink_sta;
396 s64 t_offset;
397 s64 t_offset_setpoint;
399 spinlock_t plink_lock;
400 u16 llid;
401 u16 plid;
402 u16 aid;
403 u16 reason;
404 u8 plink_retries;
406 bool processed_beacon;
407 bool connected_to_gate;
408 bool connected_to_as;
410 enum nl80211_plink_state plink_state;
411 u32 plink_timeout;
414 enum nl80211_mesh_power_mode local_pm;
415 enum nl80211_mesh_power_mode peer_pm;
416 enum nl80211_mesh_power_mode nonpeer_pm;
419 struct ewma_mesh_fail_avg fail_avg;
421 struct ewma_mesh_tx_rate_avg tx_rate_avg;