Lines Matching refs:ieee80211_key
101 static int rtw_key_delete(struct ieee80211com *, const struct ieee80211_key *);
102 static int rtw_key_set(struct ieee80211com *, const struct ieee80211_key *,
106 static int rtw_wep_decap(struct ieee80211_key *, struct mbuf *, int);
107 static void rtw_wep_setkeys(struct rtw_softc *, struct ieee80211_key *, int);
533 rtw_wep_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen)
535 struct ieee80211_key keycopy;
546 rtw_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
563 rtw_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
619 rtw_key_hwsupp(uint32_t flags, const struct ieee80211_key *k)
629 rtw_wep_setkeys(struct rtw_softc *sc, struct ieee80211_key *wk, int txkey)
3318 struct ieee80211_key *k;