Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c449 preq->preq_metric = le32dec(iefrm_t); iefrm_t += 4; in hwmp_recv_action_meshpath()
711 ADDWORD(frm, preq->preq_metric); in hwmp_add_meshpreq()
857 preq.preq_metric = IEEE80211_MESHLMETRIC_INITIALVAL; in hwmp_rootmode_cb()
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()
1808 preq.preq_metric = IEEE80211_MESHLMETRIC_INITIALVAL; in hwmp_recv_rann()
1892 preq.preq_metric = IEEE80211_MESHLMETRIC_INITIALVAL; in hwmp_rediscover_cb()
1989 preq.preq_metric = IEEE80211_MESHLMETRIC_INITIALVAL; in hwmp_discover()
H A Dieee80211_mesh.h251 uint32_t preq_metric; member