Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
HDr92c_tx.c290 prot = IEEE80211_PROT_NONE; in r92c_fill_tx_desc()
306 if (prot != IEEE80211_PROT_NONE) in r92c_fill_tx_desc()
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
HDr12a_tx.c291 prot = IEEE80211_PROT_NONE; in r12a_fill_tx_desc()
307 if (prot != IEEE80211_PROT_NONE) in r12a_fill_tx_desc()
/freebsd-13-stable/sys/net80211/
HD_ieee80211.h98 IEEE80211_PROT_NONE = 0, /* no protection */ enumerator
HDieee80211_hostap.c1840 if (vap->iv_protmode != IEEE80211_PROT_NONE && in hostap_recv_mgmt()
HDieee80211_node.c2789 if (vap->iv_protmode != IEEE80211_PROT_NONE && in ieee80211_node_join_11g()
HDieee80211_ioctl.c3382 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE; in ieee80211_ioctl_set80211()
/freebsd-13-stable/sys/dev/usb/wlan/
HDif_ural.c1249 int prot = IEEE80211_PROT_NONE; in ural_tx_data()
1255 if (prot != IEEE80211_PROT_NONE) { in ural_tx_data()
HDif_rum.c1675 int prot = IEEE80211_PROT_NONE; in rum_tx_data()
1681 if (prot != IEEE80211_PROT_NONE) { in rum_tx_data()
/freebsd-13-stable/sys/dev/ral/
HDrt2560.c1762 int prot = IEEE80211_PROT_NONE; in rt2560_tx_data()
1768 if (prot != IEEE80211_PROT_NONE) { in rt2560_tx_data()
HDrt2661.c1456 int prot = IEEE80211_PROT_NONE; in rt2661_tx_data()
1462 if (prot != IEEE80211_PROT_NONE) { in rt2661_tx_data()
/freebsd-13-stable/sys/dev/mwl/
HDif_mwl.c1218 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ? in mwl_reset_vap()
/freebsd-13-stable/sys/dev/bwn/
HDif_bwn.c6525 ic->ic_protmode != IEEE80211_PROT_NONE) { in bwn_set_txhdr()