Home
last modified time | relevance | path

Searched refs:iv_protmode (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_var.h587 enum ieee80211_protmode iv_protmode; /* 802.11g protection mode */ member
H A Dieee80211_ioctl.c859 ireq->i_val = vap->iv_protmode; in ieee80211_ioctl_get80211()
2908 vap->iv_protmode = (enum ieee80211_protmode)ireq->i_val; in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c393 vap->iv_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_vattach()
H A Dieee80211_hostap.c1867 if (vap->iv_protmode != IEEE80211_PROT_NONE && in hostap_recv_mgmt()
H A Dieee80211_node.c2767 if (vap->iv_protmode != IEEE80211_PROT_NONE && in ieee80211_node_join_11g()