Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_hwmp.c319 if (iefrm[2] & IEEE80211_MESHPREQ_FLAGS_AE) { in verify_mesh_preq_len()
334 iefrm[2] & IEEE80211_MESHPREQ_FLAGS_AE ? "1" : "0"); in verify_mesh_preq_len()
448 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_action_meshpath()
712 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_add_meshpreq()
1112 else if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_preq()
1263 preq->preq_len = (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE ? in hwmp_send_preq()
HDieee80211_mesh.h241 #define IEEE80211_MESHPREQ_FLAGS_AE 0x40 /* Address Extension */ macro