Searched refs:kv_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_keycache.c62 ahp->ah_keytype[entry] = keyType[k->kv_type];
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c200 int is_proxysta_key = k->kv_type & HAL_KEY_PROXY_STA_MASK;
212 switch (k->kv_type & AH_KEYTYPE_MASK) {
253 __func__, k->kv_type);
380 ahp->ah_keytype[entry] = keyType[k->kv_type];
381 HALDEBUG(ah, HAL_DEBUG_KEYCACHE, "%s: entry=%d, k->kv_type=%d,"
382 "keyType=%d\n", __func__, entry, k->kv_type, keyType[k->kv_type]);
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_keycache.c96 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
100 if (hk->kv_type == HAL_CIPHER_TKIP) {
210 hk.kv_type = ciphermap[cip->ic_cipher];
214 hk.kv_type = HAL_CIPHER_CLR;
221 if (hk.kv_type == HAL_CIPHER_CLR && sc->sc_hasclrkey == 0) {
253 if (hk.kv_type == HAL_CIPHER_TKIP &&
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c119 if (k->kv_type != HAL_CIPHER_WEP) {
121 __func__, k->kv_type);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c129 switch (k->kv_type) {
152 __func__, k->kv_type);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c170 switch (k->kv_type) {
211 __func__, k->kv_type);
/freebsd-10.0-release/tools/tools/ath/athkey/
H A Dathkey.c189 setkey.dk_keyval.kv_type = getcipher(argv[1]);
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h754 uint8_t kv_type; /* one of HAL_CIPHER */ member in struct:__anon7464

Completed in 187 milliseconds