Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c386 if ((*iefrm_t) & IEEE80211_MESHPERR_FLAGS_AE) in verify_mesh_perr_len()
555 IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_recv_action_meshpath()
791 if (PERR_DFLAGS(i) & IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_add_meshperr()
1865 IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_send_perr()
1912 PERR_DFLAGS(0) |= IEEE80211_MESHPERR_FLAGS_AE; in hwmp_senderror()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h296 #define IEEE80211_MESHPERR_FLAGS_AE 0x40 /* Address Extension */ macro