Home
last modified time | relevance | path

Searched defs:ieee80211_if_mesh (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/net/mac80211/
Dieee80211_i.h623 struct ieee80211_if_mesh { struct
624 struct timer_list housekeeping_timer;
625 struct timer_list mesh_path_timer;
626 struct timer_list mesh_path_root_timer;
628 unsigned long wrkq_flags;
629 unsigned long mbss_changed;
631 bool userspace_handles_dfs;
633 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN];
634 size_t mesh_id_len;
636 u8 mesh_pp_id;
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h647 struct ieee80211_if_mesh { struct
648 struct timer_list housekeeping_timer;
649 struct timer_list mesh_path_timer;
650 struct timer_list mesh_path_root_timer;
652 unsigned long wrkq_flags;
653 unsigned long mbss_changed;
655 bool userspace_handles_dfs;
657 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN];
658 size_t mesh_id_len;
660 u8 mesh_pp_id;
[all …]