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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c170 static struct ieee80211_mesh_proto_metric mesh_proto_metrics[4]; variable in typeref:struct:ieee80211_mesh_proto_metric
469 for (i = 0; i < nitems(mesh_proto_metrics); i++) {
470 if (strncmp(mpm->mpm_descr, mesh_proto_metrics[i].mpm_descr,
473 if (!mesh_proto_metrics[i].mpm_active && firstempty == -1)
478 memcpy(&mesh_proto_metrics[firstempty], mpm, sizeof(*mpm));
479 mesh_proto_metrics[firstempty].mpm_active = 1;
504 for (i = 0; i < nitems(mesh_proto_metrics); i++) {
505 if (strcasecmp(mesh_proto_metrics[i].mpm_descr, name) == 0) {
506 ms->ms_pmetric = &mesh_proto_metrics[i];
560 memset(mesh_proto_metrics,
[all...]

Completed in 84 milliseconds