Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net80211/
Dieee80211_hwmp.c746 #define PERR_DFLAGS(n) perr->perr_dests[n].dest_flags macro
761 *frm++ = PERR_DFLAGS(i); in hwmp_add_meshperr()
765 if (PERR_DFLAGS(i) & IEEE80211_MESHPERR_FLAGS_AE) { in hwmp_add_meshperr()
773 #undef PERR_DFLAGS
1492 #define PERR_DFLAGS(n) perr.perr_dests[n].dest_flags macro
1513 PERR_DFLAGS(0) = 0; in hwmp_peerdown()
1515 PERR_DFLAGS(0) |= IEEE80211_MESHPERR_DFLAGS_USN; in hwmp_peerdown()
1516 PERR_DFLAGS(0) |= IEEE80211_MESHPERR_DFLAGS_RC; in hwmp_peerdown()
1524 #undef PERR_DFLAGS
1529 #define PERR_DFLAGS(n) perr->perr_dests[n].dest_flags macro
[all …]