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

  /src/sys/dev/ic/
ath.c 137 static int ath_key_alloc(struct ieee80211com *,
628 ic->ic_crypto.cs_key_alloc = ath_key_alloc;
1802 ath_key_alloc(struct ieee80211com *ic, const struct ieee80211_key *k, function in typeref:typename:int
1856 * Delete an entry in the key cache allocated by ath_key_alloc.
1901 * slot(s) must already have been allocated by ath_key_alloc.
4910 if (!ath_key_alloc(ic, &ni->ni_ucastkey, &keyix, &rxkeyix)) {

Completed in 15 milliseconds