Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c431 preq->preq_flags = *iefrm_t++; in hwmp_recv_action_meshpath()
439 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_action_meshpath()
696 *frm++ = preq->preq_flags; in hwmp_add_meshpreq()
702 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_add_meshpreq()
842 preq.preq_flags = 0; in hwmp_rootmode_cb()
844 preq.preq_flags |= IEEE80211_MESHPREQ_FLAGS_GATE; in hwmp_rootmode_cb()
846 preq.preq_flags |= IEEE80211_MESHPREQ_FLAGS_PP; in hwmp_rootmode_cb()
989 if(preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AM && in hwmp_recv_preq()
1103 else if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_preq()
1132 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_GATE) { in hwmp_recv_preq()
[all …]
H A Dieee80211_mesh.h236 uint8_t preq_flags; member