Symbol: IEEE80211_C_WPA
sys/compat/linuxkpi/common/src/linux_80211.c
7431
IEEE80211_C_WPA | /* WPA/RSN */
sys/dev/ath/if_ath.c
916
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/bwi/if_bwi.c
497
IEEE80211_C_WPA |
sys/dev/bwn/if_bwn.c
769
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/ipw/if_ipw.c
283
| IEEE80211_C_WPA /* 802.11i supported */
sys/dev/iwi/if_iwi.c
367
| IEEE80211_C_WPA /* 802.11i */
sys/dev/iwm/if_iwm.c
6141
IEEE80211_C_WPA | /* WPA/RSN */
sys/dev/iwn/if_iwn.c
578
| IEEE80211_C_WPA
sys/dev/iwx/if_iwx.c
10591
IEEE80211_C_WPA | /* WPA/RSN */
sys/dev/malo/if_malo.c
262
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/mwl/if_mwl.c
407
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/otus/if_otus.c
729
IEEE80211_C_WPA; /* WPA/RSN. */
sys/dev/ral/rt2560.c
277
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/ral/rt2661.c
277
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/ral/rt2860.c
319
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/dev/rtwn/if_rtwn.c
231
| IEEE80211_C_WPA /* 802.11i */
sys/dev/usb/wlan/if_mtw.c
641
IEEE80211_C_WPA; /* WPA1|WPA2(RSN) */
sys/dev/usb/wlan/if_rsu.c
558
IEEE80211_C_WPA; /* WPA/RSN. */
sys/dev/usb/wlan/if_rum.c
542
| IEEE80211_C_WPA /* 802.11i */
sys/dev/usb/wlan/if_run.c
859
IEEE80211_C_WPA; /* WPA1|WPA2(RSN) */
sys/dev/usb/wlan/if_uath.c
428
IEEE80211_C_WPA | /* 802.11i */
sys/dev/usb/wlan/if_upgt.c
338
| IEEE80211_C_WPA /* 802.11i */
sys/dev/usb/wlan/if_ural.c
473
| IEEE80211_C_WPA /* 802.11i */
sys/dev/usb/wlan/if_urtw.c
883
IEEE80211_C_WPA; /* 802.11i */
sys/dev/usb/wlan/if_zyd.c
384
| IEEE80211_C_WPA /* 802.11i */
sys/dev/wpi/if_wpi.c
465
| IEEE80211_C_WPA /* 802.11i */
sys/dev/wtap/if_wtap.c
720
| IEEE80211_C_WPA /* capable of WPA1+WPA2 */
sys/net80211/ieee80211_ioctl.c
3017
if ((vap->iv_caps & IEEE80211_C_WPA) != IEEE80211_C_WPA)
sys/net80211/ieee80211_ioctl.c
3375
if ((vap->iv_caps & IEEE80211_C_WPA) == 0)
sys/net80211/ieee80211_ioctl.c
3383
if ((vap->iv_caps & IEEE80211_C_WPA) == 0)
sys/net80211/ieee80211_output.c
3734
+ (vap->iv_caps & IEEE80211_C_WPA ? /* WPA 1+2 */