Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c450 preq->preq_tcount = *iefrm_t++; in hwmp_recv_action_meshpath()
452 for (i = 0; i < preq->preq_tcount; i++) { in hwmp_recv_action_meshpath()
712 *frm++ = preq->preq_tcount; in hwmp_add_meshpreq()
713 for (i = 0; i < preq->preq_tcount; i++) { in hwmp_add_meshpreq()
858 preq.preq_tcount = 1; in hwmp_rootmode_cb()
1171 if ((preq->preq_tcount == 1) && (preq->preq_ttl > 1) && in hwmp_recv_preq()
1262 preq->preq_tcount * IEEE80211_MESHPREQ_TRGT_SZ; in hwmp_send_preq()
1809 preq.preq_tcount = 1; in hwmp_recv_rann()
1893 preq.preq_tcount = 1; in hwmp_rediscover_cb()
1990 preq.preq_tcount = 1; in hwmp_discover()
H A Dieee80211_mesh.h252 uint8_t preq_tcount; /* target count */ member