Searched defs:ieee80211_key (Results 1 – 2 of 2) sorted by relevance
123265 struct ieee80211_key { struct123266 struct ieee80211_local *local;123267 struct ieee80211_sub_if_data *sdata;123268 struct sta_info *sta;123269 struct list_head list;123270 unsigned int flags;123271 union {123304 struct ieee80211_key_conf conf; argument