Lines Matching refs:iv_flags

1496 	if (vap->iv_flags & IEEE80211_F_PRIVACY) {  in ieee80211_encap()
1866 ((vap->iv_flags & IEEE80211_F_WPA) && in ieee80211_encap()
2391 if (vap->iv_flags & IEEE80211_F_WPA1 && vap->iv_wpa_ie != NULL) in ieee80211_add_wpa()
2402 if (vap->iv_flags & IEEE80211_F_WPA2 && vap->iv_rsn_ie != NULL) in ieee80211_add_rsn()
2455 + ((vap->iv_flags & IEEE80211_F_WPA1 && vap->iv_wpa_ie != NULL) ? in ieee80211_probereq_ie_len()
2667 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_getcapinfo()
2669 if ((vap->iv_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_getcapinfo()
2672 if (vap->iv_flags & IEEE80211_F_SHSLOT) in ieee80211_getcapinfo()
2674 if (IEEE80211_IS_CHAN_5GHZ(chan) && (vap->iv_flags & IEEE80211_F_DOTH)) in ieee80211_getcapinfo()
2840 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_send_mgmt()
2846 if ((vap->iv_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
2853 (vap->iv_flags & IEEE80211_F_DOTH)) in ieee80211_send_mgmt()
2898 if ((vap->iv_flags & IEEE80211_F_WME) && in ieee80211_send_mgmt()
2916 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_send_mgmt()
2990 if ((vap->iv_flags & IEEE80211_F_WME) && in ieee80211_send_mgmt()
3006 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_send_mgmt()
3166 if ((vap->iv_flags & IEEE80211_F_DOTH) || in ieee80211_alloc_proberesp()
3169 if (vap->iv_flags & IEEE80211_F_DOTH) { in ieee80211_alloc_proberesp()
3175 if (vap->iv_flags & IEEE80211_F_DOTH) { in ieee80211_alloc_proberesp()
3203 if (vap->iv_flags & IEEE80211_F_WME) in ieee80211_alloc_proberesp()
3213 if ((vap->iv_flags & IEEE80211_F_ATHEROS) && in ieee80211_alloc_proberesp()
3365 isshort = (vap->iv_flags & IEEE80211_F_SHPREAMBLE) != 0; in ieee80211_alloc_prot()
3524 if ((vap->iv_flags & IEEE80211_F_HIDESSID) == 0) { in ieee80211_beacon_construct()
3561 if ((vap->iv_flags & IEEE80211_F_DOTH) || in ieee80211_beacon_construct()
3564 if (vap->iv_flags & IEEE80211_F_DOTH) { in ieee80211_beacon_construct()
3574 if (vap->iv_flags & IEEE80211_F_DOTH) { in ieee80211_beacon_construct()
3613 if (vap->iv_flags & IEEE80211_F_WME) { in ieee80211_beacon_construct()
3625 if (vap->iv_flags & IEEE80211_F_ATHEROS) { in ieee80211_beacon_construct()
3865 if (vap->iv_flags & IEEE80211_F_WME) { in ieee80211_beacon_update()