Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c446 preq->preq_tcount = *iefrm_t++; in hwmp_recv_action_meshpath()
448 for (i = 0; i < preq->preq_tcount; i++) { in hwmp_recv_action_meshpath()
708 *frm++ = preq->preq_tcount; in hwmp_add_meshpreq()
709 for (i = 0; i < preq->preq_tcount; i++) { in hwmp_add_meshpreq()
854 preq.preq_tcount = 1; in hwmp_rootmode_cb()
1167 if ((preq->preq_tcount == 1) && (preq->preq_ttl > 1) && in hwmp_recv_preq()
1258 preq->preq_tcount * IEEE80211_MESHPREQ_TRGT_SZ; in hwmp_send_preq()
1805 preq.preq_tcount = 1; in hwmp_recv_rann()
1889 preq.preq_tcount = 1; in hwmp_rediscover_cb()
1986 preq.preq_tcount = 1; in hwmp_discover()
H A Dieee80211_mesh.h250 uint8_t preq_tcount; /* target count */ member