Searched refs:IEEE80211_MESHPREP_FLAGS_AE (Results 1 – 2 of 2) sorted by relevance
344 if (iefrm[2] & IEEE80211_MESHPREP_FLAGS_AE) { in verify_mesh_prep_len()353 iefrm[2] & IEEE80211_MESHPREP_FLAGS_AE ? "1" : "0"); in verify_mesh_prep_len()489 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) { in hwmp_recv_action_meshpath()738 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) { in hwmp_add_meshprep()1083 prep.prep_flags |= IEEE80211_MESHPREP_FLAGS_AE; in hwmp_recv_preq()1406 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) { in hwmp_recv_prep()1451 addr = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ? in hwmp_recv_prep()1493 prep->prep_len = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ? in hwmp_send_prep()
269 #define IEEE80211_MESHPREP_FLAGS_AE 0x40 /* Address Extension */ macro