Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c459 preq->preq_tcount = *iefrm_t++; in hwmp_recv_action_meshpath()
461 for (i = 0; i < preq->preq_tcount; i++) { in hwmp_recv_action_meshpath()
732 *frm++ = preq->preq_tcount; in hwmp_add_meshpreq()
733 for (i = 0; i < preq->preq_tcount; i++) { in hwmp_add_meshpreq()
878 preq.preq_tcount = 1; in hwmp_rootmode_cb()
1261 if ((preq->preq_tcount == 1) && (preq->preq_ttl > 1) && in hwmp_recv_preq()
1364 preq->preq_tcount * IEEE80211_MESHPREQ_TRGT_SZ; in hwmp_send_preq()
2012 preq.preq_tcount = 1; in hwmp_recv_rann()
2097 preq.preq_tcount = 1; in hwmp_rediscover_cb()
2200 preq.preq_tcount = 1; in hwmp_discover()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h251 uint8_t preq_tcount; /* target count */ member