net80211: delete the deprecated ieee80211_wepkey struct

This hasn't been used in a long time, and since I am shuffling around
the net80211 crypto API a bunch, let's just delete it instead of
leaving it here and trying to figure out how to support it if it's
used by userland somehow.

Reviewed by:	guest-seuros
Differential Revision:	https://reviews.freebsd.org/D57312
This commit is contained in:
Adrian Chadd
2026-06-08 21:27:12 -07:00
parent a653fd5560
commit 62c1865c9a
-8
View File
@@ -50,14 +50,6 @@
#define IEEE80211_KEYBUF_SIZE IEEE80211_KEYBUF_128_SIZE
#define IEEE80211_MICBUF_SIZE IEEE80211_MICBUF_128_SIZE
/*
* Old WEP-style key. Deprecated.
*/
struct ieee80211_wepkey {
u_int wk_len; /* key length in bytes */
uint8_t wk_key[IEEE80211_KEYBUF_SIZE];
};
struct ieee80211_rsnparms {
uint8_t rsn_mcastcipher; /* mcast/group cipher */
uint8_t rsn_mcastkeylen; /* mcast key length */