Home
last modified time | relevance | path

Searched refs:ms_pmetric (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c919 metric = ms->ms_pmetric->mpm_metric(ni); in hwmp_update_transmitter()
1022 metric = preq->preq_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1218 ppreq.preq_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1322 metric = prep->prep_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_prep()
1390 pprep.prep_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_prep()
1821 prann.rann_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_rann()
H A Dieee80211_mesh.h523 struct ieee80211_mesh_proto_metric *ms_pmetric; member
H A Dieee80211_mesh.c502 ms->ms_pmetric = &mesh_proto_metrics[i]; in mesh_select_proto_metric()
681 KASSERT(ms->ms_pmetric, ("ms_pmetric == NULL")); in mesh_vattach()
3108 if (meshconf->conf_pmetid != ms->ms_pmetric->mpm_ie) { in mesh_verify_meshconf()
3213 *frm++ = ms->ms_pmetric->mpm_ie; /* link metric */ in ieee80211_add_meshconf()
3492 len = strlen(ms->ms_pmetric->mpm_descr); in mesh_ioctl_get80211()
3496 error = copyout(ms->ms_pmetric->mpm_descr, in mesh_ioctl_get80211()