Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A D_ieee80211.h100 IEEE80211_PROT_NONE = 0, /* no protection */ enumerator
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c1860 int prot = IEEE80211_PROT_NONE; in rt2560_tx_data()
1866 if (prot != IEEE80211_PROT_NONE) { in rt2560_tx_data()
H A Drt2661.c1545 int prot = IEEE80211_PROT_NONE; in rt2661_tx_data()
1551 if (prot != IEEE80211_PROT_NONE) { in rt2661_tx_data()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rum.c1651 int prot = IEEE80211_PROT_NONE; in rum_tx_data()
1657 if (prot != IEEE80211_PROT_NONE) { in rum_tx_data()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hostap.c1750 if (ic->ic_protmode != IEEE80211_PROT_NONE && in hostap_recv_mgmt()
H A Dieee80211_node.c2511 if (ic->ic_protmode != IEEE80211_PROT_NONE && in ieee80211_node_join_11g()
H A Dieee80211_ioctl.c3289 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE; in ieee80211_ioctl_set80211()