Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c437 preq->preq_ttl = *iefrm_t++; in hwmp_recv_action_meshpath()
702 *frm++ = preq->preq_ttl; in hwmp_add_meshpreq()
852 preq.preq_ttl = ms->ms_ttl; in hwmp_rootmode_cb()
1171 if ((preq->preq_tcount == 1) && (preq->preq_ttl > 1) && in hwmp_recv_preq()
1222 ppreq.preq_ttl -= 1; in hwmp_recv_preq()
1803 preq.preq_ttl = ms->ms_ttl; in hwmp_recv_rann()
1887 preq.preq_ttl = ms->ms_ttl; in hwmp_rediscover_cb()
1983 preq.preq_ttl = ms->ms_ttl; in hwmp_discover()
H A Dieee80211_mesh.h244 uint8_t preq_ttl; member