Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h667 struct ieee80211_if_mesh { struct
668 struct timer_list housekeeping_timer;
669 struct timer_list mesh_path_timer;
670 struct timer_list mesh_path_root_timer;
672 unsigned long wrkq_flags;
673 unsigned long mbss_changed;
675 bool userspace_handles_dfs;
677 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN];
678 size_t mesh_id_len;
680 u8 mesh_pp_id;
[all …]
/kernel/linux/linux-6.6/net/mac80211/
Dieee80211_i.h673 struct ieee80211_if_mesh { struct
674 struct timer_list housekeeping_timer;
675 struct timer_list mesh_path_timer;
676 struct timer_list mesh_path_root_timer;
678 unsigned long wrkq_flags;
679 unsigned long mbss_changed[64 / BITS_PER_LONG];
681 bool userspace_handles_dfs;
683 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN];
684 size_t mesh_id_len;
686 u8 mesh_pp_id;
[all …]