Lines Matching refs:iv_flags

816 		if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
818 else if (vap->iv_flags & IEEE80211_F_DROPUNENC)
844 if (vap->iv_flags & IEEE80211_F_WPA)
853 if (vap->iv_flags & IEEE80211_F_PMGTON)
880 switch (vap->iv_flags & IEEE80211_F_WPA) {
902 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0;
905 ireq->i_val = (vap->iv_flags & IEEE80211_F_DROPUNENC) != 0;
908 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0;
911 ireq->i_val = (vap->iv_flags & IEEE80211_F_WME) != 0;
914 ireq->i_val = (vap->iv_flags & IEEE80211_F_HIDESSID) != 0;
917 ireq->i_val = (vap->iv_flags & IEEE80211_F_NOBRIDGE) == 0;
973 ireq->i_val = (vap->iv_flags & IEEE80211_F_PUREG) != 0;
991 ireq->i_val = (vap->iv_flags & IEEE80211_F_BGSCAN) != 0;
1009 ireq->i_val = (vap->iv_flags & IEEE80211_F_BURST) != 0;
1062 ireq->i_val = (vap->iv_flags & IEEE80211_F_DOTH) != 0;
1077 ireq->i_val = (vap->iv_flags & IEEE80211_F_DWDS) != 0;
2408 (vap->iv_flags & IEEE80211_F_DOTH) == 0)
2643 vap->iv_flags &= ~IEEE80211_F_PRIVACY;
2644 vap->iv_flags &= ~IEEE80211_F_DROPUNENC;
2647 vap->iv_flags |= IEEE80211_F_PRIVACY;
2648 vap->iv_flags |= IEEE80211_F_DROPUNENC;
2651 vap->iv_flags |= IEEE80211_F_PRIVACY;
2652 vap->iv_flags &= ~IEEE80211_F_DROPUNENC;
2709 vap->iv_flags |= IEEE80211_F_PRIVACY;
2713 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY);
2717 vap->iv_flags &= ~IEEE80211_F_WPA;
2719 vap->iv_flags |= IEEE80211_F_PRIVACY;
2722 vap->iv_flags &= ~IEEE80211_F_WPA;
2739 if (vap->iv_flags & IEEE80211_F_PMGTON) {
2747 else if ((vap->iv_flags & IEEE80211_F_PMGTON) == 0) {
2798 vap->iv_flags |= IEEE80211_F_PRIVACY;
2800 vap->iv_flags &= ~IEEE80211_F_PRIVACY;
2805 vap->iv_flags |= IEEE80211_F_DROPUNENC;
2807 vap->iv_flags &= ~IEEE80211_F_DROPUNENC;
2821 if ((vap->iv_flags & IEEE80211_F_WPA) == 0)
2823 vap->iv_flags |= IEEE80211_F_COUNTERM;
2825 vap->iv_flags &= ~IEEE80211_F_COUNTERM;
2832 flags = vap->iv_flags & ~IEEE80211_F_WPA;
2852 vap->iv_flags = flags;
2866 vap->iv_flags |= IEEE80211_F_HIDESSID;
2868 vap->iv_flags &= ~IEEE80211_F_HIDESSID;
2873 vap->iv_flags |= IEEE80211_F_NOBRIDGE;
2875 vap->iv_flags &= ~IEEE80211_F_NOBRIDGE;
2885 vap->iv_flags &= ~IEEE80211_F_DESBSSID;
2887 vap->iv_flags |= IEEE80211_F_DESBSSID;
2983 vap->iv_flags |= IEEE80211_F_PUREG;
2985 vap->iv_flags &= ~IEEE80211_F_PUREG;
3012 vap->iv_flags |= IEEE80211_F_BGSCAN;
3014 vap->iv_flags &= ~IEEE80211_F_BGSCAN;
3148 vap->iv_flags |= IEEE80211_F_DOTH;
3150 vap->iv_flags &= ~IEEE80211_F_DOTH;
3182 vap->iv_flags |= IEEE80211_F_DWDS;
3186 vap->iv_flags &= ~IEEE80211_F_DWDS;
3224 if ((vap->iv_flags & IEEE80211_F_DOTH) == 0)