Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c344 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()
H A Dieee80211_mesh.h269 #define IEEE80211_MESHPREP_FLAGS_AE 0x40 /* Address Extension */ macro