Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c448 preq->preq_lifetime = le32dec(iefrm_t); iefrm_t += 4; in hwmp_recv_action_meshpath()
710 ADDWORD(frm, preq->preq_lifetime); in hwmp_add_meshpreq()
856 preq.preq_lifetime = ticks_to_msecs(ieee80211_hwmp_roottimeout); in hwmp_rootmode_cb()
1035 ieee80211_mesh_rt_update(rtorig, preq->preq_lifetime); in hwmp_recv_preq()
1097 prep.prep_lifetime = preq->preq_lifetime; in hwmp_recv_preq()
1124 ieee80211_mesh_rt_update(rtorig_ext, preq->preq_lifetime); in hwmp_recv_preq()
1159 prep.prep_lifetime = preq->preq_lifetime; in hwmp_recv_preq()
1202 prep.prep_lifetime = preq->preq_lifetime; in hwmp_recv_preq()
1807 preq.preq_lifetime = ieee80211_hwmp_roottimeout; in hwmp_recv_rann()
1891 preq.preq_lifetime = ticks_to_msecs(ieee80211_hwmp_pathtimeout); in hwmp_rediscover_cb()
[all …]
H A Dieee80211_mesh.h250 uint32_t preq_lifetime; member