Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_freebsd.h599 #define IEEE80211_BPF_CRYPTO 0x04 /* tx with h/w encryption */ macro
HDieee80211_output.c822 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) { in ieee80211_mgmt_output()
2256 params.ibp_flags |= IEEE80211_BPF_CRYPTO; in ieee80211_send_mgmt()
/NextBSD/sys/dev/wi/
HDif_wi.c1058 (!params || (params && (params->ibp_flags & IEEE80211_BPF_CRYPTO)))) { in wi_raw_xmit()
/NextBSD/sys/dev/wpi/
HDif_wpi.c2975 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) { in wpi_tx_data_raw()
2993 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) in wpi_tx_data_raw()
/NextBSD/sys/dev/ral/
HDrt2560.c1719 rate, (params->ibp_flags & IEEE80211_BPF_CRYPTO) != 0, in rt2560_tx_raw()
/NextBSD/sys/dev/ath/
HDif_ath_tx.c2118 m0, params->ibp_flags & IEEE80211_BPF_CRYPTO, 0, in ath_tx_raw_start()
/NextBSD/sys/dev/usb/wlan/
HDif_urtwn.c2749 if (params->ibp_flags & IEEE80211_BPF_CRYPTO) { in urtwn_tx_raw()