Name
enum ieee80211_tkip_key_type —
get tkip key
Synopsis
enum ieee80211_tkip_key_type {
IEEE80211_TKIP_P1_KEY,
IEEE80211_TKIP_P2_KEY
};
Constants
- IEEE80211_TKIP_P1_KEY
the driver needs a phase 1 key
- IEEE80211_TKIP_P2_KEY
the driver needs a phase 2 key
Description
Used by drivers which need to get a tkip key for skb. Some drivers need a
phase 1 key, others need a phase 2 key. A single function allows the driver
to get the key, this enum indicates what type of key is required.