HomeSort by: relevance | last modified time | path
    Searched defs:ieee80211_key (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto.h 72 struct ieee80211_key { struct
125 struct ieee80211_key cs_nw_keys[IEEE80211_WEP_NKID];
130 const struct ieee80211_key *,
133 const struct ieee80211_key *);
135 const struct ieee80211_key *,
144 int cipher, int flags, struct ieee80211_key *);
146 struct ieee80211_key *);
148 struct ieee80211_key *, const u_int8_t macaddr[IEEE80211_ADDR_LEN]);
163 void* (*ic_attach)(struct ieee80211com *, struct ieee80211_key *);
164 void (*ic_detach)(struct ieee80211_key *);
    [all...]
ieee80211_crypto.h 72 struct ieee80211_key { struct
125 struct ieee80211_key cs_nw_keys[IEEE80211_WEP_NKID];
130 const struct ieee80211_key *,
133 const struct ieee80211_key *);
135 const struct ieee80211_key *,
144 int cipher, int flags, struct ieee80211_key *);
146 struct ieee80211_key *);
148 struct ieee80211_key *, const u_int8_t macaddr[IEEE80211_ADDR_LEN]);
163 void* (*ic_attach)(struct ieee80211com *, struct ieee80211_key *);
164 void (*ic_detach)(struct ieee80211_key *);
    [all...]

Completed in 22 milliseconds