Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h143 #define M_EAPOL M_PROTO3 /* PAE/EAPOL frame */ macro
150 (M_FRAG|M_FIRSTFRAG|M_LASTFRAG|M_ENCAP|M_EAPOL|M_PWR_SAV|\
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c190 if ((m->m_flags & M_EAPOL) == 0) { in ieee80211_vap_pkt_send_dest()
1103 m->m_flags |= M_EAPOL;
1390 if (key == NULL && (m->m_flags & M_EAPOL) == 0) {
1410 (m->m_flags & M_EAPOL) == 0;
1712 if ((m->m_flags & M_EAPOL) == 0 ||
H A Dieee80211_superg.c901 if (m->m_flags & (M_EAPOL | M_MCAST | M_BCAST)) in ieee80211_amsdu_check()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c3304 if ((!(m->m_flags & M_EAPOL)) &&
3327 if ((!(m->m_flags & M_EAPOL)) &&
3344 if (m->m_flags & M_EAPOL)
H A Dif_ath_tx.c1688 } else if (m0->m_flags & M_EAPOL) { in ath_tx_normal_setup()
2193 if (m0->m_flags & M_EAPOL) { in ath_tx_raw_start()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c2907 else if (m->m_flags & M_EAPOL) in urtwn_tx_data()
3037 (m->m_flags & M_EAPOL) || type != IEEE80211_FC0_TYPE_DATA) in urtwn_tx_data()
H A Dif_run.c3337 type != IEEE80211_FC0_TYPE_DATA || m->m_flags & M_EAPOL) { in run_tx()
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c1838 } else if (m0->m_flags & M_EAPOL) { in rt2560_tx_data()
H A Drt2661.c1517 } else if (m0->m_flags & M_EAPOL) { in rt2661_tx_data()
H A Drt2860.c1557 } else if (m->m_flags & M_EAPOL) { in rt2860_tx()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c2859 else if (m->m_flags & M_EAPOL) in wpi_tx_data()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c3754 (m->m_flags & M_EAPOL) != 0) { in iwm_tx_fill_cmd()
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c6296 if (type != IEEE80211_FC0_TYPE_DATA || (m->m_flags & M_EAPOL)) in bwn_set_txhdr()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c4515 else if (m->m_flags & M_EAPOL) in iwn_tx_data()