Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c435 preq->preq_flags = *iefrm_t++; in hwmp_recv_action_meshpath()
443 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_action_meshpath()
700 *frm++ = preq->preq_flags; in hwmp_add_meshpreq()
706 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_add_meshpreq()
846 preq.preq_flags = 0; in hwmp_rootmode_cb()
848 preq.preq_flags |= IEEE80211_MESHPREQ_FLAGS_GATE; in hwmp_rootmode_cb()
850 preq.preq_flags |= IEEE80211_MESHPREQ_FLAGS_PP; in hwmp_rootmode_cb()
993 if(preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AM && in hwmp_recv_preq()
1801 preq.preq_flags = IEEE80211_MESHPREQ_FLAGS_AM; in hwmp_recv_rann()
1885 preq.preq_flags = 0; in hwmp_rediscover_cb()
[all …]
H A Dieee80211_mesh.h238 uint8_t preq_flags; member