Searched defs:ieee80211_key (Results 1 – 1 of 1) sorted by relevance
65 struct ieee80211_key { struct66 struct ieee80211_local *local;67 struct ieee80211_sub_if_data *sdata;68 struct sta_info *sta;71 struct list_head list;74 unsigned int flags;76 union {123 struct ieee80211_key_conf conf; argument126 struct ieee80211_key *ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, argument