Home
last modified time | relevance | path

Searched refs:prep_metric (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c495 prep->prep_metric = le32dec(iefrm_t); iefrm_t += 4; in hwmp_recv_action_meshpath()
743 ADDWORD(frm, prep->prep_metric); in hwmp_add_meshprep()
1077 prep.prep_metric = IEEE80211_MESHLMETRIC_INITIALVAL; in hwmp_recv_preq()
1089 prep.prep_metric = rttarg->rt_metric; in hwmp_recv_preq()
1160 prep.prep_metric = IEEE80211_MESHLMETRIC_INITIALVAL; in hwmp_recv_preq()
1203 prep.prep_metric =rttarg->rt_metric; 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()
H A Dieee80211_mesh.h277 uint32_t prep_metric; member