wlan_ccmp (4)
Leading comments
Copyright (c) 2004 Sam Leffler
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other ...
(The comments found at the beginning of the groff file "man4/wlan_ccmp.4freebsd".)
NAME
wlan_ccmp
- AES-CCMP crypto support for 802.11 devices
SYNOPSIS
device wlan_ccmp
DESCRIPTION
The
ifconfig
module handles the AES-CCMP cryptographic requirements of the
WPA and 802.11i protocols.
It does encapsulation and decapsulation of CCMP-encoded 802.11 frames
and optionally calculates the AES-CCMP cipher.
The
ifconfig
module is an 802.11 cryptographic plugin module for use by the
wlan(4)
module.
This module is automatically loaded if an AES-CCMP key is configured;
typically by a WPA supplicant program such as wpa_supplicant,
or a WPA authenticator program such as
hostapd
Should the underlying network device not be capable of doing the AES-CCMP
calculations in hardware, the
ifconfig
module will do the work.
SEE ALSO
wlan(4),
wlan_tkip4,
wlan_wep4
STANDARDS
More information can be found in the IEEE 802.11, WPA, and 802.11i Standards.
HISTORY
The
ifconfig
driver first appeared in
Fx 6.0 .