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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c169 static struct ieee80211_mesh_proto_path mesh_proto_paths[4]; variable in typeref:struct:ieee80211_mesh_proto_path
449 for (i = 0; i < nitems(mesh_proto_paths); i++) {
450 if (strncmp(mpp->mpp_descr, mesh_proto_paths[i].mpp_descr,
453 if (!mesh_proto_paths[i].mpp_active && firstempty == -1)
458 memcpy(&mesh_proto_paths[firstempty], mpp, sizeof(*mpp));
459 mesh_proto_paths[firstempty].mpp_active = 1;
489 for (i = 0; i < nitems(mesh_proto_paths); i++) {
490 if (strcasecmp(mesh_proto_paths[i].mpp_descr, name) == 0) {
491 ms->ms_ppath = &mesh_proto_paths[i];
559 memset(mesh_proto_paths,
[all...]

Completed in 96 milliseconds