Searched refs:M_PWR_SAV (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/net80211/
H A Dieee80211_freebsd.h281 #define M_PWR_SAV M_PROTO4 /* bypass PS handling */ macro
291 (M_ENCAP|M_EAPOL|M_PWR_SAV|M_MORE_DATA|M_FF|M_TXCB| \
304 "\15M_ENCAP\17M_EAPOL\20M_PWR_SAV\21M_MORE_DATA\22M_FF\23M_TXCB" \
H A Dieee80211_hostap.c2448 m->m_flags |= M_PWR_SAV; /* bypass PS handling */
H A Dieee80211_output.c135 (m->m_flags & M_PWR_SAV) == 0) {
523 * clear M_PWR_SAV or M_MORE_DATA because these may
530 m->m_flags &= ~(M_80211_TX - M_PWR_SAV - M_MORE_DATA);

Completed in 118 milliseconds