Searched refs:IEEE80211_F_PRIVACY (Results 1 - 14 of 14) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c687 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
706 /* XXX M_WEP and IEEE80211_F_PRIVACY */
858 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1006 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
2215 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) {
H A Dieee80211_ioctl.c811 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
899 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0;
2784 vap->iv_flags &= ~IEEE80211_F_PRIVACY;
2788 vap->iv_flags |= IEEE80211_F_PRIVACY;
2792 vap->iv_flags |= IEEE80211_F_PRIVACY;
2860 vap->iv_flags |= IEEE80211_F_PRIVACY;
2864 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY);
2870 vap->iv_flags |= IEEE80211_F_PRIVACY;
2951 vap->iv_flags |= IEEE80211_F_PRIVACY;
2953 vap->iv_flags &= ~IEEE80211_F_PRIVACY;
[all...]
H A Dieee80211_sta.c763 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
782 /* XXX M_WEP and IEEE80211_F_PRIVACY */
940 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1034 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
H A Dieee80211_wds.c560 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
579 /* XXX M_WEP and IEEE80211_F_PRIVACY */
H A Dieee80211_node.c355 if (vap->iv_flags & IEEE80211_F_PRIVACY)
497 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
539 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
H A Dieee80211_adhoc.c499 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
518 /* XXX M_WEP and IEEE80211_F_PRIVACY */
H A Dieee80211_var.h623 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
H A Dieee80211_superg.c742 if (vap->iv_flags & IEEE80211_F_PRIVACY)
H A Dieee80211_output.c1511 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
2607 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2782 if (vap->iv_flags & IEEE80211_F_PRIVACY)
H A Dieee80211_scan_sta.c1108 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2208 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
2224 data = htole32((vap->iv_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1911 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2936 if ((vap->iv_flags & IEEE80211_F_PRIVACY) &&
2964 if (vap->iv_flags & IEEE80211_F_PRIVACY)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3906 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==
3907 IEEE80211_F_PRIVACY &&
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5882 (vap->iv_flags & IEEE80211_F_PRIVACY)) {
6272 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey &&

Completed in 232 milliseconds