HomeSort by: relevance | last modified time | path
    Searched refs:kv_type (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_keycache.c 62 ahp->ah_keytype[entry] = keyType[k->kv_type];
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_keycache.c 119 if (k->kv_type != HAL_CIPHER_WEP) {
121 __func__, k->kv_type);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_keycache.c 129 switch (k->kv_type) {
152 __func__, k->kv_type);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_keycache.c 153 switch (k->kv_type) {
194 __func__, k->kv_type);
  /src/sys/external/isc/atheros_hal/dist/
ah.h 579 uint8_t kv_type; /* one of HAL_CIPHER */ member in struct:__anon975b85b61f08
  /src/sys/dev/ic/
ath.c 1517 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
1521 if (hk->kv_type == HAL_CIPHER_TKIP) {
1628 hk.kv_type = ciphermap[cip->ic_cipher];
1632 hk.kv_type = HAL_CIPHER_CLR;
1646 if ((hk.kv_type == HAL_CIPHER_TKIP &&

Completed in 18 milliseconds