Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c432 preq->preq_ttl = *iefrm_t++; in hwmp_recv_action_meshpath()
697 *frm++ = preq->preq_ttl; in hwmp_add_meshpreq()
847 preq.preq_ttl = ms->ms_ttl; in hwmp_rootmode_cb()
1166 if ((preq->preq_tcount == 1) && (preq->preq_ttl > 1) && in hwmp_recv_preq()
1217 ppreq.preq_ttl -= 1; in hwmp_recv_preq()
1798 preq.preq_ttl = ms->ms_ttl; in hwmp_recv_rann()
1882 preq.preq_ttl = ms->ms_ttl; in hwmp_rediscover_cb()
1978 preq.preq_ttl = ms->ms_ttl; in hwmp_discover()
H A Dieee80211_mesh.h242 uint8_t preq_ttl; member