Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c924 metric = ms->ms_pmetric->mpm_metric(ni); in hwmp_update_transmitter()
1027 metric = preq->preq_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1223 ppreq.preq_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1327 metric = prep->prep_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_prep()
1395 pprep.prep_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_prep()
1826 prann.rann_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_rann()
H A Dieee80211_mesh.h525 struct ieee80211_mesh_proto_metric *ms_pmetric; member
H A Dieee80211_mesh.c506 ms->ms_pmetric = &mesh_proto_metrics[i]; in mesh_select_proto_metric()
685 KASSERT(ms->ms_pmetric, ("ms_pmetric == NULL")); in mesh_vattach()
3113 if (meshconf->conf_pmetid != ms->ms_pmetric->mpm_ie) { in mesh_verify_meshconf()
3218 *frm++ = ms->ms_pmetric->mpm_ie; /* link metric */ in ieee80211_add_meshconf()
3497 len = strlen(ms->ms_pmetric->mpm_descr); in mesh_ioctl_get80211()
3501 error = copyout(ms->ms_pmetric->mpm_descr, in mesh_ioctl_get80211()