mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
sys: add wlan_gcmp to GENERIC kernels as appropriate
Add wlan_gcmp wherever CCMP is defined in kernel configs. Differential Revision: https://reviews.freebsd.org/D49343 Reviewed by: bz, cy
This commit is contained in:
parent
077108d94a
commit
7bf82ea4fd
6 changed files with 7 additions and 1 deletions
|
|
@ -283,6 +283,7 @@ options IEEE80211_DEBUG # enable debug msgs
|
|||
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_gcmp # 802.11 GCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_amrr # AMRR transmit rate control algorithm
|
||||
device ath # Atheros CardBus/PCI NICs
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ device ums # USB mouse
|
|||
#device wlan # 802.11 support
|
||||
#device wlan_wep # 802.11 WEP support
|
||||
#device wlan_ccmp # 802.11 CCMP support
|
||||
#device wlan_gcmp # 802.11 GCMP support
|
||||
#device wlan_tkip # 802.11 TKIP support
|
||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||
|
||||
|
|
|
|||
|
|
@ -889,10 +889,11 @@ options IEEE80211_SUPPORT_MESH #enable 802.11s D3.0 support
|
|||
options IEEE80211_SUPPORT_TDMA #enable TDMA support
|
||||
|
||||
# The `wlan_wep', `wlan_tkip', and `wlan_ccmp' devices provide
|
||||
# support for WEP, TKIP, and AES-CCMP crypto protocols optionally
|
||||
# support for WEP, TKIP, AES-CCMP and AES-GCMP crypto protocols optionally
|
||||
# used with 802.11 devices that depend on the `wlan' module.
|
||||
device wlan_wep
|
||||
device wlan_ccmp
|
||||
device wlan_gcmp
|
||||
device wlan_tkip
|
||||
|
||||
# The `wlan_xauth' device provides support for external (i.e. user-mode)
|
||||
|
|
|
|||
|
|
@ -248,6 +248,7 @@ options IEEE80211_DEBUG # enable debug msgs
|
|||
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_gcmp # 802.11 GCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_amrr # AMRR transmit rate control algorithm
|
||||
device ath # Atheros CardBus/PCI NICs
|
||||
|
|
|
|||
|
|
@ -235,6 +235,7 @@ options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
|||
options IEEE80211_DEBUG # enable debug msgs
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_gcmp # 802.11 GCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_amrr # AMRR transmit rate control algorithm
|
||||
device ath # Atheros CardBus/PCI NICs
|
||||
|
|
|
|||
|
|
@ -231,6 +231,7 @@ options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
|||
options IEEE80211_DEBUG # enable debug msgs
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_gcmp # 802.11 GCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_amrr # AMRR transmit rate control algorithm
|
||||
device ath # Atheros CardBus/PCI NICs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue