Symbol: IEEE80211_F_PRIVACY
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath.c
5931
(vap->iv_flags & IEEE80211_F_PRIVACY)) {
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath.c
6329
(vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey &&
src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/if_ipw.c
2201
if (vap->iv_flags & IEEE80211_F_PRIVACY) {
src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/if_ipw.c
2217
data = htole32((vap->iv_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0);
src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/if_iwi.c
1907
if (vap->iv_flags & IEEE80211_F_PRIVACY)
src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/if_iwi.c
2935
if ((vap->iv_flags & IEEE80211_F_PRIVACY) &&
src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/if_iwi.c
2963
if (vap->iv_flags & IEEE80211_F_PRIVACY)
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
3897
if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
3898
IEEE80211_F_PRIVACY &&
src/libs/compat/freebsd_wlan/net80211/ieee80211_adhoc.c
493
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_hostap.c
1007
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_hostap.c
2260
(vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_hostap.c
680
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_hostap.c
858
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2815
vap->iv_flags &= ~IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2819
vap->iv_flags |= IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2823
vap->iv_flags |= IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2891
vap->iv_flags |= IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2895
vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY);
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2901
vap->iv_flags |= IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2982
vap->iv_flags |= IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
2984
vap->iv_flags &= ~IEEE80211_F_PRIVACY;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
811
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
899
ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0;
src/libs/compat/freebsd_wlan/net80211/ieee80211_node.c
375
if (vap->iv_flags & IEEE80211_F_PRIVACY)
src/libs/compat/freebsd_wlan/net80211/ieee80211_node.c
520
if (vap->iv_flags & IEEE80211_F_PRIVACY) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_node.c
562
if (vap->iv_flags & IEEE80211_F_PRIVACY) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
1500
if (vap->iv_flags & IEEE80211_F_PRIVACY) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
2676
if (vap->iv_flags & IEEE80211_F_PRIVACY)
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
2849
if (vap->iv_flags & IEEE80211_F_PRIVACY)
src/libs/compat/freebsd_wlan/net80211/ieee80211_scan_sta.c
1106
if (vap->iv_flags & IEEE80211_F_PRIVACY) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_sta.c
1041
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_sta.c
762
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_sta.c
946
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_superg.c
743
if (vap->iv_flags & IEEE80211_F_PRIVACY)
src/libs/compat/freebsd_wlan/net80211/ieee80211_wds.c
555
if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {