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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.c141 static struct ieee80211_mesh_proto_metric mesh_proto_metrics[4]; variable in typeref:struct:ieee80211_mesh_proto_metric
369 for (i = 0; i < N(mesh_proto_metrics); i++) {
370 if (strncmp(mpm->mpm_descr, mesh_proto_metrics[i].mpm_descr,
373 if (!mesh_proto_metrics[i].mpm_active && firstempty == -1)
378 memcpy(&mesh_proto_metrics[firstempty], mpm, sizeof(*mpm));
379 mesh_proto_metrics[firstempty].mpm_active = 1;
404 for (i = 0; i < N(mesh_proto_metrics); i++) {
405 if (strcasecmp(mesh_proto_metrics[i].mpm_descr, name) == 0) {
406 ms->ms_pmetric = &mesh_proto_metrics[i];
419 memset(mesh_proto_metrics,
[all...]

Completed in 91 milliseconds