Lines Matching defs:ieee80211_if_mesh
494 struct ieee80211_if_mesh { struct
495 struct timer_list housekeeping_timer;
496 struct timer_list mesh_path_timer;
497 struct timer_list mesh_path_root_timer;
499 unsigned long timers_running;
501 unsigned long wrkq_flags;
503 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN];
504 size_t mesh_id_len;
506 u8 mesh_pp_id;
508 u8 mesh_pm_id;
510 u8 mesh_cc_id;
512 u8 mesh_sp_id;
514 u8 mesh_auth_id;
516 u32 sn;
518 u32 preq_id;
519 atomic_t mpaths;
521 unsigned long last_sn_update;
523 unsigned long next_perr;
525 unsigned long last_preq;
526 struct mesh_rmc *rmc;
527 spinlock_t mesh_preq_queue_lock;
528 struct mesh_preq_queue preq_queue;
529 int preq_queue_len;
530 struct mesh_stats mshstats;
531 struct mesh_config mshcfg;
532 u32 mesh_seqnum;
533 bool accepting_plinks;
534 int num_gates;
535 const u8 *ie;
536 u8 ie_len;
537 enum {
541 } security;