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

/freebsd-current/sys/net80211/
H A Dieee80211_hwmp.c339 if (iefrm[2] & IEEE80211_MESHPREP_FLAGS_AE) {
348 iefrm[2] & IEEE80211_MESHPREP_FLAGS_AE ? "1" : "0");
484 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) {
733 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) {
1078 prep.prep_flags |= IEEE80211_MESHPREP_FLAGS_AE;
1401 if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) {
1446 addr = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ?
1488 prep->prep_len = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ?
H A Dieee80211_mesh.h267 #define IEEE80211_MESHPREP_FLAGS_AE 0x40 /* Address Extension */ macro

Completed in 127 milliseconds