Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c383 if ((*iefrm_t) & IEEE80211_MESHPERR_FLAGS_AE) in verify_mesh_perr_len()
535 IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_recv_action_meshpath()
771 if (PERR_DFLAGS(i) & IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_add_meshperr()
1670 IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_send_perr()
1717 PERR_DFLAGS(0) |= IEEE80211_MESHPERR_FLAGS_AE; in hwmp_senderror()
H A Dieee80211_mesh.h297 #define IEEE80211_MESHPERR_FLAGS_AE 0x40 /* Address Extension */ macro