]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r260444:
authorkevlo <kevlo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Feb 2014 01:36:53 +0000 (01:36 +0000)
committerkevlo <kevlo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Feb 2014 01:36:53 +0000 (01:36 +0000)
commit61987928f6b7089ef822c761d01be5f41ffb9c72
tree1919e764c93c5049f1d8a0091180676c061a19d8
parent470e491fb8c4cfe6421f9db600eb968c7c8d6145
MFC r260444:

Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.

The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC frame has been encrypted using WEP
algorithm or not.
IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates
whether the frame is protected by a cryptographic encapsulation
algorithm.

Reviewed by: adrian, rpaulo

git-svn-id: svn://svn.freebsd.org/base/stable/10@262007 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
40 files changed:
contrib/libpcap/ieee80211.h
share/man/man9/ieee80211_crypto.9
sys/dev/ath/if_ath_tx.c
sys/dev/bwi/if_bwi.c
sys/dev/bwn/if_bwn.c
sys/dev/ipw/if_ipw.c
sys/dev/iwi/if_iwi.c
sys/dev/iwn/if_iwn.c
sys/dev/malo/if_malo.c
sys/dev/mwl/if_mwl.c
sys/dev/ral/rt2560.c
sys/dev/ral/rt2661.c
sys/dev/ral/rt2860.c
sys/dev/usb/wlan/if_rsu.c
sys/dev/usb/wlan/if_rum.c
sys/dev/usb/wlan/if_run.c
sys/dev/usb/wlan/if_uath.c
sys/dev/usb/wlan/if_upgt.c
sys/dev/usb/wlan/if_ural.c
sys/dev/usb/wlan/if_urtw.c
sys/dev/usb/wlan/if_urtwn.c
sys/dev/usb/wlan/if_zyd.c
sys/dev/wi/if_wi.c
sys/dev/wpi/if_wpi.c
sys/net80211/ieee80211.h
sys/net80211/ieee80211_adhoc.c
sys/net80211/ieee80211_hostap.c
sys/net80211/ieee80211_mesh.c
sys/net80211/ieee80211_output.c
sys/net80211/ieee80211_proto.c
sys/net80211/ieee80211_sta.c
sys/net80211/ieee80211_wds.c
tools/tools/net80211/stumbler/stumbler.c
tools/tools/net80211/w00t/ap/ap.c
tools/tools/net80211/w00t/assoc/assoc.c
tools/tools/net80211/w00t/expand/expand.c
tools/tools/net80211/w00t/prga/prga.c
tools/tools/net80211/w00t/redir/redir.c
tools/tools/net80211/wesside/wesside/wesside.c
tools/tools/net80211/wlaninject/wlaninject.c