Searched refs:IEEE80211_MESHPREP_FLAGS_AE (Results 1 – 2 of 2) sorted by relevance
342 if (iefrm[2] & IEEE80211_MESHPREP_FLAGS_AE) { in verify_mesh_prep_len()351 iefrm[2] & IEEE80211_MESHPREP_FLAGS_AE ? "1" : "0"); in verify_mesh_prep_len()487 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) { in hwmp_recv_action_meshpath()736 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) { in hwmp_add_meshprep()1081 prep.prep_flags |= IEEE80211_MESHPREP_FLAGS_AE; in hwmp_recv_preq()1404 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) { in hwmp_recv_prep()1449 addr = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ? in hwmp_recv_prep()1491 prep->prep_len = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ? in hwmp_send_prep()
267 #define IEEE80211_MESHPREP_FLAGS_AE 0x40 /* Address Extension */ macro