Searched refs:preq_flags (Results 1 – 2 of 2) sorted by relevance
431 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 …]
236 uint8_t preq_flags; member