Home
last modified time | relevance | path

Searched refs:neighbors (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh.c258 u8 *pos, neighbors; in mesh_add_meshconf_ie() local
285 /* Mesh Formation Info - number of neighbors */ in mesh_add_meshconf_ie()
286 neighbors = atomic_read(&ifmsh->estab_plinks); in mesh_add_meshconf_ie()
287 neighbors = min_t(int, neighbors, IEEE80211_MAX_MESH_PEERINGS); in mesh_add_meshconf_ie()
289 (neighbors << 1) | in mesh_add_meshconf_ie()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.c260 u8 *pos, neighbors; in mesh_add_meshconf_ie() local
287 /* Mesh Formation Info - number of neighbors */ in mesh_add_meshconf_ie()
288 neighbors = atomic_read(&ifmsh->estab_plinks); in mesh_add_meshconf_ie()
289 neighbors = min_t(int, neighbors, IEEE80211_MAX_MESH_PEERINGS); in mesh_add_meshconf_ie()
291 (neighbors << 1) | in mesh_add_meshconf_ie()
/kernel/linux/linux-5.10/net/batman-adv/
H A Ddebugfs.c224 static BATADV_DEBUGINFO(neighbors, 0444, neighbors_open);

Completed in 6 milliseconds