logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wlan_wep — WEP crypto support for 802.11 devices

Description

       The  wlan_wep  module  handles  the  WEP  cryptographic  requirements  of  the  802.11 protocol.  It does
       encapsulation and decapsulation of WEP-encoded 802.11 frames and optionally calculates  the  WEP  cipher.
       The  wlan_wep module is an 802.11 cryptographic plugin module for use by the wlan(4) module.  This module
       is automatically loaded if a WEP key is configured  with  ifconfig(8).   Should  the  underlying  network
       device not be capable of doing the WEP calculations in hardware, the wlan_wep module will do the work.

History

       The wlan_wep driver first appeared in FreeBSD 6.0.

Debian                                          December 7, 2004                                     WLAN_WEP(4)

Name

       wlan_wep — WEP crypto support for 802.11 devices

See Also

wlan(4), wlan_ccmp(4), wlan_tkip(4)

Standards

       More information can be found in the IEEE 802.11 Standard.

Synopsis

devicewlan_wep

See Also