Lines Matching refs:iv_flags
262 if (vap->iv_flags & IEEE80211_F_WPA) { in hostap_newstate()
377 if ((vap->iv_flags & IEEE80211_F_NOBRIDGE) == 0) { in hostap_deliver_data()
595 (vap->iv_flags & IEEE80211_F_DWDS)))) { in hostap_input()
680 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()
782 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) && in hostap_input()
858 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()
1007 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_auth_shared()
1258 if ((vap->iv_flags & IEEE80211_F_WPA1) == 0) { in ieee80211_parse_wpa()
1261 wh, "WPA", "not WPA, flags 0x%x", vap->iv_flags); in ieee80211_parse_wpa()
1438 if ((vap->iv_flags & IEEE80211_F_WPA2) == 0) { in ieee80211_parse_rsn()
1441 wh, "WPA", "not RSN, flags 0x%x", vap->iv_flags); in ieee80211_parse_rsn()
1595 switch (vap->iv_flags & IEEE80211_F_WPA) { in wpa_assocreq()
1867 (vap->iv_flags & IEEE80211_F_USEPROT) == 0) { in hostap_recv_mgmt()
1875 vap->iv_flags |= IEEE80211_F_USEPROT; in hostap_recv_mgmt()
1951 if ((vap->iv_flags & IEEE80211_F_HIDESSID) && ssid[1] == 0) { in hostap_recv_mgmt()
2010 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in hostap_recv_mgmt()
2166 if ((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2204 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) { in hostap_recv_mgmt()
2258 (((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2260 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) { in hostap_recv_mgmt()