Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h486 #define IEEE80211_BPF_CRYPTO 0x04 /* tx with h/w encryption */ macro
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c939 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) {
2423 params.ibp_flags |= IEEE80211_BPF_CRYPTO;
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c1089 (!params || (params->ibp_flags & IEEE80211_BPF_CRYPTO))) { in wi_raw_xmit()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c3026 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) { in wpi_tx_data_raw()
3044 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) in wpi_tx_data_raw()
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c1798 rate, (params->ibp_flags & IEEE80211_BPF_CRYPTO) != 0, in rt2560_tx_raw()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c2149 m0, params->ibp_flags & IEEE80211_BPF_CRYPTO, 0, in ath_tx_raw_start()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c3100 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) { in urtwn_tx_raw()