Searched refs:IEEE80211_MESHPREQ_FLAGS_AE (Results 1 – 2 of 2) sorted by relevance
314 if (iefrm[2] & IEEE80211_MESHPREQ_FLAGS_AE) { in verify_mesh_preq_len()329 iefrm[2] & IEEE80211_MESHPREQ_FLAGS_AE ? "1" : "0"); in verify_mesh_preq_len()443 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_action_meshpath()706 if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_add_meshpreq()1107 else if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE) { in hwmp_recv_preq()1260 preq->preq_len = (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE ? in hwmp_send_preq()
242 #define IEEE80211_MESHPREQ_FLAGS_AE 0x40 /* Address Extension */ macro