Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_hwmp.c342 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()
HDieee80211_mesh.h267 #define IEEE80211_MESHPREP_FLAGS_AE 0x40 /* Address Extension */ macro