Home
last modified time | relevance | path

Searched refs:IEEE80211_C_WPA2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/drivers/
HDdriver_bsd.c1490 #define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */ in wpa_driver_bsd_capa() macro
1506 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2) in wpa_driver_bsd_capa()
1540 #undef IEEE80211_C_WPA2 in wpa_driver_bsd_capa()
/freebsd-11-stable/sys/net80211/
HDieee80211_var.h659 #define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */ macro
HDieee80211_ioctl.c2899 if (!(vap->iv_caps & IEEE80211_C_WPA2)) in ieee80211_ioctl_set80211()
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c342 #define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */ macro
389 if ((dcaps & IEEE80211_C_WPA2) != 0) in wlan_drivercaps_to_snmp()